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,
Time rpcTimeout,
RestartStrategy restartStrategy,
int maxPriorAttemptsHistoryLength,
FailoverStrategy.Factory failoverStrategyFactory,
SlotProvider slotProvider,
ClassLoader userClassLoader,
BlobWriter blobWriter,
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(Configuration configuration) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.