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 TeeTimeScheduler
public void startStageAtRuntime(AbstractStage newStage)
startStageAtRuntime
in interface TeeTimeScheduler
public void onValidate()
onValidate
in interface TeeTimeScheduler
public void onExecute()
TeeTimeScheduler
onExecute
in interface TeeTimeScheduler
public void onTerminate()
TeeTimeScheduler
onTerminate
in interface TeeTimeScheduler
public void onFinish()
TeeTimeScheduler
onFinish
in interface TeeTimeScheduler
public void onBeforeStart(AbstractStage stage)
public void onAfterTermination(AbstractStage stage)
Copyright © 2015–2020. All rights reserved.