public class OnlineOfflineHelixVcrStateModel
extends org.apache.helix.participant.statemachine.StateModel
StateModel
to use when the VCR participants register to Helix. The methods are callbacks
that get called within a participant whenever its state changes in Helix.Modifier and Type | Method and Description |
---|---|
void |
onTransitionToDroppedFromOffline(org.apache.helix.model.Message message,
org.apache.helix.NotificationContext context) |
void |
onTransitionToOfflineFromOnline(org.apache.helix.model.Message message,
org.apache.helix.NotificationContext context) |
void |
onTransitionToOnlineFromOffline(org.apache.helix.model.Message message,
org.apache.helix.NotificationContext context) |
void |
reset() |
public void onTransitionToOnlineFromOffline(org.apache.helix.model.Message message, org.apache.helix.NotificationContext context)
public void onTransitionToOfflineFromOnline(org.apache.helix.model.Message message, org.apache.helix.NotificationContext context)
public void onTransitionToDroppedFromOffline(org.apache.helix.model.Message message, org.apache.helix.NotificationContext context)
public void reset()
reset
in class org.apache.helix.participant.statemachine.StateModel