| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.executiongraph.failover.flip1.partitionrelease |
| 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 | Class and Description |
|---|---|
static class |
NotReleasingPartitionReleaseStrategy.Factory
Factory for
NotReleasingPartitionReleaseStrategy. |
static class |
RegionPartitionReleaseStrategy.Factory
Factory for
PartitionReleaseStrategy. |
| Modifier and Type | Method and Description |
|---|---|
static PartitionReleaseStrategy.Factory |
PartitionReleaseStrategyFactoryLoader.loadPartitionReleaseStrategyFactory(org.apache.flink.configuration.Configuration configuration) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.