public static class

BootstrapHandler.BootstrapStateModel

extends StateModel
java.lang.Object
   ↳ org.apache.helix.participant.statemachine.StateModel
     ↳ org.apache.helix.examples.BootstrapHandler.BootstrapStateModel

Summary

[Expand]
Inherited Fields
From class org.apache.helix.participant.statemachine.StateModel
Public Constructors
BootstrapHandler.BootstrapStateModel(String stateUnitKey)
Public Methods
void masterToSlave(Message message, NotificationContext context)
void offlineToSlave(Message message, NotificationContext context)
void slaveToMaster(Message message, NotificationContext context)
void slaveToOffline(Message message, NotificationContext context)
[Expand]
Inherited Methods
From class org.apache.helix.participant.statemachine.StateModel
From class java.lang.Object

Public Constructors

public BootstrapHandler.BootstrapStateModel (String stateUnitKey)

Public Methods

public void masterToSlave (Message message, NotificationContext context)

public void offlineToSlave (Message message, NotificationContext context)

public void slaveToMaster (Message message, NotificationContext context)

public void slaveToOffline (Message message, NotificationContext context)