|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StageTask
Denotes a Runnable task that implements stage processing. Set methods are called before the run() method.
| Method Summary | |
|---|---|
void |
setApplySkipCount(long applySkipCount)
Sets number of apply operations to skip at start-up. |
void |
setApplySkipSeqnos(java.util.SortedSet<java.lang.Long> seqnosToBeSkipped)
|
void |
setEventDispatcher(com.continuent.tungsten.fsm.event.EventDispatcher eventDispatcher)
Provides an event dispatcher to log error. |
void |
setSchedule(Schedule schedule)
Sets the schedule, which controls task cancellation. |
void |
setStage(Stage stage)
Provides the stage instance that this runnable operates on. |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Method Detail |
|---|
void setStage(Stage stage)
void setEventDispatcher(com.continuent.tungsten.fsm.event.EventDispatcher eventDispatcher)
void setApplySkipCount(long applySkipCount)
void setSchedule(Schedule schedule)
void setApplySkipSeqnos(java.util.SortedSet<java.lang.Long> seqnosToBeSkipped)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||