| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.executiongraph.failover.flip1.partitionrelease |
| Constructor and Description |
|---|
DefaultExecutionGraph(JobInformation jobInformation,
ScheduledExecutorService futureExecutor,
Executor ioExecutor,
org.apache.flink.api.common.time.Time rpcTimeout,
int maxPriorAttemptsHistoryLength,
ClassLoader userClassLoader,
BlobWriter blobWriter,
PartitionGroupReleaseStrategy.Factory partitionGroupReleaseStrategyFactory,
ShuffleMaster<?> shuffleMaster,
JobMasterPartitionTracker partitionTracker,
TaskDeploymentDescriptorFactory.PartitionLocationConstraint partitionLocationConstraint,
ExecutionDeploymentListener executionDeploymentListener,
ExecutionStateUpdateListener executionStateUpdateListener,
long initializationTimestamp,
VertexAttemptNumberStore initialAttemptCounts,
VertexParallelismStore vertexParallelismStore,
boolean isDynamic) |
| Modifier and Type | Class and Description |
|---|---|
static class |
NotReleasingPartitionGroupReleaseStrategy.Factory
Factory for
NotReleasingPartitionGroupReleaseStrategy. |
static class |
RegionPartitionGroupReleaseStrategy.Factory
Factory for
PartitionGroupReleaseStrategy. |
| Modifier and Type | Method and Description |
|---|---|
static PartitionGroupReleaseStrategy.Factory |
PartitionGroupReleaseStrategyFactoryLoader.loadPartitionGroupReleaseStrategyFactory(org.apache.flink.configuration.Configuration configuration) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.