Uses of Interface
org.apache.flink.runtime.dispatcher.DispatcherGateway
Packages that use DispatcherGateway
Package
Description
-
Uses of DispatcherGateway in org.apache.flink.runtime.dispatcher
Classes in org.apache.flink.runtime.dispatcher that implement DispatcherGatewayModifier and TypeClassDescriptionclassBase class for the Dispatcher component.classMethods in org.apache.flink.runtime.dispatcher with parameters of type DispatcherGatewayModifier and TypeMethodDescriptionDispatcherBootstrapFactory.create(DispatcherGateway dispatcher, org.apache.flink.util.concurrent.ScheduledExecutor scheduledExecutor, org.apache.flink.runtime.rpc.FatalErrorHandler errorHandler) Constructor parameters in org.apache.flink.runtime.dispatcher with type arguments of type DispatcherGatewayModifierConstructorDescriptionDispatcherRestEndpoint(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 DispatcherGateway in org.apache.flink.runtime.dispatcher.runner
Methods in org.apache.flink.runtime.dispatcher.runner that return DispatcherGatewayModifier and TypeMethodDescriptionAbstractDispatcherLeaderProcess.DispatcherGatewayService.getGateway()DefaultDispatcherGatewayService.getGateway()Methods in org.apache.flink.runtime.dispatcher.runner that return types with arguments of type DispatcherGatewayModifier and TypeMethodDescriptionAbstractDispatcherLeaderProcess.getDispatcherGateway()StoppedDispatcherLeaderProcess.getDispatcherGateway() -
Uses of DispatcherGateway in org.apache.flink.runtime.minicluster
Methods in org.apache.flink.runtime.minicluster that return types with arguments of type DispatcherGatewayModifier and TypeMethodDescriptionprotected CompletableFuture<DispatcherGateway>MiniCluster.getDispatcherGatewayFuture() -
Uses of DispatcherGateway in org.apache.flink.runtime.rest
Methods in org.apache.flink.runtime.rest that return types with arguments of type DispatcherGatewayModifier and TypeMethodDescriptionSessionRestEndpointFactory.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) Method parameters in org.apache.flink.runtime.rest with type arguments of type DispatcherGatewayModifier 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 DispatcherGateway in org.apache.flink.runtime.rest.handler.job
Methods in org.apache.flink.runtime.rest.handler.job with parameters of type DispatcherGatewayModifier and TypeMethodDescriptionprotected CompletableFuture<JobSubmitResponseBody>JobSubmitHandler.handleRequest(HandlerRequest<JobSubmitRequestBody> request, DispatcherGateway gateway) Constructor parameters in org.apache.flink.runtime.rest.handler.job with type arguments of type DispatcherGatewayModifierConstructorDescriptionJobSubmitHandler(GatewayRetriever<? extends DispatcherGateway> leaderRetriever, Duration timeout, Map<String, String> headers, Executor executor, org.apache.flink.configuration.Configuration configuration) -
Uses of DispatcherGateway in org.apache.flink.runtime.webmonitor
Method parameters in org.apache.flink.runtime.webmonitor with type arguments of type DispatcherGatewayModifier and TypeMethodDescriptionstatic WebMonitorExtensionWebMonitorUtils.loadWebSubmissionExtension(GatewayRetriever<? extends DispatcherGateway> leaderRetriever, Duration timeout, Map<String, String> responseHeaders, CompletableFuture<String> localAddressFuture, Path uploadDir, Executor executor, org.apache.flink.configuration.Configuration configuration) Loads theWebMonitorExtensionwhich enables web submission.