Uses of Interface
org.apache.flink.runtime.leaderelection.LeaderContender
Packages that use LeaderContender
Package
Description
-
Uses of LeaderContender in org.apache.flink.runtime.dispatcher
Classes in org.apache.flink.runtime.dispatcher that implement LeaderContender -
Uses of LeaderContender in org.apache.flink.runtime.dispatcher.runner
Classes in org.apache.flink.runtime.dispatcher.runner that implement LeaderContenderModifier and TypeClassDescriptionfinal classRunner 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 LeaderContenderModifier and TypeClassDescriptionclassLeadership runner for theJobMasterServiceProcess.classREST endpoint for the ApplicationClusterEntryPoint. -
Uses of LeaderContender in org.apache.flink.runtime.leaderelection
Methods in org.apache.flink.runtime.leaderelection with parameters of type LeaderContenderModifier and TypeMethodDescriptionprotected 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 -
Uses of LeaderContender in org.apache.flink.runtime.webmonitor
Classes in org.apache.flink.runtime.webmonitor that implement LeaderContenderModifier and TypeClassDescriptionclassWebMonitorEndpoint<T extends RestfulGateway>Rest endpoint which serves the web frontend REST calls.