public interface ReplicatorStats
| Modifier and Type | Method and Description |
|---|---|
String |
getInboundConnectedSince()
Timestamp of incoming connection establishment time.
|
String |
getInboundConnection()
Address of incoming replication connection.
|
double |
getMsgRateExpired()
Total rate of messages expired (msg/s).
|
double |
getMsgRateIn()
Total rate of messages received from the remote cluster (msg/s).
|
double |
getMsgRateOut()
Total rate of messages delivered to the replication-subscriber (msg/s).
|
double |
getMsgThroughputIn()
Total throughput received from the remote cluster (bytes/s).
|
double |
getMsgThroughputOut()
Total throughput delivered to the replication-subscriber (bytes/s).
|
String |
getOutboundConnectedSince()
Timestamp of outbound connection establishment time.
|
String |
getOutboundConnection()
Address of outbound replication connection.
|
long |
getReplicationBacklog()
Number of messages pending to be replicated to remote cluster.
|
long |
getReplicationDelayInSeconds()
Time in seconds from the time a message was produced to the time when it is about to be replicated.
|
boolean |
isConnected()
is the replication-subscriber up and running to replicate to remote cluster.
|
double getMsgRateIn()
double getMsgThroughputIn()
double getMsgRateOut()
double getMsgThroughputOut()
double getMsgRateExpired()
long getReplicationBacklog()
boolean isConnected()
long getReplicationDelayInSeconds()
String getInboundConnection()
String getInboundConnectedSince()
String getOutboundConnection()
String getOutboundConnectedSince()
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.