public class NamespaceBundleStats extends Object implements Comparable<NamespaceBundleStats>, Serializable
| Modifier and Type | Field and Description |
|---|---|
long |
cacheSize |
int |
consumerCount |
double |
msgRateIn |
double |
msgRateOut |
double |
msgThroughputIn |
double |
msgThroughputOut |
int |
producerCount |
long |
topics |
| Constructor and Description |
|---|
NamespaceBundleStats() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareByBandwidthIn(NamespaceBundleStats other) |
int |
compareByBandwidthOut(NamespaceBundleStats other) |
int |
compareByCacheSize(NamespaceBundleStats other) |
int |
compareByMsgRate(NamespaceBundleStats other) |
int |
compareByTopicConnections(NamespaceBundleStats other) |
int |
compareTo(NamespaceBundleStats other) |
void |
reset() |
public double msgRateIn
public double msgThroughputIn
public double msgRateOut
public double msgThroughputOut
public int consumerCount
public int producerCount
public long topics
public long cacheSize
public void reset()
public int compareTo(NamespaceBundleStats other)
compareTo in interface Comparable<NamespaceBundleStats>public int compareByMsgRate(NamespaceBundleStats other)
public int compareByTopicConnections(NamespaceBundleStats other)
public int compareByCacheSize(NamespaceBundleStats other)
public int compareByBandwidthIn(NamespaceBundleStats other)
public int compareByBandwidthOut(NamespaceBundleStats other)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.