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