TieredStoreOptions Class
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents the configuration for a tiered store.
public class TieredStoreOptions : IIdentifiedDataSerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
TieredStoreOptions() | Initializes a new instance of the TieredStoreOptions class. |
TieredStoreOptions(TieredStoreOptions) | Initializes a new instance of the TieredStoreOptions class. |
Properties
Name | Description |
---|---|
ClassId | Gets the identifier of the class. |
DiskTier | Gets or sets the disk tier configuration. |
Enabled | Whether tiered-store is enabled. |
FactoryId | Gets the identifier of the IDataSerializableFactory that can create instances of the class. |
MemoryTier | Gets or sets the memory tier configuration. |
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. |