Uses of Interface
org.apache.flink.runtime.executiongraph.failover.partitionrelease.PartitionGroupReleaseStrategy.Factory
Packages that use PartitionGroupReleaseStrategy.Factory
Package
Description
-
Uses of PartitionGroupReleaseStrategy.Factory in org.apache.flink.runtime.executiongraph
Constructors in org.apache.flink.runtime.executiongraph with parameters of type PartitionGroupReleaseStrategy.FactoryModifierConstructorDescriptionDefaultExecutionGraph(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, ExecutionPlanSchedulingContext executionPlanSchedulingContext) -
Uses of PartitionGroupReleaseStrategy.Factory in org.apache.flink.runtime.executiongraph.failover.partitionrelease
Classes in org.apache.flink.runtime.executiongraph.failover.partitionrelease that implement PartitionGroupReleaseStrategy.FactoryModifier and TypeClassDescriptionstatic classFactory forNotReleasingPartitionGroupReleaseStrategy.static classFactory forPartitionGroupReleaseStrategy.Methods in org.apache.flink.runtime.executiongraph.failover.partitionrelease that return PartitionGroupReleaseStrategy.FactoryModifier and TypeMethodDescriptionPartitionGroupReleaseStrategyFactoryLoader.loadPartitionGroupReleaseStrategyFactory(org.apache.flink.configuration.Configuration configuration)