| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.jobgraph |
| Modifier and Type | Method and Description |
|---|---|
ScheduleMode |
ExecutionGraph.getScheduleMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionGraph.setScheduleMode(ScheduleMode scheduleMode) |
| Modifier and Type | Method and Description |
|---|---|
ScheduleMode |
JobGraph.getScheduleMode() |
static ScheduleMode |
ScheduleMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleMode[] |
ScheduleMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobGraph.setScheduleMode(ScheduleMode scheduleMode) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.