Uses of Interface
org.apache.flink.runtime.dispatcher.cleanup.ResourceCleanerFactory
-
Packages that use ResourceCleanerFactory Package Description org.apache.flink.runtime.dispatcher org.apache.flink.runtime.dispatcher.cleanup -
-
Uses of ResourceCleanerFactory in org.apache.flink.runtime.dispatcher
Constructors in org.apache.flink.runtime.dispatcher with parameters of type ResourceCleanerFactory Constructor Description Dispatcher(org.apache.flink.runtime.rpc.RpcService rpcService, DispatcherId fencingToken, Collection<JobGraph> recoveredJobs, Collection<JobResult> recoveredDirtyJobs, DispatcherBootstrapFactory dispatcherBootstrapFactory, DispatcherServices dispatcherServices, JobManagerRunnerRegistry jobManagerRunnerRegistry, ResourceCleanerFactory resourceCleanerFactory)MiniDispatcher(org.apache.flink.runtime.rpc.RpcService rpcService, DispatcherId fencingToken, DispatcherServices dispatcherServices, JobGraph jobGraph, JobResult recoveredDirtyJob, DispatcherBootstrapFactory dispatcherBootstrapFactory, JobManagerRunnerRegistry jobManagerRunnerRegistry, ResourceCleanerFactory resourceCleanerFactory, ClusterEntrypoint.ExecutionMode executionMode) -
Uses of ResourceCleanerFactory in org.apache.flink.runtime.dispatcher.cleanup
Classes in org.apache.flink.runtime.dispatcher.cleanup that implement ResourceCleanerFactory Modifier and Type Class Description classDispatcherResourceCleanerFactoryDispatcherResourceCleanerFactoryinstantiatesResourceCleanerinstances that clean cleanable resources from theDispatcher.
-