public class ReplicatorStatsImpl extends Object implements ReplicatorStats
| Modifier and Type | Field and Description |
|---|---|
boolean |
connected
is the replication-subscriber up and running to replicate to remote cluster.
|
String |
inboundConnectedSince
Timestamp of incoming connection establishment time.
|
String |
inboundConnection
Address of incoming replication connection.
|
double |
msgRateExpired
Total rate of messages expired (msg/s).
|
double |
msgRateIn
Total rate of messages received from the remote cluster (msg/s).
|
double |
msgRateOut
Total rate of messages delivered to the replication-subscriber (msg/s).
|
double |
msgThroughputIn
Total throughput received from the remote cluster (bytes/s).
|
double |
msgThroughputOut
Total throughput delivered to the replication-subscriber (bytes/s).
|
String |
outboundConnectedSince
Timestamp of outbound connection establishment time.
|
String |
outboundConnection
Address of outbound replication connection.
|
long |
replicationBacklog
Number of messages pending to be replicated to remote cluster.
|
long |
replicationDelayInSeconds
Time in seconds from the time a message was produced to the time when it is about to be replicated.
|
| Constructor and Description |
|---|
ReplicatorStatsImpl() |
| Modifier and Type | Method and Description |
|---|---|
ReplicatorStatsImpl |
add(ReplicatorStatsImpl stats) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInboundConnectedSince, getInboundConnection, getMsgRateExpired, getMsgRateIn, getMsgRateOut, getMsgThroughputIn, getMsgThroughputOut, getOutboundConnectedSince, getOutboundConnection, getReplicationBacklog, getReplicationDelayInSeconds, isConnectedpublic double msgRateIn
public double msgThroughputIn
public double msgRateOut
public double msgThroughputOut
public double msgRateExpired
public long replicationBacklog
public boolean connected
public long replicationDelayInSeconds
public String inboundConnection
public String inboundConnectedSince
public String outboundConnection
public String outboundConnectedSince
public ReplicatorStatsImpl add(ReplicatorStatsImpl stats)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.