Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
HotRestartConfig |
CacheSimpleConfig.getHotRestartConfig()
Gets the
HotRestartConfig for this CacheSimpleConfig |
HotRestartConfig |
MapConfig.getHotRestartConfig()
Gets the
HotRestartConfig for this MapConfig |
HotRestartConfig |
HotRestartConfig.setEnabled(boolean enabled)
Sets whether hot restart is enabled on related data structure.
|
HotRestartConfig |
HotRestartConfig.setFsync(boolean fsync)
Sets whether disk write should be followed by an
fsync() system call. |
Modifier and Type | Method and Description |
---|---|
CacheConfiguration<K,V> |
CacheConfigReadOnly.setHotRestartConfig(HotRestartConfig hotRestartConfig) |
CacheSimpleConfig |
CacheSimpleConfig.setHotRestartConfig(HotRestartConfig hotRestartConfig)
Sets the
HotRestartConfig for this CacheSimpleConfig |
MapConfig |
MapConfig.setHotRestartConfig(HotRestartConfig hotRestartConfig)
Sets the
HotRestartConfig for this MapConfig |
MapConfig |
MapConfigReadOnly.setHotRestartConfig(HotRestartConfig hotRestartConfig) |
Constructor and Description |
---|
HotRestartConfig(HotRestartConfig hotRestartConfig) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.