Uses of Interface
org.apache.flink.runtime.executiongraph.failover.partitionrelease.PartitionGroupReleaseStrategy.Factory
-
Packages that use PartitionGroupReleaseStrategy.Factory Package Description org.apache.flink.runtime.executiongraph org.apache.flink.runtime.executiongraph.failover.partitionrelease -
-
Uses of PartitionGroupReleaseStrategy.Factory in org.apache.flink.runtime.executiongraph
Constructors in org.apache.flink.runtime.executiongraph with parameters of type PartitionGroupReleaseStrategy.Factory Constructor Description DefaultExecutionGraph(JobType jobType, JobInformation jobInformation, ScheduledExecutorService futureExecutor, Executor ioExecutor, Duration rpcTimeout, int executionHistorySizeLimit, ClassLoader userClassLoader, BlobWriter blobWriter, PartitionGroupReleaseStrategy.Factory partitionGroupReleaseStrategyFactory, ShuffleMaster<?> shuffleMaster, JobMasterPartitionTracker partitionTracker, ExecutionDeploymentListener executionDeploymentListener, ExecutionStateUpdateListener executionStateUpdateListener, long initializationTimestamp, VertexAttemptNumberStore initialAttemptCounts, VertexParallelismStore vertexParallelismStore, boolean isDynamic, ExecutionJobVertex.Factory executionJobVertexFactory, List<org.apache.flink.core.execution.JobStatusHook> jobStatusHooks, MarkPartitionFinishedStrategy markPartitionFinishedStrategy, TaskDeploymentDescriptorFactory taskDeploymentDescriptorFactory, List<org.apache.flink.core.execution.JobStatusChangedListener> jobStatusChangedListeners) -
Uses of PartitionGroupReleaseStrategy.Factory in org.apache.flink.runtime.executiongraph.failover.partitionrelease
Classes in org.apache.flink.runtime.executiongraph.failover.partitionrelease that implement PartitionGroupReleaseStrategy.Factory Modifier and Type Class Description static classNotReleasingPartitionGroupReleaseStrategy.FactoryFactory forNotReleasingPartitionGroupReleaseStrategy.static classRegionPartitionGroupReleaseStrategy.FactoryFactory forPartitionGroupReleaseStrategy.Methods in org.apache.flink.runtime.executiongraph.failover.partitionrelease that return PartitionGroupReleaseStrategy.Factory Modifier and Type Method Description static PartitionGroupReleaseStrategy.FactoryPartitionGroupReleaseStrategyFactoryLoader. loadPartitionGroupReleaseStrategyFactory(org.apache.flink.configuration.Configuration configuration)
-