| Modifier and Type | Class and Description |
|---|---|
class |
Dispatcher
Base class for the Dispatcher component.
|
class |
MiniDispatcher
Mini Dispatcher which is instantiated as the dispatcher component by the
JobClusterEntrypoint. |
class |
StandaloneDispatcher
|
| Modifier and Type | Method and Description |
|---|---|
DispatcherBootstrap |
DispatcherBootstrapFactory.create(DispatcherGateway dispatcher,
org.apache.flink.util.concurrent.ScheduledExecutor scheduledExecutor,
org.apache.flink.runtime.rpc.FatalErrorHandler errorHandler) |
| Constructor and Description |
|---|
DispatcherRestEndpoint(GatewayRetriever<DispatcherGateway> leaderRetriever,
org.apache.flink.configuration.Configuration clusterConfiguration,
RestHandlerConfiguration restConfiguration,
GatewayRetriever<ResourceManagerGateway> resourceManagerRetriever,
TransientBlobService transientBlobService,
ScheduledExecutorService executor,
MetricFetcher metricFetcher,
LeaderElectionService leaderElectionService,
ExecutionGraphCache executionGraphCache,
org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) |
| Modifier and Type | Method and Description |
|---|---|
DispatcherGateway |
DefaultDispatcherGatewayService.getGateway() |
DispatcherGateway |
AbstractDispatcherLeaderProcess.DispatcherGatewayService.getGateway() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DispatcherGateway> |
AbstractDispatcherLeaderProcess.getDispatcherGateway() |
CompletableFuture<DispatcherGateway> |
StoppedDispatcherLeaderProcess.getDispatcherGateway() |
| Modifier and Type | Method and Description |
|---|---|
protected CompletableFuture<DispatcherGateway> |
MiniCluster.getDispatcherGatewayFuture() |
| 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,
LeaderElectionService leaderElectionService,
org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) |
| Modifier and Type | Method and Description |
|---|---|
WebMonitorEndpoint<RestfulGateway> |
JobRestEndpointFactory.createRestEndpoint(org.apache.flink.configuration.Configuration configuration,
LeaderGatewayRetriever<DispatcherGateway> dispatcherGatewayRetriever,
LeaderGatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever,
TransientBlobService transientBlobService,
ScheduledExecutorService executor,
MetricFetcher metricFetcher,
LeaderElectionService leaderElectionService,
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,
LeaderElectionService leaderElectionService,
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,
LeaderElectionService leaderElectionService,
org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected CompletableFuture<JobSubmitResponseBody> |
JobSubmitHandler.handleRequest(HandlerRequest<JobSubmitRequestBody> request,
DispatcherGateway gateway) |
| Constructor and Description |
|---|
JobSubmitHandler(GatewayRetriever<? extends DispatcherGateway> leaderRetriever,
org.apache.flink.api.common.time.Time timeout,
Map<String,String> headers,
Executor executor,
org.apache.flink.configuration.Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
static WebMonitorExtension |
WebMonitorUtils.loadWebSubmissionExtension(GatewayRetriever<? extends DispatcherGateway> leaderRetriever,
org.apache.flink.api.common.time.Time timeout,
Map<String,String> responseHeaders,
CompletableFuture<String> localAddressFuture,
Path uploadDir,
Executor executor,
org.apache.flink.configuration.Configuration configuration)
Loads the
WebMonitorExtension which enables web submission. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.