Enum CacheDrPauseReason
Reason of data center replication pause.
Namespace: GridGain.Core.DataCenterReplication
Assembly: GridGain.Core.dll
Syntax
public enum CacheDrPauseReason : int
Fields
| Name | Description |
|---|---|
| BatchFailed | All sender hubs failed to process batch. |
| NoSenderHubs | All sender hubs left. |
| UserRequest | Method Pause(String) was called. |