MerkleTreeOptions Class
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents the configuration of a merkle tree.
public class MerkleTreeOptions : IIdentifiedDataSerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
MerkleTreeOptions() | Initializes a new instance of the MergePolicyOptions class. |
MerkleTreeOptions(MerkleTreeOptions) | Initializes a new instance of the MergePolicyOptions class. |
Properties
Name | Description |
---|---|
ClassId | Gets the identifier of the class. |
Depth | Gets or sets the depth of the merkle tree. |
Enabled | Whether the merkle tree is enabled. |
EnabledSet | Whether the Enabled property has been set. |
FactoryId | Gets the identifier of the IDataSerializableFactory that can create instances of the class. |
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. |