public interface DrSenderConnection
Used for monitoring and management of particular remote data center.
| Modifier and Type | Method and Description |
|---|---|
void |
clearStore()
Clear sender store for current data center connection.
|
DrSenderConnectionState |
connectionState()
Get state of the connection to remote data center.
|
byte |
dataCenterId()
Get ID of remote data center.
|
DrSenderConnectionConfiguration |
getConfiguration()
Get connection configuration.
|
boolean |
isStoreOverflow()
Get store overflow flag.
|
boolean |
paused()
Returns connection pause flag.
|
byte dataCenterId()
DrSenderConnectionState connectionState()
DrSenderConnectionStateboolean paused()
true if connection was paused, return false otherwise.boolean isStoreOverflow()
True means that store overflow happened and
some data might be lost before replication to the target data center.True if store overflow happened.DrSenderConnectionConfiguration getConfiguration()
void clearStore()
IllegalStateException - If sender hub has global store configured.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025