NearCachePreloaderOptions Class
Namespace: Hazelcast.NearCaching
Assembly: Hazelcast.Net.dll
Represents a near cache pre-loader configuration.
public class NearCachePreloaderOptions : IIdentifiedDataSerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
NearCachePreloaderOptions() | Initializes a new instance of the NearCachePreloaderOptions. |
NearCachePreloaderOptions(NearCachePreloaderOptions) | Initializes a new instance of the NearCachePreloaderOptions. |
NearCachePreloaderOptions(bool, string) | |
NearCachePreloaderOptions(string) |
Properties
Name | Description |
---|---|
ClassId | Gets the identifier of the class. |
Directory | |
Enabled | |
FactoryId | Gets the identifier of the IDataSerializableFactory that can create instances of the class. |
StoreInitialDelaySeconds | |
StoreIntervalSeconds |
Methods
Name | Description |
---|---|
ReadData(IObjectDataInput) | Deserializes the object by reading from an IObjectDataInput. |
SetDirectory(string) | |
SetIsEnabled(bool) | |
SetStoreInitialDelaySeconds(int) | |
SetStoreIntervalSeconds(int) | |
ToString() | Returns a string that represents the current object. |
WriteData(IObjectDataOutput) | Serializes the object by writing to an IObjectDataOutput. |