Uses of Interface
org.apache.flink.runtime.leaderelection.LeaderElection
-
-
Uses of LeaderElection in org.apache.flink.runtime.dispatcher
Constructors in org.apache.flink.runtime.dispatcher with parameters of type LeaderElection Constructor Description DispatcherRestEndpoint(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 LeaderElection Modifier and Type Method Description static DispatcherRunnerDefaultDispatcherRunner. create(LeaderElection leaderElection, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, DispatcherLeaderProcessFactory dispatcherLeaderProcessFactory)DispatcherRunnerDefaultDispatcherRunnerFactory. createDispatcherRunner(LeaderElection leaderElection, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, JobPersistenceComponentFactory jobPersistenceComponentFactory, Executor ioExecutor, org.apache.flink.runtime.rpc.RpcService rpcService, PartialDispatcherServices partialDispatcherServices)DispatcherRunnerDispatcherRunnerFactory. 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 LeaderElection Modifier and Type Method Description LeaderElectionAbstractHaServices. getClusterRestEndpointLeaderElection()default LeaderElectionHighAvailabilityServices. getClusterRestEndpointLeaderElection()Gets theLeaderElectionfor the cluster's rest endpoint.LeaderElectionAbstractHaServices. getDispatcherLeaderElection()LeaderElectionHighAvailabilityServices. getDispatcherLeaderElection()Gets theLeaderElectionfor the cluster's dispatcher.LeaderElectionAbstractHaServices. getJobManagerLeaderElection(org.apache.flink.api.common.JobID jobID)LeaderElectionHighAvailabilityServices. getJobManagerLeaderElection(org.apache.flink.api.common.JobID jobID)Gets theLeaderElectionfor the job with the givenJobID.LeaderElectionAbstractHaServices. getResourceManagerLeaderElection()LeaderElectionHighAvailabilityServices. 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 LeaderElection Modifier and Type Method Description LeaderElectionEmbeddedLeaderService. createLeaderElectionService(String componentId)LeaderElectionEmbeddedHaServices. getClusterRestEndpointLeaderElection()LeaderElectionEmbeddedHaServices. getDispatcherLeaderElection()LeaderElectionEmbeddedHaServices. getJobManagerLeaderElection(org.apache.flink.api.common.JobID jobID)LeaderElectionEmbeddedHaServices. getResourceManagerLeaderElection() -
Uses of LeaderElection in org.apache.flink.runtime.highavailability.nonha.standalone
Methods in org.apache.flink.runtime.highavailability.nonha.standalone that return LeaderElection Modifier and Type Method Description LeaderElectionStandaloneHaServices. getClusterRestEndpointLeaderElection()LeaderElectionStandaloneHaServices. getDispatcherLeaderElection()LeaderElectionStandaloneHaServices. getJobManagerLeaderElection(org.apache.flink.api.common.JobID jobID)LeaderElectionStandaloneHaServices. getResourceManagerLeaderElection() -
Uses of LeaderElection in org.apache.flink.runtime.jobmaster
Constructors in org.apache.flink.runtime.jobmaster with parameters of type LeaderElection Constructor Description JobMasterServiceLeadershipRunner(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 LeaderElection Modifier and Type Class Description classStandaloneLeaderElectionStandaloneLeaderElectionimplementsLeaderElectionfor non-HA cases.Methods in org.apache.flink.runtime.leaderelection that return LeaderElection Modifier and Type Method Description LeaderElectionDefaultLeaderElectionService. createLeaderElection(String componentId)LeaderElectionLeaderElectionService. 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 LeaderElection Modifier and Type Method Description WebMonitorEndpoint<RestfulGateway>JobRestEndpointFactory. 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)WebMonitorEndpoint<T>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)WebMonitorEndpoint<DispatcherGateway>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 LeaderElection Constructor Description WebMonitorEndpoint(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)
-