| 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  HotRestartConfigfor thisCacheConfiguration | 
| HotRestartConfig | CacheSimpleConfig. getHotRestartConfig()Gets the  HotRestartConfigfor thisCacheSimpleConfig | 
| HotRestartConfig | MapConfig. getHotRestartConfig()Gets the  HotRestartConfigfor thisMapConfig | 
| 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> | AbstractCacheConfig. setHotRestartConfig(HotRestartConfig hotRestartConfig)Sets the  HotRestartConfigfor thisCacheConfiguration | 
| CacheSimpleConfig | CacheSimpleConfig. setHotRestartConfig(HotRestartConfig hotRestartConfig)Sets the  HotRestartConfigfor thisCacheSimpleConfig | 
| MapConfig | MapConfig. setHotRestartConfig(HotRestartConfig hotRestartConfig)Sets the  HotRestartConfigfor thisMapConfig | 
| Constructor and Description | 
|---|
| HotRestartConfig(HotRestartConfig hotRestartConfig) | 
Copyright © 2021 Hazelcast, Inc.. All rights reserved.