Package org.apache.flink.runtime.highavailability.nonha.embedded
-
Interface Summary Interface Description HaLeadershipControl Interface to grant and revoke leadership of HA components. -
Class Summary Class Description EmbeddedHaServices An implementation of theHighAvailabilityServices
for the non-high-availability case where all participants (ResourceManager, JobManagers, TaskManagers) run in the same process.EmbeddedHaServicesWithLeadershipControl EmbeddedHaServices
extension to expose leadership granting and revoking.EmbeddedJobResultStore A thread-safe in-memory implementation of theJobResultStore
.EmbeddedLeaderService A simple leader election service, which selects a leader among contenders and notifies listeners.