public class AggregatedReplicationStats extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
connectedCount
The count of replication-subscriber up and running to replicate to remote cluster.
|
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.
|
double |
msgThroughputIn
Total throughput received from the remote cluster.
|
double |
msgThroughputOut
Total throughput delivered to the replication-subscriber.
|
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 |
|---|
AggregatedReplicationStats() |
public double msgRateIn
public double msgThroughputIn
public double msgRateOut
public double msgThroughputOut
public double msgRateExpired
public long replicationBacklog
public long connectedCount
public long replicationDelayInSeconds
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.