Class BrokerResourceOnlineOfflineStateModelFactory.BrokerResourceOnlineOfflineStateModel
- java.lang.Object
-
- org.apache.helix.participant.statemachine.StateModel
-
- org.apache.pinot.broker.broker.helix.BrokerResourceOnlineOfflineStateModelFactory.BrokerResourceOnlineOfflineStateModel
-
- Enclosing class:
- BrokerResourceOnlineOfflineStateModelFactory
public class BrokerResourceOnlineOfflineStateModelFactory.BrokerResourceOnlineOfflineStateModel extends org.apache.helix.participant.statemachine.StateModel
-
-
Constructor Summary
Constructors Constructor Description BrokerResourceOnlineOfflineStateModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onBecomeDroppedFromOffline(org.apache.helix.model.Message message, org.apache.helix.NotificationContext context)
void
onBecomeDroppedFromOnline(org.apache.helix.model.Message message, org.apache.helix.NotificationContext context)
void
onBecomeOfflineFromError(org.apache.helix.model.Message message, org.apache.helix.NotificationContext context)
void
onBecomeOfflineFromOnline(org.apache.helix.model.Message message, org.apache.helix.NotificationContext context)
void
onBecomeOnlineFromOffline(org.apache.helix.model.Message message, org.apache.helix.NotificationContext context)
-
-
-
Method Detail
-
onBecomeOnlineFromOffline
public void onBecomeOnlineFromOffline(org.apache.helix.model.Message message, org.apache.helix.NotificationContext context)
-
onBecomeOfflineFromOnline
public void onBecomeOfflineFromOnline(org.apache.helix.model.Message message, org.apache.helix.NotificationContext context)
-
onBecomeDroppedFromOffline
public void onBecomeDroppedFromOffline(org.apache.helix.model.Message message, org.apache.helix.NotificationContext context)
-
onBecomeDroppedFromOnline
public void onBecomeDroppedFromOnline(org.apache.helix.model.Message message, org.apache.helix.NotificationContext context)
-
onBecomeOfflineFromError
public void onBecomeOfflineFromError(org.apache.helix.model.Message message, org.apache.helix.NotificationContext context)
-
-