public class HotRestartConfigReadOnly extends HotRestartConfig
| Constructor and Description |
|---|
HotRestartConfigReadOnly(HotRestartConfig config) |
| Modifier and Type | Method and Description |
|---|---|
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. |
equals, getClassId, getFactoryId, hashCode, isEnabled, isFsync, readData, toString, writeDatapublic HotRestartConfigReadOnly(HotRestartConfig config)
public HotRestartConfig setFsync(boolean fsync)
HotRestartConfigfsync() system call.setFsync in class HotRestartConfigfsync - fsyncpublic HotRestartConfig setEnabled(boolean enabled)
HotRestartConfigsetEnabled in class HotRestartConfigCopyright © 2019 Hazelcast, Inc.. All rights reserved.