Uses of Interface
org.apache.flink.runtime.leaderelection.LeaderElection
Packages that use LeaderElection
Package
Description
-
Uses of LeaderElection in org.apache.flink.runtime.dispatcher
Constructors in org.apache.flink.runtime.dispatcher with parameters of type LeaderElectionModifierConstructorDescriptionDispatcherRestEndpoint(GatewayRetriever<DispatcherGateway> leaderRetriever, org.apache.flink.configuration.Configuration clusterConfiguration, RestHandlerConfiguration restConfiguration, GatewayRetriever<ResourceManagerGateway> resourceManagerRetriever, TransientBlobService transientBlobService, ScheduledExecutorService executor, MetricFetcher metricFetcher, LeaderElection leaderElection, ExecutionGraphCache executionGraphCache, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) -
Uses of LeaderElection in org.apache.flink.runtime.dispatcher.runner
Methods in org.apache.flink.runtime.dispatcher.runner with parameters of type LeaderElectionModifier and TypeMethodDescriptionstatic DispatcherRunnerDefaultDispatcherRunner.create(LeaderElection leaderElection, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, DispatcherLeaderProcessFactory dispatcherLeaderProcessFactory) DefaultDispatcherRunnerFactory.createDispatcherRunner(LeaderElection leaderElection, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, JobPersistenceComponentFactory jobPersistenceComponentFactory, Executor ioExecutor, org.apache.flink.runtime.rpc.RpcService rpcService, PartialDispatcherServices partialDispatcherServices) DispatcherRunnerFactory.createDispatcherRunner(LeaderElection leaderElection, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, JobPersistenceComponentFactory jobPersistenceComponentFactory, Executor ioExecutor, org.apache.flink.runtime.rpc.RpcService rpcService, PartialDispatcherServices partialDispatcherServices) -
Uses of LeaderElection in org.apache.flink.runtime.highavailability
Methods in org.apache.flink.runtime.highavailability that return LeaderElectionModifier and TypeMethodDescriptionAbstractHaServices.getClusterRestEndpointLeaderElection()default LeaderElectionHighAvailabilityServices.getClusterRestEndpointLeaderElection()Gets theLeaderElectionfor the cluster's rest endpoint.AbstractHaServices.getDispatcherLeaderElection()HighAvailabilityServices.getDispatcherLeaderElection()Gets theLeaderElectionfor the cluster's dispatcher.AbstractHaServices.getJobManagerLeaderElection(org.apache.flink.api.common.JobID jobID) HighAvailabilityServices.getJobManagerLeaderElection(org.apache.flink.api.common.JobID jobID) Gets theLeaderElectionfor the job with the givenJobID.AbstractHaServices.getResourceManagerLeaderElection()HighAvailabilityServices.getResourceManagerLeaderElection()Gets theLeaderElectionfor the cluster's resource manager.default LeaderElectionHighAvailabilityServices.getWebMonitorLeaderElection()Deprecated. -
Uses of LeaderElection in org.apache.flink.runtime.highavailability.nonha.embedded
Methods in org.apache.flink.runtime.highavailability.nonha.embedded that return LeaderElectionModifier and TypeMethodDescriptionEmbeddedLeaderService.createLeaderElectionService(String componentId) EmbeddedHaServices.getClusterRestEndpointLeaderElection()EmbeddedHaServices.getDispatcherLeaderElection()EmbeddedHaServices.getJobManagerLeaderElection(org.apache.flink.api.common.JobID jobID) EmbeddedHaServices.getResourceManagerLeaderElection() -
Uses of LeaderElection in org.apache.flink.runtime.highavailability.nonha.standalone
Methods in org.apache.flink.runtime.highavailability.nonha.standalone that return LeaderElectionModifier and TypeMethodDescriptionStandaloneHaServices.getClusterRestEndpointLeaderElection()StandaloneHaServices.getDispatcherLeaderElection()StandaloneHaServices.getJobManagerLeaderElection(org.apache.flink.api.common.JobID jobID) StandaloneHaServices.getResourceManagerLeaderElection() -
Uses of LeaderElection in org.apache.flink.runtime.jobmaster
Constructors in org.apache.flink.runtime.jobmaster with parameters of type LeaderElectionModifierConstructorDescriptionJobMasterServiceLeadershipRunner(JobMasterServiceProcessFactory jobMasterServiceProcessFactory, LeaderElection leaderElection, JobResultStore jobResultStore, LibraryCacheManager.ClassLoaderLease classLoaderLease, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) MiniDispatcherRestEndpoint(GatewayRetriever<? extends RestfulGateway> leaderRetriever, org.apache.flink.configuration.Configuration clusterConfiguration, RestHandlerConfiguration restConfiguration, GatewayRetriever<ResourceManagerGateway> resourceManagerRetriever, TransientBlobService transientBlobService, ScheduledExecutorService executor, MetricFetcher metricFetcher, LeaderElection leaderElection, ExecutionGraphCache executionGraphCache, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) -
Uses of LeaderElection in org.apache.flink.runtime.leaderelection
Classes in org.apache.flink.runtime.leaderelection that implement LeaderElectionModifier and TypeClassDescriptionclassStandaloneLeaderElectionimplementsLeaderElectionfor non-HA cases.Methods in org.apache.flink.runtime.leaderelection that return LeaderElectionModifier and TypeMethodDescriptionDefaultLeaderElectionService.createLeaderElection(String componentId) LeaderElectionService.createLeaderElection(String componentId) Creates a newLeaderElectioninstance that is registered to thisLeaderElectionServiceinstance. -
Uses of LeaderElection in org.apache.flink.runtime.rest
Methods in org.apache.flink.runtime.rest with parameters of type LeaderElectionModifier and TypeMethodDescriptionJobRestEndpointFactory.createRestEndpoint(org.apache.flink.configuration.Configuration configuration, LeaderGatewayRetriever<DispatcherGateway> dispatcherGatewayRetriever, LeaderGatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever, TransientBlobService transientBlobService, ScheduledExecutorService executor, MetricFetcher metricFetcher, LeaderElection leaderElection, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) RestEndpointFactory.createRestEndpoint(org.apache.flink.configuration.Configuration configuration, LeaderGatewayRetriever<DispatcherGateway> dispatcherGatewayRetriever, LeaderGatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever, TransientBlobService transientBlobService, ScheduledExecutorService executor, MetricFetcher metricFetcher, LeaderElection leaderElection, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) SessionRestEndpointFactory.createRestEndpoint(org.apache.flink.configuration.Configuration configuration, LeaderGatewayRetriever<DispatcherGateway> dispatcherGatewayRetriever, LeaderGatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever, TransientBlobService transientBlobService, ScheduledExecutorService executor, MetricFetcher metricFetcher, LeaderElection leaderElection, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) -
Uses of LeaderElection in org.apache.flink.runtime.webmonitor
Constructors in org.apache.flink.runtime.webmonitor with parameters of type LeaderElectionModifierConstructorDescriptionWebMonitorEndpoint(GatewayRetriever<? extends T> leaderRetriever, org.apache.flink.configuration.Configuration clusterConfiguration, RestHandlerConfiguration restConfiguration, GatewayRetriever<ResourceManagerGateway> resourceManagerRetriever, TransientBlobService transientBlobService, ScheduledExecutorService executor, MetricFetcher metricFetcher, LeaderElection leaderElection, ExecutionGraphCache executionGraphCache, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler)
HighAvailabilityServices.getClusterRestEndpointLeaderElection()instead.