Uses of Class
com.hazelcast.config.HotRestartConfig
-
Uses of HotRestartConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionAbstractCacheConfig.getHotRestartConfig()
Gets theHotRestartConfig
for thisCacheConfiguration
CacheSimpleConfig.getHotRestartConfig()
Gets theHotRestartConfig
for thisCacheSimpleConfig
MapConfig.getHotRestartConfig()
Gets theHotRestartConfig
for thisMapConfig
HotRestartConfig.setEnabled
(boolean enabled) Deprecated.Sets whether hot restart is enabled on related data structure.HotRestartConfig.setFsync
(boolean fsync) Deprecated.Sets whether disk write should be followed by anfsync()
system call.Modifier and TypeMethodDescriptionAbstractCacheConfig.setHotRestartConfig
(HotRestartConfig hotRestartConfig) Deprecated.CacheSimpleConfig.setHotRestartConfig
(HotRestartConfig hotRestartConfig) Deprecated.MapConfig.setHotRestartConfig
(HotRestartConfig hotRestartConfig) Deprecated.
AbstractCacheConfig.setDataPersistenceConfig(DataPersistenceConfig)