Uses of Interface
org.apache.flink.runtime.dispatcher.cleanup.LocallyCleanableResource
Packages that use LocallyCleanableResource
Package
Description
-
Uses of LocallyCleanableResource in org.apache.flink.runtime.blob
Classes in org.apache.flink.runtime.blob that implement LocallyCleanableResource -
Uses of LocallyCleanableResource in org.apache.flink.runtime.dispatcher
Subinterfaces of LocallyCleanableResource in org.apache.flink.runtime.dispatcherModifier and TypeInterfaceDescriptioninterfaceJobManagerRunnercollects running jobs represented byJobManagerRunner.Classes in org.apache.flink.runtime.dispatcher that implement LocallyCleanableResourceModifier and TypeClassDescriptionclassDefaultJobManagerRunnerRegistryis the default implementation of theJobManagerRunnerRegistryinterface.classOnMainThreadJobManagerRunnerRegistryimplementsJobManagerRunnerRegistryguarding the passedJobManagerRunnerRegistryinstance in a way that it only allows modifying methods to be executed on the component's main thread. -
Uses of LocallyCleanableResource in org.apache.flink.runtime.dispatcher.cleanup
Methods in org.apache.flink.runtime.dispatcher.cleanup that return types with arguments of type LocallyCleanableResourceModifier and TypeMethodDescriptionDefaultResourceCleaner.forLocallyCleanableResources(org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor, Executor cleanupExecutor, org.apache.flink.util.concurrent.RetryStrategy retryStrategy) -
Uses of LocallyCleanableResource in org.apache.flink.runtime.jobmanager
Subinterfaces of LocallyCleanableResource in org.apache.flink.runtime.jobmanagerModifier and TypeInterfaceDescriptioninterfaceExecutionPlaninstances for recovery.interfaceAllows to store and remove execution plans.Classes in org.apache.flink.runtime.jobmanager that implement LocallyCleanableResourceModifier and TypeClassDescriptionclassDefaultExecutionPlanStore<R extends ResourceVersion<R>>Default implementation forExecutionPlanStore.classExecutionPlaninstances for JobManagers running inHighAvailabilityMode.NONE.enumExecutionPlanWriterimplementation which does not allow to storeExecutionPlan. -
Uses of LocallyCleanableResource in org.apache.flink.runtime.metrics.groups
Classes in org.apache.flink.runtime.metrics.groups that implement LocallyCleanableResourceModifier and TypeClassDescriptionclassSpecialMetricGrouprepresenting a JobManager.static classA safe drop-in replacement forJobManagerMetricGroups.