Interface | Description |
---|---|
DetailedProposal.DetailedReasonBuilder |
A callable interface for constructing a detailed reason string.
|
Class | Description |
---|---|
AbstractDistributionStatsSnapshot | |
BrokerAndSortedReplicas |
A class that maintains the broker and a sorted set of replicas based on a given comparator.
|
BrokerProposalLeaderboard | |
BrokerProposalLeaderboard.Result |
The final resulting leaderboard for this broker.
|
BrokerResourceStats |
A POJO containing a given broker's maximum capacity and current utilization absolute values for a resource.
|
CandidateBroker |
A helper class for goals to keep track of the candidate brokers, its sorted replicas with respect to the given
resource, and if they are excluded -- e.g.
|
CapacityStatsSnapshot |
A snapshot (taken during a single capacity goal's optimization run),
containing statistics of resource capacity in a cluster.
|
DetailedProposal |
A class to hold information surrounding a proposal.
|
DetailedProposal.Builder | |
DetailedProposal.Result |
The result of a
DetailedProposal that was generated. |
IncrementalResourceDistributionStatsSnapshot |
A snapshot containing various statistics surrounding an
IncrementalResourceDistributionGoal . |
ProposalLeaderboard |
Tracks the top N most impactful
DetailedProposal.Result separated by broker and acceptance. |
ProposalLeaderboard.Result |
The final resulting leaderboard for each broker.
|
ProposalObservabilityTrackingOptions |
Options that enable the tracking of the top
ProposalObservabilityTrackingOptions.maxNumberOfProposals most impactful proposals generated by a goal. |
ReplicaDistributionStatsSnapshot |
A snapshot (taken during a single replica distribution goal's optimization run),
containing statistics of replica distribution in a cluster.
|
ResourceDistributionStatsSnapshot |
A snapshot (taken during a single resource distribution goal's optimization run),
containing statistics of resource usage in a cluster.
|
ResourceDistributionStatsSnapshot.ResourceValueThresholds |
A POJO that holds particular thresholds related to the balance of particular
Resource distribution, in absolute values. |
Enum | Description |
---|---|
ReplicaDistributionStatsSnapshot.ReplicaResource |