java.lang.Object | |||
↳ | org.apache.helix.controller.rebalancer.config.BasicRebalancerConfig.AbstractBuilder<T extends org.apache.helix.controller.rebalancer.config.BasicRebalancerConfig.AbstractBuilder<T>> | ||
↳ | org.apache.helix.controller.rebalancer.config.PartitionedRebalancerConfig.AbstractBuilder<T extends org.apache.helix.controller.rebalancer.config.BasicRebalancerConfig.AbstractBuilder<T>> | ||
↳ | org.apache.helix.controller.rebalancer.config.FullAutoRebalancerConfig.Builder |
Builder for a full auto rebalancer config. By default, it corresponds to
FullAutoRebalancer
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Instantiate with a resource
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the rebalancer config from the built fields
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get a typed reference to "this" class.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.helix.controller.rebalancer.config.PartitionedRebalancerConfig.AbstractBuilder
| |||||||||||
From class
org.apache.helix.controller.rebalancer.config.BasicRebalancerConfig.AbstractBuilder
| |||||||||||
From class
java.lang.Object
|
Instantiate with a resource
resourceId | resource id |
---|
Get the rebalancer config from the built fields
Get a typed reference to "this" class. Final derived classes should simply return the this reference.