public class HotRestartConfig extends Object
Constructor and Description |
---|
HotRestartConfig() |
HotRestartConfig(HotRestartConfig hotRestartConfig) |
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled()
Returns whether hot restart enabled on related data structure.
|
boolean |
isFsync()
Returns whether disk write should be followed by an
fsync() system call. |
HotRestartConfig |
setEnabled(boolean enabled)
Sets whether hot restart is enabled on related data structure.
|
HotRestartConfig |
setFsync(boolean fsync)
Sets whether disk write should be followed by an
fsync() system call. |
String |
toString() |
public HotRestartConfig()
public HotRestartConfig(HotRestartConfig hotRestartConfig)
public boolean isEnabled()
public HotRestartConfig setEnabled(boolean enabled)
public boolean isFsync()
fsync()
system call.public HotRestartConfig setFsync(boolean fsync)
fsync()
system call.fsync
- fsyncCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.