public class PushPullScheduling extends Object implements TeeTimeScheduler
| Constructor and Description |
|---|
PushPullScheduling(Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
onAfterTermination(AbstractStage stage) |
void |
onBeforeStart(AbstractStage stage) |
void |
onExecute()
Executes the execution.
|
void |
onFinish()
Waits for the execution to finished.
|
void |
onInitialize() |
void |
onTerminate()
Aborts the execution.
|
void |
onValidate() |
void |
startStageAtRuntime(AbstractStage newStage) |
public PushPullScheduling(Configuration configuration)
public void onInitialize()
onInitialize in interface TeeTimeSchedulerpublic void startStageAtRuntime(AbstractStage newStage)
startStageAtRuntime in interface TeeTimeSchedulerpublic void onValidate()
onValidate in interface TeeTimeSchedulerpublic void onExecute()
TeeTimeScheduleronExecute in interface TeeTimeSchedulerpublic void onTerminate()
TeeTimeScheduleronTerminate in interface TeeTimeSchedulerpublic void onFinish()
TeeTimeScheduleronFinish in interface TeeTimeSchedulerpublic void onBeforeStart(AbstractStage stage)
public void onAfterTermination(AbstractStage stage)
Copyright © 2015–2020. All rights reserved.