See: Description
| Class | Description |
|---|---|
| AdvertisedListener |
The advertisedListener for broker with brokerServiceUrl and brokerServiceUrlTls.
|
| BrokerData |
Data class containing three components comprising all the data available for the leader broker about other brokers: -
The local broker data which is written to ZooKeeper by each individual broker (LocalBrokerData).
|
| BrokerUsage |
BrokerUsage object encapsulates the resources that are only used by broker, for now, it's connections both to
outside JVM and to the local. |
| BundleData |
Data class comprising the short term and long term historical data for this bundle.
|
| JvmUsage |
JvmUsage represents set of resources that are specific to JVM and are used by broker, load balancing need to
know this detail. |
| LoadReport |
This class represents the overall load of the broker - it includes overall
SystemResourceUsage and
NamespaceUsage for all the namespaces hosted by this broker. |
| LoadReportDeserializer |
Deserializer for a load report.
|
| LocalBrokerData |
Contains all the data that is maintained locally on each broker.
|
| NamespaceUsage |
this class represents usages of resources used by a namespace, this is an aggregate of all the topics and queues on
the namespace.
|
| ResourceUnitRanking |
The class containing information about system resources, allocated quota, and loaded bundles.
|
| SystemResourceUsage |
This class represents a object which reflects system resource usage per resource and the upper limit on the resource.
|
| TimeAverageBrokerData |
Data class aggregating the short term and long term data across all bundles belonging to a broker.
|
| TimeAverageMessageData |
Data class comprising the average message data over a fixed period of time.
|
| Enum | Description |
|---|---|
| SystemResourceUsage.ResourceType |
Definition of possible resource types.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.