public class AggregatedReplicationStats extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
msgRateIn |
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
|
| Constructor and Description |
|---|
AggregatedReplicationStats() |
public double msgRateIn
public double msgThroughputIn
public double msgRateOut
public double msgThroughputOut
public long replicationBacklog
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.