| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
static DispatcherRunner |
DefaultDispatcherRunner.create(LeaderElection leaderElection,
org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler,
DispatcherLeaderProcessFactory dispatcherLeaderProcessFactory) |
DispatcherRunner |
DefaultDispatcherRunnerFactory.createDispatcherRunner(LeaderElection leaderElection,
org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler,
JobPersistenceComponentFactory jobPersistenceComponentFactory,
Executor ioExecutor,
org.apache.flink.runtime.rpc.RpcService rpcService,
PartialDispatcherServices partialDispatcherServices) |
DispatcherRunner |
DispatcherRunnerFactory.createDispatcherRunner(LeaderElection leaderElection,
org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler,
JobPersistenceComponentFactory jobPersistenceComponentFactory,
Executor ioExecutor,
org.apache.flink.runtime.rpc.RpcService rpcService,
PartialDispatcherServices partialDispatcherServices) |
| Modifier and Type | Method and Description |
|---|---|
LeaderElection |
AbstractHaServices.getClusterRestEndpointLeaderElection() |
default LeaderElection |
HighAvailabilityServices.getClusterRestEndpointLeaderElection()
Gets the
LeaderElection for the cluster's rest endpoint. |
LeaderElection |
AbstractHaServices.getDispatcherLeaderElection() |
LeaderElection |
HighAvailabilityServices.getDispatcherLeaderElection()
Gets the
LeaderElection for the cluster's dispatcher. |
LeaderElection |
AbstractHaServices.getJobManagerLeaderElection(org.apache.flink.api.common.JobID jobID) |
LeaderElection |
HighAvailabilityServices.getJobManagerLeaderElection(org.apache.flink.api.common.JobID jobID)
Gets the
LeaderElection for the job with the given JobID. |
LeaderElection |
AbstractHaServices.getResourceManagerLeaderElection() |
LeaderElection |
HighAvailabilityServices.getResourceManagerLeaderElection()
Gets the
LeaderElection for the cluster's resource manager. |
default LeaderElection |
HighAvailabilityServices.getWebMonitorLeaderElection()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
LeaderElection |
EmbeddedLeaderService.createLeaderElectionService(String componentId) |
LeaderElection |
EmbeddedHaServices.getClusterRestEndpointLeaderElection() |
LeaderElection |
EmbeddedHaServices.getDispatcherLeaderElection() |
LeaderElection |
EmbeddedHaServices.getJobManagerLeaderElection(org.apache.flink.api.common.JobID jobID) |
LeaderElection |
EmbeddedHaServices.getResourceManagerLeaderElection() |
| Modifier and Type | Method and Description |
|---|---|
LeaderElection |
StandaloneHaServices.getClusterRestEndpointLeaderElection() |
LeaderElection |
StandaloneHaServices.getDispatcherLeaderElection() |
LeaderElection |
StandaloneHaServices.getJobManagerLeaderElection(org.apache.flink.api.common.JobID jobID) |
LeaderElection |
StandaloneHaServices.getResourceManagerLeaderElection() |
| Constructor and 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandaloneLeaderElection
StandaloneLeaderElection implements LeaderElection for non-HA cases. |
| Modifier and Type | Method and Description |
|---|---|
LeaderElection |
LeaderElectionService.createLeaderElection(String componentId)
Creates a new
LeaderElection instance that is registered to this LeaderElectionService instance. |
LeaderElection |
DefaultLeaderElectionService.createLeaderElection(String componentId) |
| Modifier and Type | Method and Description |
|---|---|
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) |
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<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) |
| Constructor and 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) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.