public class

FullAutoRebalancerConfig

extends PartitionedRebalancerConfig
java.lang.Object
   ↳ org.apache.helix.controller.rebalancer.config.BasicRebalancerConfig
     ↳ org.apache.helix.controller.rebalancer.config.PartitionedRebalancerConfig
       ↳ org.apache.helix.controller.rebalancer.config.FullAutoRebalancerConfig

Class Overview

RebalancerConfig for FULL_AUTO rebalancing mode. By default, it corresponds to FullAutoRebalancer

Summary

Nested Classes
class FullAutoRebalancerConfig.Builder Builder for a full auto rebalancer config. 
Public Constructors
FullAutoRebalancerConfig()
[Expand]
Inherited Methods
From class org.apache.helix.controller.rebalancer.config.PartitionedRebalancerConfig
From class org.apache.helix.controller.rebalancer.config.BasicRebalancerConfig
From class java.lang.Object
From interface org.apache.helix.controller.rebalancer.config.RebalancerConfig
From interface org.apache.helix.controller.rebalancer.config.ReplicatedRebalancerConfig

Public Constructors

public FullAutoRebalancerConfig ()