public class AllAtOnceExecutionSchedule extends Object implements ExecutionSchedule
| Constructor and Description |
|---|
AllAtOnceExecutionSchedule(Collection<SqlStageExecution> stages) |
| Modifier and Type | Method and Description |
|---|---|
Set<SqlStageExecution> |
getStagesToSchedule() |
boolean |
isFinished() |
public AllAtOnceExecutionSchedule(Collection<SqlStageExecution> stages)
public Set<SqlStageExecution> getStagesToSchedule()
getStagesToSchedule in interface ExecutionSchedulepublic boolean isFinished()
isFinished in interface ExecutionScheduleCopyright © 2012–2019. All rights reserved.