MapStoreOptions Class
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents options for a map store.
public class MapStoreOptions : IIdentifiedDataSerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
MapStoreOptions() | Initializes a new instance of the MapStoreOptions class. |
MapStoreOptions(MapStoreOptions) | Initializes a new instance of the MapStoreOptions class. |
Properties
Name | Description |
---|---|
ClassId | Gets the identifier of the class. |
ClassName | Gets or sets the name of the implementation class. |
Enabled | Whether this configuration is enabled. |
FactoryClassName | Gets or sets the name of the map store factory implementation class. |
FactoryId | Gets the identifier of the IDataSerializableFactory that can create instances of the class. |
InitialLoadMode | Gets or sets the initial load mode. |
Offload | Whether offload behavior is enabled. |
Properties | Gets or sets the properties. |
WriteBatchSize | Gets or sets the number of operations to be included in each batch processing round. |
WriteCoalescing | Whether write-coalescing is enabled. |
WriteDelaySeconds | Gets or sets the number of seconds to delay the store writes. |
Methods
Name | Description |
---|---|
GetProperty(string) | Gets a property. |
ReadData(IObjectDataInput) | Deserializes the object by reading from an IObjectDataInput. |
SetProperty(string, string) | Sets a property. |
ToString() | Returns a string that represents the current object. |
WriteData(IObjectDataOutput) | Serializes the object by writing to an IObjectDataOutput. |