| Package | Description | 
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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> | CacheConfigReadOnly. setHotRestartConfig(HotRestartConfig hotRestartConfig)Deprecated.  | 
| CacheSimpleConfig | CacheSimpleConfigReadOnly. setHotRestartConfig(HotRestartConfig hotRestartConfig)Deprecated.  | 
| CacheSimpleConfig | CacheSimpleConfig. setHotRestartConfig(HotRestartConfig hotRestartConfig)Sets the  HotRestartConfigfor thisCacheSimpleConfig | 
| MapConfig | MapConfig. setHotRestartConfig(HotRestartConfig hotRestartConfig)Sets the  HotRestartConfigfor thisMapConfig | 
| MapConfig | MapConfigReadOnly. setHotRestartConfig(HotRestartConfig hotRestartConfig)Deprecated.  | 
| Constructor and Description | 
|---|
| HotRestartConfig(HotRestartConfig hotRestartConfig) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.