| 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 |
|---|---|
static SlotProviderStrategy |
SlotProviderStrategy.from(ScheduleMode scheduleMode,
SlotProvider slotProvider,
org.apache.flink.api.common.time.Time allocationTimeout) |
static CompletableFuture<Void> |
SchedulingUtils.schedule(ScheduleMode scheduleMode,
Iterable<ExecutionVertex> vertices,
ExecutionGraph executionGraph) |
| Constructor and Description |
|---|
ExecutionGraph(JobInformation jobInformation,
ScheduledExecutorService futureExecutor,
Executor ioExecutor,
org.apache.flink.api.common.time.Time rpcTimeout,
RestartStrategy restartStrategy,
int maxPriorAttemptsHistoryLength,
FailoverStrategy.Factory failoverStrategyFactory,
SlotProvider slotProvider,
ClassLoader userClassLoader,
BlobWriter blobWriter,
org.apache.flink.api.common.time.Time allocationTimeout,
PartitionReleaseStrategy.Factory partitionReleaseStrategyFactory,
ShuffleMaster<?> shuffleMaster,
JobMasterPartitionTracker partitionTracker,
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–2020 The Apache Software Foundation. All rights reserved.