SetIsFsync Method
SetIsFsync(bool)
Sets whether disk writes should be followed by an fsync system call.
Declaration
public HotRestartOptions SetIsFsync(bool fsync)
Parameters
bool | fsync | Whether disk writes should be followed by an fsync system call. |
Returns
HotRestartOptions | This instance. |