PartitioningStrategyOptions Class
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents the configuration of the partitioning strategy.
public class PartitioningStrategyOptions : IIdentifiedDataSerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
PartitioningStrategyOptions() | Initializes a new instance of the PartitioningStrategyOptions class. |
PartitioningStrategyOptions(PartitioningStrategyOptions) | Initializes a new instance of the PartitioningStrategyOptions class. |
PartitioningStrategyOptions(string) | Initializes a new instance of the PartitioningStrategyOptions class. |
Properties
Name | Description |
---|---|
ClassId | Gets the identifier of the class. |
FactoryId | Gets the identifier of the IDataSerializableFactory that can create instances of the class. |
PartitioningStrategyClass | Gets or sets the name of the class implementing the partitioning strategy. |
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. |