Uses of Class
org.apache.flink.runtime.highavailability.nonha.AbstractNonHaServices
-
Packages that use AbstractNonHaServices Package Description org.apache.flink.runtime.highavailability.nonha.embedded org.apache.flink.runtime.highavailability.nonha.standalone -
-
Uses of AbstractNonHaServices in org.apache.flink.runtime.highavailability.nonha.embedded
Subclasses of AbstractNonHaServices in org.apache.flink.runtime.highavailability.nonha.embedded 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 AbstractNonHaServices in org.apache.flink.runtime.highavailability.nonha.standalone
Subclasses of AbstractNonHaServices in org.apache.flink.runtime.highavailability.nonha.standalone Modifier and Type Class Description class
StandaloneHaServices
An implementation of theHighAvailabilityServices
for the non-high-availability case.
-