Uses of Class
com.hazelcast.config.MapStoreConfig
-
Uses of MapStoreConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionMapConfig.getMapStoreConfig()
Returns the map store configurationMapStoreConfig.setClassName
(String className) Sets the name for the MapStore implementation classMapStoreConfig.setEnabled
(boolean enabled) Enables and disables this configurationMapStoreConfig.setFactoryClassName
(String factoryClassName) Sets the name for the MapStoreFactory implementation classMapStoreConfig.setFactoryImplementation
(Object factoryImplementation) Sets the map store factory implementation object.MapStoreConfig.setImplementation
(Object implementation) Sets the map store implementation objectMapStoreConfig.setInitialLoadMode
(MapStoreConfig.InitialLoadMode initialLoadMode) Sets the initial load mode.MapStoreConfig.setOffload
(boolean offload) Default value is true.MapStoreConfig.setProperties
(Properties properties) Sets the propertiesMapStoreConfig.setProperty
(String name, String value) MapStoreConfig.setWriteBatchSize
(int writeBatchSize) Sets the number of operations to be included in each batch processing round.MapStoreConfig.setWriteCoalescing
(boolean writeCoalescing) SettingwriteCoalescing
is meaningful if you are using write-behindMapStore
.MapStoreConfig.setWriteDelaySeconds
(int writeDelaySeconds) Sets the number of seconds to delay before writing (storing) the dirty recordsModifier and TypeMethodDescriptionMapConfig.setMapStoreConfig
(MapStoreConfig mapStoreConfig) Sets the map store configuration