@Immutable public class PlanComputationOptions extends Object
Constructor and Description |
---|
PlanComputationOptions(boolean allowCapacityEstimation,
boolean excludeRecentlyRemovedBrokers) |
Modifier and Type | Method and Description |
---|---|
boolean |
toAllowCapacityEstimation() |
boolean |
toExcludeRecentlyRemovedBrokers() |
public PlanComputationOptions(boolean allowCapacityEstimation, boolean excludeRecentlyRemovedBrokers)
allowCapacityEstimation
- Allow capacity estimation in cluster model if the requested broker capacity is unavailable.excludeRecentlyRemovedBrokers
- Exclude recently removed brokers from proposal generation for replica transfer.