| Package | Description |
|---|---|
| org.gridgain.grid.dr.cache.sender |
Data center replication-related interfaces and classes for sender caches. |
| org.gridgain.grid.kernal.processors.cache | |
| org.gridgain.grid.kernal.processors.cache.dr |
| Modifier and Type | Method and Description |
|---|---|
static GridDrPauseReason |
GridDrPauseReason.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
GridDrPauseReason |
GridDrStatus.reason()
Gets pause reason.
|
static GridDrPauseReason |
GridDrPauseReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridDrPauseReason[] |
GridDrPauseReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GridDrStatus(GridDrPauseReason reason,
String errMsg)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheMetricsAdapter.onPauseStateChanged(GridDrPauseReason pauseReason,
String errMsg)
Callback for replication pause state changed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridDrSenderCacheMetricsAdapter.onPauseStateChanged(GridDrPauseReason pauseReason,
String errMsg)
Callback for replication pause state changed.
|
Copyright © 2014. All rights reserved.