Uses of Interface
org.apache.flink.runtime.dispatcher.cleanup.LocallyCleanableResource
-
-
Uses of LocallyCleanableResource in org.apache.flink.runtime.blob
Classes in org.apache.flink.runtime.blob that implement LocallyCleanableResource Modifier and Type Class Description class
BlobServer
This class implements the BLOB server. -
Uses of LocallyCleanableResource in org.apache.flink.runtime.dispatcher
Subinterfaces of LocallyCleanableResource in org.apache.flink.runtime.dispatcher Modifier and Type Interface Description interface
JobManagerRunnerRegistry
JobManagerRunner
collects running jobs represented byJobManagerRunner
.Classes in org.apache.flink.runtime.dispatcher that implement LocallyCleanableResource Modifier and Type Class Description class
DefaultJobManagerRunnerRegistry
DefaultJobManagerRunnerRegistry
is the default implementation of theJobManagerRunnerRegistry
interface.class
OnMainThreadJobManagerRunnerRegistry
OnMainThreadJobManagerRunnerRegistry
implementsJobManagerRunnerRegistry
guarding the passedJobManagerRunnerRegistry
instance 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 LocallyCleanableResource Modifier and Type Method Description static DefaultResourceCleaner.Builder<LocallyCleanableResource>
DefaultResourceCleaner. 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.jobmanager Modifier and Type Interface Description interface
ExecutionPlanStore
ExecutionPlan
instances for recovery.interface
ExecutionPlanWriter
Allows to store and remove execution plans.Classes in org.apache.flink.runtime.jobmanager that implement LocallyCleanableResource Modifier and Type Class Description class
DefaultExecutionPlanStore<R extends ResourceVersion<R>>
Default implementation forExecutionPlanStore
.class
StandaloneExecutionPlanStore
ExecutionPlan
instances for JobManagers running inHighAvailabilityMode.NONE
.class
ThrowingExecutionPlanWriter
ExecutionPlanWriter
implementation 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 LocallyCleanableResource Modifier and Type Class Description class
JobManagerMetricGroup
SpecialMetricGroup
representing a JobManager.static class
UnregisteredMetricGroups.UnregisteredJobManagerMetricGroup
A safe drop-in replacement forJobManagerMetricGroup
s.
-