Uses of Class
org.apache.flink.runtime.highavailability.nonha.AbstractNonHaServices
Packages that use AbstractNonHaServices
Package
Description
-
Uses of AbstractNonHaServices in org.apache.flink.runtime.highavailability.nonha.embedded
Modifier 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 AbstractNonHaServices in org.apache.flink.runtime.highavailability.nonha.standalone
Modifier and TypeClassDescriptionclassAn implementation of theHighAvailabilityServicesfor the non-high-availability case.