Uses of Interface
org.apache.flink.runtime.dispatcher.cleanup.CleanupRunnerFactory
-
Packages that use CleanupRunnerFactory Package Description org.apache.flink.runtime.dispatcher org.apache.flink.runtime.dispatcher.cleanup -
-
Uses of CleanupRunnerFactory in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher with parameters of type CleanupRunnerFactory Modifier and Type Method Description static DispatcherServicesDispatcherServices. from(PartialDispatcherServicesWithJobPersistenceComponents partialDispatcherServicesWithJobPersistenceComponents, JobManagerRunnerFactory jobManagerRunnerFactory, CleanupRunnerFactory cleanupRunnerFactory) -
Uses of CleanupRunnerFactory in org.apache.flink.runtime.dispatcher.cleanup
Classes in org.apache.flink.runtime.dispatcher.cleanup that implement CleanupRunnerFactory Modifier and Type Class Description classCheckpointResourcesCleanupRunnerFactoryCheckpointResourcesCleanupRunnerFactoryimplementsCleanupRunnerFactoryproviding a factory method for creatingCheckpointResourcesCleanupRunnerinstances.
-