public class EvenClusterLoadPlanClusterRelatedStats extends Object
EvenClusterLoadPlan.| Constructor and Description |
|---|
EvenClusterLoadPlanClusterRelatedStats(int recentWindows,
double partitionCoveragePercent,
List<String> excludedTopics,
int totalBrokers,
int totalReplicas,
int totalTopics)
Creates an
EvenClusterLoadPlanClusterRelatedStats object. |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
excludedTopics()
Topics excluded for replica movements.
|
double |
partitionCoveragePercent()
Percentage of monitored partitions inside the cluster.
|
int |
recentWindows()
Amount of collected cluster metrics snapshots.
|
int |
totalBrokers()
Total brokers inside the cluster.
|
int |
totalReplicas()
Total replicas inside the cluster.
|
int |
totalTopics()
Total topics inside the cluster.
|
public EvenClusterLoadPlanClusterRelatedStats(int recentWindows,
double partitionCoveragePercent,
List<String> excludedTopics,
int totalBrokers,
int totalReplicas,
int totalTopics)
EvenClusterLoadPlanClusterRelatedStats object.recentWindows - total amount of snapshots of cluster metricspartitionCoveragePercent - monitored partitions percentageexcludedTopics - topics excluded for replica movementstotalBrokers - total brokers inside the clustertotalReplicas - total replicas inside the clustertotalTopics - total topics inside the clusterpublic int recentWindows()
public double partitionCoveragePercent()
public List<String> excludedTopics()
public int totalBrokers()
public int totalReplicas()
public int totalTopics()