public class BalancerStatusStateMachine extends StateMachine<BalancerStatusStateMachine.BalancerState,BalancerStatusStateMachine.BalancerEvent>
Modifier and Type | Class and Description |
---|---|
static class |
BalancerStatusStateMachine.BalancerEvent
An #
BalancerOperationEvent that can take place while balancer is starting up or running
There are two more events - SBK_MISCONFIGURATION_CORRECTED and SBK_ENABLED that are related
to dynamic configuration update, which will be handled separately in a follow up PR. |
static class |
BalancerStatusStateMachine.BalancerState
All possible states of the balancer component.
|
currentState
Constructor and Description |
---|
BalancerStatusStateMachine(int brokerId) |
BalancerStatusStateMachine(int brokerId,
org.apache.kafka.common.utils.Time time) |
advanceState, createTime, isTerminalState, lastUpdateTime