Uses of Class
com.hazelcast.config.HotRestartConfig
Packages that use HotRestartConfig
-
Uses of HotRestartConfig in com.hazelcast.config
Fields in com.hazelcast.config declared as HotRestartConfigMethods in com.hazelcast.config that return HotRestartConfigModifier 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.Methods in com.hazelcast.config with parameters of type HotRestartConfigModifier and TypeMethodDescriptionAbstractCacheConfig.setHotRestartConfig
(HotRestartConfig hotRestartConfig) Deprecated.CacheSimpleConfig.setHotRestartConfig
(HotRestartConfig hotRestartConfig) Deprecated.MapConfig.setHotRestartConfig
(HotRestartConfig hotRestartConfig) Deprecated.Constructors in com.hazelcast.config with parameters of type HotRestartConfig
AbstractCacheConfig.setDataPersistenceConfig(DataPersistenceConfig)