Uses of Class
org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunnerFactory
-
Packages that use CheckpointResourcesCleanupRunnerFactory Package Description org.apache.flink.runtime.dispatcher.cleanup -
-
Uses of CheckpointResourcesCleanupRunnerFactory in org.apache.flink.runtime.dispatcher.cleanup
Methods in org.apache.flink.runtime.dispatcher.cleanup that return CheckpointResourcesCleanupRunnerFactory Modifier and Type Method Description static CheckpointResourcesCleanupRunnerFactoryCheckpointResourcesCleanupRunnerFactory. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckpointResourcesCleanupRunnerFactory[]CheckpointResourcesCleanupRunnerFactory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-