Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
MapStoreConfig |
MapConfig.getMapStoreConfig()
Returns the map store configuration
|
MapStoreConfig |
MapStoreConfig.setClassName(String className)
Sets the name for the MapStore implementation class
|
MapStoreConfig |
MapStoreConfig.setEnabled(boolean enabled)
Enables and disables this configuration
|
MapStoreConfig |
MapStoreConfig.setFactoryClassName(String factoryClassName)
Sets the name for the MapStoreFactory implementation class
|
MapStoreConfig |
MapStoreConfig.setFactoryImplementation(Object factoryImplementation)
Sets the map store factory implementation object.
|
MapStoreConfig |
MapStoreConfig.setImplementation(Object implementation)
Sets the map store implementation object
|
MapStoreConfig |
MapStoreConfig.setInitialLoadMode(MapStoreConfig.InitialLoadMode initialLoadMode)
Sets the initial load mode.
|
MapStoreConfig |
MapStoreConfig.setOffload(boolean offload)
Default value is true.
|
MapStoreConfig |
MapStoreConfig.setProperties(Properties properties)
Sets the properties
|
MapStoreConfig |
MapStoreConfig.setProperty(String name,
String value) |
MapStoreConfig |
MapStoreConfig.setWriteBatchSize(int writeBatchSize)
Sets the number of operations to be included in each batch processing round.
|
MapStoreConfig |
MapStoreConfig.setWriteCoalescing(boolean writeCoalescing)
Setting
writeCoalescing is meaningful
if you are using write-behind MapStore . |
MapStoreConfig |
MapStoreConfig.setWriteDelaySeconds(int writeDelaySeconds)
Sets the number of seconds to delay before writing (storing) the dirty records
|
Modifier and Type | Method and Description |
---|---|
MapConfig |
MapConfig.setMapStoreConfig(MapStoreConfig mapStoreConfig)
Sets the map store configuration
|
Constructor and Description |
---|
MapStoreConfig(MapStoreConfig config) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.