HotRestartOptions Class
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents a hot restart configuration.
[Obsolete("Use DataPersistenceConfig.", false)]
public class HotRestartOptions : IIdentifiedDataSerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
HotRestartOptions() | Initializes a new instance of the HotRestartOptions class. |
HotRestartOptions(HotRestartOptions) | Initializes a new instance of the HotRestartOptions class. |
Properties
Name | Description |
---|---|
ClassId | Gets the identifier of the class. |
Enabled | Whether hot restart is enabled. |
FactoryId | Gets the identifier of the IDataSerializableFactory that can create instances of the class. |
Fsync | Whether disk writes should be followed by an fsync system call. |
Methods
Name | Description |
---|---|
ReadData(IObjectDataInput) | Deserializes the object by reading from an IObjectDataInput. |
SetIsEnabled(bool) | Sets whether hot restart is enabled. |
SetIsFsync(bool) | Sets whether disk writes should be followed by an fsync system call. |
ToString() | Returns a string that represents the current object. |
WriteData(IObjectDataOutput) | Serializes the object by writing to an IObjectDataOutput. |