public class

FullAutoRebalancerContext

extends PartitionedRebalancerContext
java.lang.Object
   ↳ org.apache.helix.controller.rebalancer.context.BasicRebalancerContext
     ↳ org.apache.helix.controller.rebalancer.context.PartitionedRebalancerContext
       ↳ org.apache.helix.controller.rebalancer.context.FullAutoRebalancerContext

Class Overview

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

Summary

Nested Classes
class FullAutoRebalancerContext.Builder Builder for a full auto rebalancer context. 
Public Constructors
FullAutoRebalancerContext()
[Expand]
Inherited Methods
From class org.apache.helix.controller.rebalancer.context.PartitionedRebalancerContext
From class org.apache.helix.controller.rebalancer.context.BasicRebalancerContext
From class java.lang.Object
From interface org.apache.helix.controller.rebalancer.context.RebalancerContext
From interface org.apache.helix.controller.rebalancer.context.ReplicatedRebalancerContext

Public Constructors

public FullAutoRebalancerContext ()