IgniteCacheOptions
Name |
Type |
Description |
|
Sets cache atomicity mode. |
|
|
Sets number of nodes used to back up single partition for PARTITIONED cache. |
|
|
Sets caching mode. |
|
|
Sets copy on read flag. |
|
|
Sets default lock timeout in milliseconds. |
|
|
Sets eager ttl flag. |
|
|
Sets encrypted flag. |
|
|
Sets events disabled flag. |
|
|
Sets the cache group name. Caches with the same group name share single underlying 'physical' cache (partition set), but are logically isolated. Grouping caches reduces overall overhead, since internal data structures are shared. |
|
|
Sets invalidation flag for near cache entries in this transaction. Default is |
|
|
Sets maximum number of concurrent asynchronous operations. |
|
|
Sets maximum number of query iterators that can be stored. |
|
|
Sets cache name. |
|
|
Configures on-heap cache for the off-heap based page memory. |
|
|
Sets partition loss policy. This policy defines how Ignite will react to a situation when all nodes for some partition leave the cluster. |
|
|
Sets read from backup flag. |
|
|
Sets rebalance delay. |
|
|
Sets cache rebalance mode. |
|
|
Sets cache rebalance order. |
|
|
Sets write synchronization mode. |
IgniteDiscoveryOptions
IgniteOptions
Name |
Type |
Description |
|
Sets connect timeout used when establishing connection with remote nodes. |
|
|
Sets number of connections to each remote node. |
|
|
Sets maximum idle connection timeout upon which a connection to client will be closed. |
|
|
Sets array of event types, which will be recorded by link. Note, that either the include event types or the exclude event types can be established. |
|
|
Sets system-wide local address or host for all Ignite components to bind to. If provided it will override all default local bind settings within Ignite or any of its SPIs. |
|
|
Sets local port for socket binding. |
|
|
Sets maximum connect timeout. If handshake is not established within connect timeout, then SPI tries to repeat handshake procedure with increased connect timeout. Connect timeout can grow till maximum timeout value, if maximum timeout value is reached then the handshake is considered as failed. |
|
|
Sets frequency of metrics log print out. |
|
|
Sets maximum number of reconnect attempts used when establishing connection with remote nodes. |
IgniteSslOptions
Name |
Type |
Description |
|
Sets key manager algorithm that will be used to create a key manager. Notice that in most cased default value suites well, however, on Android platform this value need to be set to X509. |
|
|
Sets path to the key store file. This is a mandatory parameter since ssl context could not be initialized without key manager. |
|
|
Sets key store password. |
|
|
Sets key store type used in context initialization. |
|
|
Sets protocol for secure transport. |
|
|
When using ssl, trust ALL certificates. WARNING Trusting ALL certificates will open you up to potential security issues such as MITM attacks. |
|
|
Sets path to the trust store file. |
|
|
Sets trust store password. |
|
|
Sets trust store type used in context initialization. |