Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.map.impl.mapstore |
Contains map store operations.
|
Modifier and Type | Class and Description |
---|---|
class |
MapStoreConfigReadOnly
Contains the configuration for a Map Store (read-only).
|
Modifier and Type | Method and Description |
---|---|
MapStoreConfig |
MapConfig.getMapStoreConfig()
Returns the map store configuration
|
MapStoreConfig |
MapConfigReadOnly.getMapStoreConfig() |
MapStoreConfig |
MapStoreConfig.setClassName(String className)
Sets the name for the MapStore implementation class
|
MapStoreConfig |
MapStoreConfigReadOnly.setClassName(String className) |
MapStoreConfig |
MapStoreConfig.setEnabled(boolean enabled)
Enables and disables this configuration
|
MapStoreConfig |
MapStoreConfigReadOnly.setEnabled(boolean enabled) |
MapStoreConfig |
MapStoreConfig.setFactoryClassName(String factoryClassName)
Sets the name for the MapStoreFactory implementation class
|
MapStoreConfig |
MapStoreConfigReadOnly.setFactoryClassName(String factoryClassName) |
MapStoreConfig |
MapStoreConfig.setFactoryImplementation(Object factoryImplementation)
Sets the map store factory implementation object.
|
MapStoreConfig |
MapStoreConfigReadOnly.setFactoryImplementation(Object factoryImplementation) |
MapStoreConfig |
MapStoreConfig.setImplementation(Object implementation)
Sets the map store implementation object
|
MapStoreConfig |
MapStoreConfigReadOnly.setImplementation(Object implementation) |
MapStoreConfig |
MapStoreConfig.setInitialLoadMode(MapStoreConfig.InitialLoadMode initialLoadMode)
Sets the initial load mode
LAZY: Default load mode where load is async
EAGER: load mode where load is blocked till all partitions are loaded
|
MapStoreConfig |
MapStoreConfigReadOnly.setInitialLoadMode(MapStoreConfig.InitialLoadMode initialLoadMode) |
MapStoreConfig |
MapStoreConfig.setProperties(Properties properties)
Sets the properties
|
MapStoreConfig |
MapStoreConfigReadOnly.setProperties(Properties properties) |
MapStoreConfig |
MapStoreConfig.setProperty(String name,
String value) |
MapStoreConfig |
MapStoreConfigReadOnly.setProperty(String name,
String value) |
MapStoreConfig |
MapStoreConfig.setWriteBatchSize(int writeBatchSize)
Sets the number of operations to be included in each batch processing round.
|
MapStoreConfig |
MapStoreConfigReadOnly.setWriteBatchSize(int writeBatchSize) |
MapStoreConfig |
MapStoreConfig.setWriteDelaySeconds(int writeDelaySeconds)
Sets the number of seconds to delay before writing (storing) the dirty records
Default value is 0.
|
MapStoreConfig |
MapStoreConfigReadOnly.setWriteDelaySeconds(int writeDelaySeconds) |
Modifier and Type | Method and Description |
---|---|
MapConfig |
MapConfig.setMapStoreConfig(MapStoreConfig mapStoreConfig)
Sets the map store configuration
|
MapConfig |
MapConfigReadOnly.setMapStoreConfig(MapStoreConfig mapStoreConfig) |
Constructor and Description |
---|
MapStoreConfig(MapStoreConfig config) |
MapStoreConfigReadOnly(MapStoreConfig config) |
Modifier and Type | Method and Description |
---|---|
MapStoreConfig |
MapStoreContext.getMapStoreConfig() |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.