public class

LeaderStandbyStateModelFactory

extends StateModelFactory<T extends StateModel>
java.lang.Object
   ↳ org.apache.helix.participant.statemachine.StateModelFactory<T extends org.apache.helix.participant.statemachine.StateModel>
     ↳ org.apache.helix.examples.LeaderStandbyStateModelFactory

Summary

Nested Classes
class LeaderStandbyStateModelFactory.LeaderStandbyStateModel  
Public Constructors
LeaderStandbyStateModelFactory(int delay)
Public Methods
StateModel createNewStateModel(String stateUnitKey)
This method will be invoked only once per partitionName per session
[Expand]
Inherited Methods
From class org.apache.helix.participant.statemachine.StateModelFactory
From class java.lang.Object

Public Constructors

public LeaderStandbyStateModelFactory (int delay)

Public Methods

public StateModel createNewStateModel (String stateUnitKey)

This method will be invoked only once per partitionName per session