public class

ScheduledTaskStateModelFactory

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.participant.statemachine.ScheduledTaskStateModelFactory

Summary

Public Constructors
ScheduledTaskStateModelFactory(HelixTaskExecutor executor)
Public Methods
ScheduledTaskStateModel createNewStateModel(String partitionName)
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 ScheduledTaskStateModelFactory (HelixTaskExecutor executor)

Public Methods

public ScheduledTaskStateModel createNewStateModel (String partitionName)

This method will be invoked only once per partitionName per session