Uses of Interface
org.apache.flink.runtime.dispatcher.cleanup.GloballyCleanableResource
-
-
Uses of GloballyCleanableResource in org.apache.flink.runtime.blob
Classes in org.apache.flink.runtime.blob that implement GloballyCleanableResource Modifier and Type Class Description class
BlobServer
This class implements the BLOB server. -
Uses of GloballyCleanableResource in org.apache.flink.runtime.dispatcher.cleanup
Methods in org.apache.flink.runtime.dispatcher.cleanup that return types with arguments of type GloballyCleanableResource Modifier and Type Method Description static DefaultResourceCleaner.Builder<GloballyCleanableResource>
DefaultResourceCleaner. forGloballyCleanableResources(org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor, Executor cleanupExecutor, org.apache.flink.util.concurrent.RetryStrategy retryStrategy)
-
Uses of GloballyCleanableResource in org.apache.flink.runtime.highavailability
Subinterfaces of GloballyCleanableResource in org.apache.flink.runtime.highavailability Modifier and Type Interface Description interface
HighAvailabilityServices
The HighAvailabilityServices give access to all services needed for a highly-available setup.Classes in org.apache.flink.runtime.highavailability that implement GloballyCleanableResource Modifier and Type Class Description class
AbstractHaServices
Abstract high availability services based on distributed system(e.g. -
Uses of GloballyCleanableResource in org.apache.flink.runtime.highavailability.nonha
Classes in org.apache.flink.runtime.highavailability.nonha that implement GloballyCleanableResource Modifier and Type Class Description class
AbstractNonHaServices
Abstract base class for non high-availability services. -
Uses of GloballyCleanableResource in org.apache.flink.runtime.highavailability.nonha.embedded
Classes in org.apache.flink.runtime.highavailability.nonha.embedded that implement GloballyCleanableResource Modifier and Type Class Description class
EmbeddedHaServices
An implementation of theHighAvailabilityServices
for the non-high-availability case where all participants (ResourceManager, JobManagers, TaskManagers) run in the same process.class
EmbeddedHaServicesWithLeadershipControl
EmbeddedHaServices
extension to expose leadership granting and revoking. -
Uses of GloballyCleanableResource in org.apache.flink.runtime.highavailability.nonha.standalone
Classes in org.apache.flink.runtime.highavailability.nonha.standalone that implement GloballyCleanableResource Modifier and Type Class Description class
StandaloneHaServices
An implementation of theHighAvailabilityServices
for the non-high-availability case. -
Uses of GloballyCleanableResource in org.apache.flink.runtime.highavailability.zookeeper
Classes in org.apache.flink.runtime.highavailability.zookeeper that implement GloballyCleanableResource Modifier and Type Class Description class
ZooKeeperLeaderElectionHaServices
ZooKeeper HA services that only use a single leader election per process. -
Uses of GloballyCleanableResource in org.apache.flink.runtime.jobmanager
Subinterfaces of GloballyCleanableResource 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 GloballyCleanableResource 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
.
-