public class AggregatedNamespaceStats extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
bytesInCounter |
long |
bytesOutCounter |
int |
consumersCount |
ManagedLedgerStats |
managedLedgerStats |
long |
messageAckRate |
long |
msgBacklog |
long |
msgDelayed |
long |
msgInCounter |
long |
msgOutCounter |
int |
producersCount |
double |
rateIn |
double |
rateOut |
Map<String,AggregatedReplicationStats> |
replicationStats |
int |
subscriptionsCount |
Map<String,AggregatedSubscriptionStats> |
subscriptionStats |
double |
throughputIn |
double |
throughputOut |
int |
topicsCount |
| Constructor and Description |
|---|
AggregatedNamespaceStats() |
public int topicsCount
public int subscriptionsCount
public int producersCount
public int consumersCount
public double rateIn
public double rateOut
public double throughputIn
public double throughputOut
public long messageAckRate
public long bytesInCounter
public long msgInCounter
public long bytesOutCounter
public long msgOutCounter
public ManagedLedgerStats managedLedgerStats
public long msgBacklog
public long msgDelayed
public Map<String,AggregatedReplicationStats> replicationStats
public Map<String,AggregatedSubscriptionStats> subscriptionStats
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.