public class ReplicationMetrics extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
connected |
double |
maxMsgReplDelayInSeconds |
double |
msgRateOut |
double |
msgReplBacklog |
double |
msgThroughputOut |
| Modifier and Type | Method and Description |
|---|---|
org.apache.pulsar.common.stats.Metrics |
add(String namespace,
String local,
String remote) |
static ReplicationMetrics |
get() |
void |
recycle() |
void |
reset() |
public double msgRateOut
public double msgThroughputOut
public double msgReplBacklog
public double maxMsgReplDelayInSeconds
public int connected
public void reset()
public static ReplicationMetrics get()
public void recycle()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.