Package org.apache.ignite.client
Interface ClientCacheConfiguration
- All Known Implementing Classes:
ClientCacheConfiguration.ClientCacheConfigurationImpl
public interface ClientCacheConfiguration
Client cache configuration.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Cache configuration builder.static class
Cache configuration. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Default write behind parallel operations. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Configuration builder.int
Gets the maximum number of parallel write behind operations.
-
Field Details
-
DFLT_WRITE_BEHIND_PARALLEL_OPERATIONS
static final int DFLT_WRITE_BEHIND_PARALLEL_OPERATIONSDefault write behind parallel operations.- See Also:
-
-
Method Details
-
cacheWriteBehindParallelOperations
int cacheWriteBehindParallelOperations()Gets the maximum number of parallel write behind operations.- Returns:
- Maximum number of parallel write operations.
-
builder
Configuration builder.
-