Uses of Interface
org.apache.flink.runtime.leaderelection.LeaderContender
-
-
Uses of LeaderContender in org.apache.flink.runtime.dispatcher
Classes in org.apache.flink.runtime.dispatcher that implement LeaderContender Modifier and Type Class Description classDispatcherRestEndpointREST endpoint for theDispatchercomponent. -
Uses of LeaderContender in org.apache.flink.runtime.dispatcher.runner
Classes in org.apache.flink.runtime.dispatcher.runner that implement LeaderContender Modifier and Type Class Description classDefaultDispatcherRunnerRunner for theDispatcherwhich is responsible for the leader election. -
Uses of LeaderContender in org.apache.flink.runtime.jobmaster
Classes in org.apache.flink.runtime.jobmaster that implement LeaderContender Modifier and Type Class Description classJobMasterServiceLeadershipRunnerLeadership runner for theJobMasterServiceProcess.classMiniDispatcherRestEndpointREST endpoint for the ApplicationClusterEntryPoint. -
Uses of LeaderContender in org.apache.flink.runtime.leaderelection
Methods in org.apache.flink.runtime.leaderelection with parameters of type LeaderContender Modifier and Type Method Description protected voidDefaultLeaderElectionService. register(String componentId, LeaderContender contender)voidLeaderElection. startLeaderElection(LeaderContender contender)Registers the passedLeaderContenderwith the leader election process.voidStandaloneLeaderElection. startLeaderElection(LeaderContender contender) -
Uses of LeaderContender in org.apache.flink.runtime.resourcemanager
Classes in org.apache.flink.runtime.resourcemanager that implement LeaderContender Modifier and Type Class Description classResourceManagerServiceImplDefault implementation ofResourceManagerService. -
Uses of LeaderContender in org.apache.flink.runtime.webmonitor
Classes in org.apache.flink.runtime.webmonitor that implement LeaderContender Modifier and Type Class Description classWebMonitorEndpoint<T extends RestfulGateway>Rest endpoint which serves the web frontend REST calls.
-