Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addresses() - Method in interface org.apache.ignite.client.IgniteClientConfiguration
-
Gets the addresses of Ignite server nodes within a cluster.
- addresses(String...) - Method in class org.apache.ignite.client.IgniteClient.Builder
-
Sets the addresses of Ignite server nodes within a cluster.
- addressesFinder() - Method in interface org.apache.ignite.client.IgniteClientConfiguration
-
Gets the address finder.
- addressFinder(IgniteClientAddressFinder) - Method in class org.apache.ignite.client.IgniteClient.Builder
-
Sets the address finder.
- asyncContinuationExecutor() - Method in interface org.apache.ignite.client.IgniteClientConfiguration
-
Gets the async continuation executor.
- asyncContinuationExecutor(Executor) - Method in class org.apache.ignite.client.IgniteClient.Builder
-
Sets the async continuation executor.
- authenticator() - Method in interface org.apache.ignite.client.IgniteClientConfiguration
-
Gets the authenticator.
- authenticator(IgniteClientAuthenticator) - Method in class org.apache.ignite.client.IgniteClient.Builder
-
Sets the authenticator.
B
- backgroundReconnectInterval() - Method in interface org.apache.ignite.client.IgniteClientConfiguration
-
Gets the background reconnect interval, in milliseconds.
- backgroundReconnectInterval(long) - Method in class org.apache.ignite.client.IgniteClient.Builder
-
Sets the background reconnect interval, in milliseconds.
- backgroundReResolveAddressesInterval() - Method in interface org.apache.ignite.client.IgniteClientConfiguration
-
Gets how long the resolved addresses will be considered valid, in milliseconds.
- backgroundReResolveAddressesInterval(long) - Method in class org.apache.ignite.client.IgniteClient.Builder
-
Sets how long the resolved addresses will be considered valid, in milliseconds.
- BasicAuthenticator - Class in org.apache.ignite.client
-
Basic authenticator with username and password.
- BasicAuthenticator.Builder - Class in org.apache.ignite.client
-
Builder.
- build() - Method in class org.apache.ignite.client.BasicAuthenticator.Builder
-
Builds a new authenticator.
- build() - Method in class org.apache.ignite.client.ClientCacheConfiguration.Builder
-
Build configuration instance.
- build() - Method in class org.apache.ignite.client.IgniteClient.Builder
-
Builds the client.
- build() - Method in class org.apache.ignite.client.SslConfiguration.Builder
-
Build SslConfiguration instance.
- buildAsync() - Method in class org.apache.ignite.client.IgniteClient.Builder
-
Builds the client.
- builder() - Static method in class org.apache.ignite.client.BasicAuthenticator
-
Creates a new builder.
- builder() - Static method in interface org.apache.ignite.client.ClientCacheConfiguration
-
Configuration builder.
- builder() - Static method in interface org.apache.ignite.client.IgniteClient
-
Gets a new client builder.
- builder() - Static method in interface org.apache.ignite.client.SslConfiguration
-
SSL configuration builder.
- Builder() - Constructor for class org.apache.ignite.client.BasicAuthenticator.Builder
- Builder() - Constructor for class org.apache.ignite.client.ClientCacheConfiguration.Builder
- Builder() - Constructor for class org.apache.ignite.client.IgniteClient.Builder
- Builder() - Constructor for class org.apache.ignite.client.SslConfiguration.Builder
C
- cache(ClientCacheConfiguration) - Method in class org.apache.ignite.client.IgniteClient.Builder
-
Sets the cache configuration.
- CACHE_GET - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Get cache (
IgniteCaches.cache(String)). - cacheConfiguration() - Method in interface org.apache.ignite.client.IgniteClientConfiguration
-
Returns the client cache configuration.
- CACHES_GET - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Get caches (
IgniteCaches.caches()). - cacheWriteBehindParallelOperations() - Method in interface org.apache.ignite.client.ClientCacheConfiguration
-
Gets the maximum number of parallel write behind operations.
- cacheWriteBehindParallelOperations() - Method in class org.apache.ignite.client.ClientCacheConfiguration.ClientCacheConfigurationImpl
- cacheWriteBehindParallelOperations(int) - Method in class org.apache.ignite.client.ClientCacheConfiguration.Builder
-
Sets the maximum number of parallel write behind operations for
CacheStore. - CHANNEL_CONNECT - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Connect channel.
- ciphers() - Method in interface org.apache.ignite.client.SslConfiguration
-
List of ciphers that will be used to setup the SSL connection.
- ciphers(Iterable<String>) - Method in class org.apache.ignite.client.SslConfiguration.Builder
-
Ciphers setter.
- ClientCacheConfiguration - Interface in org.apache.ignite.client
-
Client cache configuration.
- ClientCacheConfiguration.Builder - Class in org.apache.ignite.client
-
Cache configuration builder.
- ClientCacheConfiguration.ClientCacheConfigurationImpl - Class in org.apache.ignite.client
-
Cache configuration.
- ClientOperationType - Enum Class in org.apache.ignite.client
-
Client operation type.
- close() - Method in interface org.apache.ignite.client.IgniteClient
- COMPUTE_CANCEL - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Cancel compute job.
- COMPUTE_CHANGE_PRIORITY - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Change compute job priority (
JobExecution.changePriorityAsync(int)). - COMPUTE_EXECUTE - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Compute Execute (
IgniteCompute.submitAsync(JobTarget, JobDescriptor, Object)). - COMPUTE_EXECUTE_MAPREDUCE - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Compute Execute MapReduce (
IgniteCompute.submitMapReduce(org.apache.ignite.compute.TaskDescriptor<T, R>, T)). - COMPUTE_GET_STATE - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Get compute job state (
JobExecution.stateAsync()). - configuration() - Method in interface org.apache.ignite.client.IgniteClient
-
Gets the configuration.
- configuration() - Method in interface org.apache.ignite.client.RetryPolicyContext
-
Gets the client configuration.
- connections() - Method in interface org.apache.ignite.client.IgniteClient
-
Gets active client connections.
- connectTimeout() - Method in interface org.apache.ignite.client.IgniteClientConfiguration
-
Gets the socket connect timeout, in milliseconds.
- connectTimeout(long) - Method in class org.apache.ignite.client.IgniteClient.Builder
-
Sets the socket connection timeout, in milliseconds.
- CONTINUOUS_QUERY_SCAN_PARTITION - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Continuous query partition scan (
ContinuousQuerySource.queryContinuously(Subscriber, ContinuousQueryOptions)).
D
- DFLT_BACKGROUND_RE_RESOLVE_ADDRESSES_INTERVAL - Static variable in interface org.apache.ignite.client.IgniteClientConfiguration
-
Default interval sets how long the resolved addresses will be considered valid, in milliseconds.
- DFLT_BACKGROUND_RECONNECT_INTERVAL - Static variable in interface org.apache.ignite.client.IgniteClientConfiguration
-
Default background reconnect interval, in milliseconds.
- DFLT_CONNECT_TIMEOUT - Static variable in interface org.apache.ignite.client.IgniteClientConfiguration
-
Default socket connect timeout, in milliseconds.
- DFLT_HEARTBEAT_INTERVAL - Static variable in interface org.apache.ignite.client.IgniteClientConfiguration
-
Default heartbeat interval, in milliseconds.
- DFLT_HEARTBEAT_TIMEOUT - Static variable in interface org.apache.ignite.client.IgniteClientConfiguration
-
Default heartbeat timeout, in milliseconds.
- DFLT_OPERATION_TIMEOUT - Static variable in interface org.apache.ignite.client.IgniteClientConfiguration
-
Default operation timeout, in milliseconds.
- DFLT_PORT - Static variable in interface org.apache.ignite.client.IgniteClientConfiguration
-
Default port.
- DFLT_RETRY_LIMIT - Static variable in class org.apache.ignite.client.RetryLimitPolicy
-
Default retry limit.
- DFLT_SQL_PARTITION_AWARENESS_METADATA_CACHE_SIZE - Static variable in interface org.apache.ignite.client.IgniteClientConfiguration
-
Default size for partition awareness metadata cache.
- DFLT_WRITE_BEHIND_PARALLEL_OPERATIONS - Static variable in interface org.apache.ignite.client.ClientCacheConfiguration
-
Default write behind parallel operations.
E
- enabled() - Method in interface org.apache.ignite.client.SslConfiguration
-
When
true, an SSL/TLS connection will be established. - enabled(boolean) - Method in class org.apache.ignite.client.SslConfiguration.Builder
-
Enabled/disabled setter.
- endpoint() - Method in exception org.apache.ignite.client.IgniteClientConnectionException
-
Returns the endpoint that caused the exception.
- exception() - Method in interface org.apache.ignite.client.RetryPolicyContext
-
Gets the connection exception that caused current retry iteration.
G
- getAddresses() - Method in interface org.apache.ignite.client.IgniteClientAddressFinder
-
Get addresses of Ignite server nodes within a cluster.
H
- heartbeatInterval() - Method in interface org.apache.ignite.client.IgniteClientConfiguration
-
Gets the heartbeat message interval, in milliseconds.
- heartbeatInterval(long) - Method in class org.apache.ignite.client.IgniteClient.Builder
-
Sets the heartbeat message interval, in milliseconds.
- heartbeatTimeout() - Method in interface org.apache.ignite.client.IgniteClientConfiguration
-
Gets the heartbeat message timeout, in milliseconds.
- heartbeatTimeout(long) - Method in class org.apache.ignite.client.IgniteClient.Builder
-
Sets the heartbeat message timeout, in milliseconds.
I
- identity() - Method in class org.apache.ignite.client.BasicAuthenticator
- identity() - Method in interface org.apache.ignite.client.IgniteClientAuthenticator
-
Identity.
- IgniteClient - Interface in org.apache.ignite.client
-
Ignite client entry point.
- IgniteClient.Builder - Class in org.apache.ignite.client
-
Client builder.
- IgniteClientAddressFinder - Interface in org.apache.ignite.client
-
Provides a list of Ignite node addresses.
- IgniteClientAuthenticator - Interface in org.apache.ignite.client
-
Ignite client authenticator.
- IgniteClientConfiguration - Interface in org.apache.ignite.client
-
Ignite client configuration.
- IgniteClientConnectionException - Exception in org.apache.ignite.client
-
Indicates all the Ignite servers specified in the client configuration are no longer available.
- IgniteClientConnectionException(int, String, String) - Constructor for exception org.apache.ignite.client.IgniteClientConnectionException
-
Constructs a new exception with the specified detail message.
- IgniteClientConnectionException(int, String, String, Throwable) - Constructor for exception org.apache.ignite.client.IgniteClientConnectionException
-
Constructs a new exception with the specified cause and detail message.
- IgniteClientConnectionException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.client.IgniteClientConnectionException
-
Constructs a new exception with the specified cause and detail message.
- IgniteClientFeatureNotSupportedByServerException - Exception in org.apache.ignite.client
-
Indicates that thin client feature is not supported by the server.
- IgniteClientFeatureNotSupportedByServerException(String) - Constructor for exception org.apache.ignite.client.IgniteClientFeatureNotSupportedByServerException
-
Constructs a new exception with the specified missing feature.
- IgniteClientFeatureNotSupportedByServerException(String, Throwable) - Constructor for exception org.apache.ignite.client.IgniteClientFeatureNotSupportedByServerException
-
Constructs a new exception with the specified cause and detail message.
- iteration() - Method in interface org.apache.ignite.client.RetryPolicyContext
-
Gets the current iteration number (zero-based).
K
- keyStorePassword() - Method in interface org.apache.ignite.client.SslConfiguration
-
Keystore password that will be used to setup the SSL connection.
- keyStorePassword(String) - Method in class org.apache.ignite.client.SslConfiguration.Builder
-
Keystore password setter.
- keyStorePath() - Method in interface org.apache.ignite.client.SslConfiguration
-
Keystore path that will be used to setup the SSL connection.
- keyStorePath(String) - Method in class org.apache.ignite.client.SslConfiguration.Builder
-
Keystore path setter.
L
- loggerFactory() - Method in interface org.apache.ignite.client.IgniteClientConfiguration
-
Returns the logger factory.
- loggerFactory(LoggerFactory) - Method in class org.apache.ignite.client.IgniteClient.Builder
-
Sets the logger factory.
M
- MAP_GET_OR_CREATE - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Create or get a map (
IgniteStructures.getOrCreateMap(org.gridgain.structure.MapConfiguration)). - metricsEnabled() - Method in interface org.apache.ignite.client.IgniteClientConfiguration
-
Gets a value indicating whether JMX metrics are enabled.
- metricsEnabled(boolean) - Method in class org.apache.ignite.client.IgniteClient.Builder
-
Enables or disables JMX metrics.
N
- name() - Method in interface org.apache.ignite.client.IgniteClientConfiguration
-
Gets the client name.
- name(String) - Method in class org.apache.ignite.client.IgniteClient.Builder
-
Sets the client name.
O
- operation() - Method in interface org.apache.ignite.client.RetryPolicyContext
-
Gets the operation type.
- operationTimeout() - Method in interface org.apache.ignite.client.IgniteClientConfiguration
-
Gets the operation timeout, in milliseconds.
- operationTimeout(long) - Method in class org.apache.ignite.client.IgniteClient.Builder
-
Sets the operation timeout, in milliseconds.
- org.apache.ignite.client - package org.apache.ignite.client
-
Ignite thin client.
P
- password(String) - Method in class org.apache.ignite.client.BasicAuthenticator.Builder
-
Sets password.
- PRIMARY_REPLICAS_GET - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Get all primary replicas mapping to cluster nodes (
PartitionDistribution.primaryReplicasAsync()).
R
- retryLimit() - Method in class org.apache.ignite.client.RetryLimitPolicy
-
Gets the retry limit.
- retryLimit(int) - Method in class org.apache.ignite.client.RetryLimitPolicy
-
Sets the retry limit.
- RetryLimitPolicy - Class in org.apache.ignite.client
-
Retry policy that returns true when
RetryPolicyContext.iteration()is less than the specifiedRetryLimitPolicy.retryLimit(). - RetryLimitPolicy() - Constructor for class org.apache.ignite.client.RetryLimitPolicy
- retryPolicy() - Method in interface org.apache.ignite.client.IgniteClientConfiguration
-
Gets the retry policy.
- retryPolicy(RetryPolicy) - Method in class org.apache.ignite.client.IgniteClient.Builder
-
Sets the retry policy.
- RetryPolicy - Interface in org.apache.ignite.client
-
Client retry policy determines whether client operations that have failed due to a connection issue should be retried.
- RetryPolicyContext - Interface in org.apache.ignite.client
-
Retry policy context.
- RetryReadPolicy - Class in org.apache.ignite.client
-
Retry policy that returns true for all read-only operations that do not modify data.
- RetryReadPolicy() - Constructor for class org.apache.ignite.client.RetryReadPolicy
S
- secret() - Method in class org.apache.ignite.client.BasicAuthenticator
- secret() - Method in interface org.apache.ignite.client.IgniteClientAuthenticator
-
Secret.
- shouldRetry(RetryPolicyContext) - Method in class org.apache.ignite.client.RetryLimitPolicy
-
Gets a value indicating whether a client operation that has failed due to a connection issue should be retried.
- shouldRetry(RetryPolicyContext) - Method in interface org.apache.ignite.client.RetryPolicy
-
Gets a value indicating whether a client operation that has failed due to a connection issue should be retried.
- shouldRetry(RetryPolicyContext) - Method in class org.apache.ignite.client.RetryReadPolicy
-
Gets a value indicating whether a client operation that has failed due to a connection issue should be retried.
- SQL_CURSOR_NEXT_PAGE - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
SQL Cursor Next Page (
AsyncResultSet.fetchNextPage()). - SQL_CURSOR_NEXT_RESULT_SET - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
SQL Cursor Next ResultSet.
- SQL_EXECUTE - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
SQL Execute (
IgniteSql.executeAsync(Transaction, String, Object...)). - SQL_EXECUTE_BATCH - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
SQL Execute batch (
IgniteSql.executeBatchAsync(Transaction, String, BatchedArguments)). - SQL_EXECUTE_SCRIPT - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
SQL Execute (
IgniteSql.executeScriptAsync(String, Object...)). - sqlPartitionAwarenessMetadataCacheSize() - Method in interface org.apache.ignite.client.IgniteClientConfiguration
-
Gets the size of cache to store partition awareness metadata of sql queries, in number of entries.
- sqlPartitionAwarenessMetadataCacheSize(int) - Method in class org.apache.ignite.client.IgniteClient.Builder
-
Sets the size of cache to store partition awareness metadata of sql queries, in number of entries.
- ssl() - Method in interface org.apache.ignite.client.IgniteClientConfiguration
-
Returns the client SSL configuration.
- ssl(SslConfiguration) - Method in class org.apache.ignite.client.IgniteClient.Builder
-
Sets the SSL configuration.
- SslConfiguration - Interface in org.apache.ignite.client
-
Client SSL configuration.
- SslConfiguration.Builder - Class in org.apache.ignite.client
-
SSL configuration builder.
- STREAMER_BATCH_SEND - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Send streamer batch (
DataStreamerTarget.streamData(java.util.concurrent.Flow.Publisher<org.apache.ignite.table.DataStreamerItem<T>>, org.apache.ignite.table.DataStreamerOptions)). - STREAMER_WITH_RECEIVER_BATCH_SEND - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Send streamer batch with receiver (
DataStreamerTarget.streamData(java.util.concurrent.Flow.Publisher<org.apache.ignite.table.DataStreamerItem<T>>, org.apache.ignite.table.DataStreamerOptions)).
T
- TABLE_GET - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Get table (
IgniteTables.table(String)). - TABLES_GET - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Get tables (
IgniteTables.tables()). - trustStorePassword() - Method in interface org.apache.ignite.client.SslConfiguration
-
Truststore password that will be used to setup the SSL connection.
- trustStorePassword(String) - Method in class org.apache.ignite.client.SslConfiguration.Builder
-
Truststore password setter.
- trustStorePath() - Method in interface org.apache.ignite.client.SslConfiguration
-
Truststore path that will be used to setup the SSL connection.
- trustStorePath(String) - Method in class org.apache.ignite.client.SslConfiguration.Builder
-
Truststore path setter.
- TUPLE_CONTAINS_ALL_KEYS - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Contains All Keys (
KeyValueView.containsAll(Transaction, Collection)). - TUPLE_CONTAINS_KEY - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Contains Key (
KeyValueView.contains(Transaction, Object)). - TUPLE_DELETE - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Delete (
RecordView.delete(Transaction, Object)). - TUPLE_DELETE_ALL - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Delete All (
RecordView.deleteAll(Transaction, Collection)). - TUPLE_DELETE_ALL_EXACT - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Delete All Exact (
RecordView.deleteAllExact(Transaction, Collection)). - TUPLE_DELETE_EXACT - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Delete Exact (
RecordView.deleteExact(Transaction, Object)). - TUPLE_GET - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Get (
RecordView.get(Transaction, Object)). - TUPLE_GET_ALL - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Get All (
RecordView.getAll(Transaction, Collection)). - TUPLE_GET_AND_DELETE - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Get and Delete (
RecordView.getAndDelete(Transaction, Object)). - TUPLE_GET_AND_REPLACE - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Get and Replace (
RecordView.getAndReplace(Transaction, Object)). - TUPLE_GET_AND_UPSERT - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Get and Upsert (
RecordView.getAndUpsert(Transaction, Object)). - TUPLE_INSERT - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Insert (
RecordView.insert(Transaction, Object)). - TUPLE_INSERT_ALL - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Insert All (
RecordView.insertAll(Transaction, Collection)). - TUPLE_REPLACE - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Replace (
RecordView.replace(Transaction, Object)). - TUPLE_REPLACE_EXACT - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Replace Exact (
RecordView.replace(Transaction, Object, Object)). - TUPLE_UPSERT - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Upsert (
RecordView.upsert(Transaction, Object)). - TUPLE_UPSERT_ALL - Enum constant in enum class org.apache.ignite.client.ClientOperationType
-
Upsert (
RecordView.upsertAll(Transaction, Collection)). - type() - Method in class org.apache.ignite.client.BasicAuthenticator
- type() - Method in interface org.apache.ignite.client.IgniteClientAuthenticator
-
Authenticator type.
U
- username(String) - Method in class org.apache.ignite.client.BasicAuthenticator.Builder
-
Sets username.
V
- valueOf(String) - Static method in enum class org.apache.ignite.client.ClientOperationType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.ignite.client.ClientOperationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form