Uses of Interface
org.apache.flink.runtime.dispatcher.cleanup.ResourceCleanerFactory
Packages that use ResourceCleanerFactory
-
Uses of ResourceCleanerFactory in org.apache.flink.runtime.dispatcher
Constructors in org.apache.flink.runtime.dispatcher with parameters of type ResourceCleanerFactoryModifierConstructorDescriptionprotectedDispatcher(org.apache.flink.runtime.rpc.RpcService rpcService, DispatcherId fencingToken, Collection<ExecutionPlan> recoveredJobs, Collection<JobResult> recoveredDirtyJobs, DispatcherBootstrapFactory dispatcherBootstrapFactory, DispatcherServices dispatcherServices, JobManagerRunnerRegistry jobManagerRunnerRegistry, ResourceCleanerFactory resourceCleanerFactory) -
Uses of ResourceCleanerFactory in org.apache.flink.runtime.dispatcher.cleanup
Classes in org.apache.flink.runtime.dispatcher.cleanup that implement ResourceCleanerFactoryModifier and TypeClassDescriptionclassDispatcherResourceCleanerFactoryinstantiatesResourceCleanerinstances that clean cleanable resources from theDispatcher.