Package org.apache.ignite.client
Class ClientCacheConfiguration.ClientCacheConfigurationImpl
java.lang.Object
org.apache.ignite.client.ClientCacheConfiguration.ClientCacheConfigurationImpl
- All Implemented Interfaces:
ClientCacheConfiguration
- Enclosing interface:
- ClientCacheConfiguration
public static class ClientCacheConfiguration.ClientCacheConfigurationImpl
extends Object
implements ClientCacheConfiguration
Cache configuration.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.ignite.client.ClientCacheConfiguration
ClientCacheConfiguration.Builder, ClientCacheConfiguration.ClientCacheConfigurationImpl
-
Field Summary
Fields inherited from interface org.apache.ignite.client.ClientCacheConfiguration
DFLT_WRITE_BEHIND_PARALLEL_OPERATIONS
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the maximum number of parallel write behind operations.
-
Method Details
-
cacheWriteBehindParallelOperations
public int cacheWriteBehindParallelOperations()Description copied from interface:ClientCacheConfiguration
Gets the maximum number of parallel write behind operations.- Specified by:
cacheWriteBehindParallelOperations
in interfaceClientCacheConfiguration
- Returns:
- Maximum number of parallel write operations.
-