Uses of Interface
org.apache.flink.runtime.dispatcher.cleanup.GloballyCleanableResource
Packages that use GloballyCleanableResource
Package
Description
-
Uses of GloballyCleanableResource in org.apache.flink.runtime.blob
Classes in org.apache.flink.runtime.blob that implement GloballyCleanableResource -
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 GloballyCleanableResourceModifier and TypeMethodDescriptionDefaultResourceCleaner.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.highavailabilityModifier and TypeInterfaceDescriptioninterfaceThe HighAvailabilityServices give access to all services needed for a highly-available setup.Classes in org.apache.flink.runtime.highavailability that implement GloballyCleanableResourceModifier and TypeClassDescriptionclassAbstract 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 GloballyCleanableResourceModifier and TypeClassDescriptionclassAbstract 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 GloballyCleanableResourceModifier and TypeClassDescriptionclassAn implementation of theHighAvailabilityServicesfor the non-high-availability case where all participants (ResourceManager, JobManagers, TaskManagers) run in the same process.classEmbeddedHaServicesextension 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 GloballyCleanableResourceModifier and TypeClassDescriptionclassAn 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 GloballyCleanableResourceModifier and TypeClassDescriptionclassZooKeeper 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.jobmanagerModifier and TypeInterfaceDescriptioninterfaceExecutionPlaninstances for recovery.interfaceAllows to store and remove execution plans.Classes in org.apache.flink.runtime.jobmanager that implement GloballyCleanableResourceModifier and TypeClassDescriptionclassDefaultExecutionPlanStore<R extends ResourceVersion<R>>Default implementation forExecutionPlanStore.classExecutionPlaninstances for JobManagers running inHighAvailabilityMode.NONE.enumExecutionPlanWriterimplementation which does not allow to storeExecutionPlan.