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 classBlobServerThis 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 interfaceHighAvailabilityServicesThe 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 classAbstractHaServicesAbstract 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 classAbstractNonHaServicesAbstract 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 classEmbeddedHaServicesAn implementation of theHighAvailabilityServicesfor the non-high-availability case where all participants (ResourceManager, JobManagers, TaskManagers) run in the same process.classEmbeddedHaServicesWithLeadershipControlEmbeddedHaServicesextension 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 classStandaloneHaServicesAn implementation of theHighAvailabilityServicesfor 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 classZooKeeperLeaderElectionHaServicesZooKeeper 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 interfaceExecutionPlanStoreExecutionPlaninstances for recovery.interfaceExecutionPlanWriterAllows to store and remove execution plans.Classes in org.apache.flink.runtime.jobmanager that implement GloballyCleanableResource Modifier and Type Class Description classDefaultExecutionPlanStore<R extends ResourceVersion<R>>Default implementation forExecutionPlanStore.classStandaloneExecutionPlanStoreExecutionPlaninstances for JobManagers running inHighAvailabilityMode.NONE.classThrowingExecutionPlanWriterExecutionPlanWriterimplementation which does not allow to storeExecutionPlan.
-