Class GridGainCachePluginConfiguration
GridGain cache plugin configuration.
Set this in Ignite via PluginConfigurations.
Inheritance
System.Object
GridGainCachePluginConfiguration
Implements
Namespace: GridGain.Core.Cache
Assembly: GridGain.Core.dll
Syntax
public sealed class GridGainCachePluginConfiguration : object, ICachePluginConfiguration
Properties
ConflictResolverMode
Gets or sets the conflict resolver mode. See CacheConflictMode for more information.
Declaration
public CacheConflictMode ConflictResolverMode { get; set; }
Property Value
| Type | Description |
|---|---|
| CacheConflictMode |
DrReceiverEnabled
Gets or sets a value indicating whether data center replication receiver is enabled.
Declaration
public bool DrReceiverEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
DrSenderConfiguration
Gets or sets the data center replication sender configuration.
Declaration
public CacheDrSenderConfiguration DrSenderConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| CacheDrSenderConfiguration |
Explicit Interface Implementations
ICachePluginConfiguration.WriteBinary(IBinaryRawWriter)
Writes this instance to a raw writer. This method will be called when CachePluginConfigurationClosureFactoryId is not null to propagate configuration to the Java side.
Declaration
void ICachePluginConfiguration.WriteBinary(IBinaryRawWriter writer)
Parameters
| Type | Name | Description |
|---|---|---|
| IBinaryRawWriter | writer | The writer. |