public class AggregatedNamespaceStats extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
bytesInCounter |
long |
bytesOutCounter |
int |
consumersCount |
StatsBuckets |
entrySizeBuckets |
long |
msgBacklog |
long |
msgDelayed |
long |
msgInCounter |
long |
msgOutCounter |
int |
producersCount |
double |
rateIn |
double |
rateOut |
Map<String,AggregatedReplicationStats> |
replicationStats |
StatsBuckets |
storageLedgerWriteLatencyBuckets |
double |
storageReadRate |
long |
storageSize |
StatsBuckets |
storageWriteLatencyBuckets |
double |
storageWriteRate |
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 bytesInCounter
public long msgInCounter
public long bytesOutCounter
public long msgOutCounter
public long storageSize
public long msgBacklog
public long msgDelayed
public StatsBuckets storageWriteLatencyBuckets
public StatsBuckets storageLedgerWriteLatencyBuckets
public StatsBuckets entrySizeBuckets
public double storageWriteRate
public double storageReadRate
public Map<String,AggregatedReplicationStats> replicationStats
public Map<String,AggregatedSubscriptionStats> subscriptionStats
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.