MergePolicyOptions Class
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
public class MergePolicyOptions : IIdentifiedDataSerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
MergePolicyOptions() | |
MergePolicyOptions(MergePolicyOptions) | |
MergePolicyOptions(string, int) |
Properties
Name | Description |
---|---|
BatchSize | Gets or sets the batch size. |
ClassId | Gets the identifier of the class. |
FactoryId | Gets the identifier of the IDataSerializableFactory that can create instances of the class. |
Policy | Gets or sets the classname of the split brain merge policy. |
Methods
Name | Description |
---|---|
ReadData(IObjectDataInput) | Deserializes the object by reading from an IObjectDataInput. |
ToString() | Returns a string that represents the current object. |
WriteData(IObjectDataOutput) | Serializes the object by writing to an IObjectDataOutput. |