IgniteCacheOptions |
IgniteCacheOptions.setAtomicityMode(String atomicityMode) |
Sets cache atomicity mode.
|
IgniteCacheOptions |
IgniteCacheOptions.setBackups(int backups) |
Sets number of nodes used to back up single partition for PARTITIONED cache.
|
IgniteCacheOptions |
IgniteCacheOptions.setCacheMode(String cacheMode) |
Sets caching mode.
|
IgniteCacheOptions |
IgniteCacheOptions.setCopyOnRead(boolean copyOnRead) |
Sets copy on read flag.
|
IgniteCacheOptions |
IgniteCacheOptions.setEagerTtl(boolean eagerTtl) |
Sets eager ttl flag.
|
IgniteCacheOptions |
IgniteCacheOptions.setEncryptionEnabled(boolean encryptionEnabled) |
Sets encrypted flag.
|
IgniteCacheOptions |
IgniteCacheOptions.setEventsDisabled(boolean eventsDisabled) |
Sets events disabled flag.
|
IgniteCacheOptions |
IgniteCacheOptions.setExpiryPolicy(JsonObject expiryPolicy) |
Sets cache expiry policy object.
|
IgniteCacheOptions |
IgniteCacheOptions.setGroupName(String groupName) |
Sets the cache group name.
|
IgniteCacheOptions |
IgniteCacheOptions.setInvalidate(boolean invalidate) |
Sets invalidation flag for near cache entries in this transaction.
|
IgniteCacheOptions |
IgniteCacheOptions.setMaxConcurrentAsyncOperations(int maxConcurrentAsyncOperations) |
Sets maximum number of concurrent asynchronous operations.
|
IgniteCacheOptions |
IgniteCacheOptions.setMaxQueryInteratorsCount(int maxQueryInteratorsCount) |
Sets maximum number of query iterators that can be stored.
|
IgniteCacheOptions |
IgniteCacheOptions.setMetricsEnabled(boolean metricsEnabled) |
Sets cache metrics enabled/disabled.
|
IgniteCacheOptions |
IgniteCacheOptions.setName(String name) |
Sets cache name.
|
IgniteCacheOptions |
IgniteCacheOptions.setOnheapCacheEnabled(boolean onheapCacheEnabled) |
Configures on-heap cache for the off-heap based page memory.
|
IgniteCacheOptions |
IgniteCacheOptions.setPartitionLossPolicy(String partitionLossPolicy) |
Sets partition loss policy.
|
IgniteCacheOptions |
IgniteCacheOptions.setReadFromBackup(boolean readFromBackup) |
Sets read from backup flag.
|
IgniteCacheOptions |
IgniteCacheOptions.setRebalanceDelay(long rebalanceDelay) |
Deprecated.
|
IgniteCacheOptions |
IgniteCacheOptions.setRebalanceMode(String rebalanceMode) |
Sets cache rebalance mode.
|
IgniteCacheOptions |
IgniteCacheOptions.setRebalanceOrder(int rebalanceOrder) |
Sets cache rebalance order.
|
IgniteCacheOptions |
IgniteCacheOptions.setWriteSynchronizationMode(String writeSynchronizationMode) |
Sets write synchronization mode.
|