Uses of Interface
org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
Packages that use ResourceManagerGateway
Package
Description
-
Uses of ResourceManagerGateway in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return types with arguments of type ResourceManagerGatewayModifier and TypeMethodDescriptionDispatcherServices.getResourceManagerGatewayRetriever()PartialDispatcherServices.getResourceManagerGatewayRetriever()Constructor parameters in org.apache.flink.runtime.dispatcher with type arguments of type ResourceManagerGatewayModifierConstructorDescriptionPartialDispatcherServices(org.apache.flink.configuration.Configuration configuration, HighAvailabilityServices highAvailabilityServices, GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever, BlobServer blobServer, HeartbeatServices heartbeatServices, JobManagerMetricGroupFactory jobManagerMetricGroupFactory, ExecutionGraphInfoStore executionGraphInfoStore, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, HistoryServerArchivist historyServerArchivist, String metricQueryServiceAddress, Executor ioExecutor, DispatcherOperationCaches operationCaches, Collection<org.apache.flink.core.failure.FailureEnricher> failureEnrichers) -
Uses of ResourceManagerGateway in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition with parameters of type ResourceManagerGatewayModifier and TypeMethodDescriptionvoidJobMasterPartitionTracker.connectToResourceManager(ResourceManagerGateway resourceManagerGateway) voidJobMasterPartitionTrackerImpl.connectToResourceManager(ResourceManagerGateway resourceManagerGateway) -
Uses of ResourceManagerGateway in org.apache.flink.runtime.jobmaster.slotpool
Methods in org.apache.flink.runtime.jobmaster.slotpool with parameters of type ResourceManagerGatewayModifier and TypeMethodDescriptionvoidDeclarativeSlotPoolService.connectToResourceManager(ResourceManagerGateway resourceManagerGateway) voidSlotPool.connectToResourceManager(ResourceManagerGateway resourceManagerGateway) Connects the SlotPool to the given ResourceManager.voidSlotPoolService.connectToResourceManager(ResourceManagerGateway resourceManagerGateway) Connects the SlotPool to the given ResourceManager. -
Uses of ResourceManagerGateway in org.apache.flink.runtime.resourcemanager
Classes in org.apache.flink.runtime.resourcemanager that implement ResourceManagerGatewayModifier and TypeClassDescriptionclassResourceManager<WorkerType extends ResourceIDRetrievable>ResourceManager implementation.classA standalone implementation of the resource manager. -
Uses of ResourceManagerGateway in org.apache.flink.runtime.resourcemanager.active
Classes in org.apache.flink.runtime.resourcemanager.active that implement ResourceManagerGatewayModifier and TypeClassDescriptionclassActiveResourceManager<WorkerType extends ResourceIDRetrievable>An active implementation ofResourceManager. -
Uses of ResourceManagerGateway in org.apache.flink.runtime.rest.handler.dataset
Methods in org.apache.flink.runtime.rest.handler.dataset with parameters of type ResourceManagerGatewayModifier and TypeMethodDescriptionprotected CompletableFuture<ClusterDataSetListResponseBody>ClusterDataSetListHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, ResourceManagerGateway gateway) -
Uses of ResourceManagerGateway in org.apache.flink.runtime.rest.handler.resourcemanager
Methods in org.apache.flink.runtime.rest.handler.resourcemanager that return ResourceManagerGatewayModifier and TypeMethodDescriptionstatic ResourceManagerGatewayAbstractResourceManagerHandler.getResourceManagerGateway(GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever) Methods in org.apache.flink.runtime.rest.handler.resourcemanager with parameters of type ResourceManagerGatewayModifier and TypeMethodDescriptionprotected abstract CompletableFuture<P>AbstractResourceManagerHandler.handleRequest(HandlerRequest<R> request, ResourceManagerGateway gateway) Method parameters in org.apache.flink.runtime.rest.handler.resourcemanager with type arguments of type ResourceManagerGatewayModifier and TypeMethodDescriptionstatic ResourceManagerGatewayAbstractResourceManagerHandler.getResourceManagerGateway(GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever) -
Uses of ResourceManagerGateway in org.apache.flink.runtime.rest.handler.taskmanager
Methods in org.apache.flink.runtime.rest.handler.taskmanager with parameters of type ResourceManagerGatewayModifier and TypeMethodDescriptionprotected CompletableFuture<TaskManagerDetailsInfo>TaskManagerDetailsHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, ResourceManagerGateway gateway) protected CompletableFuture<LogListInfo>TaskManagerLogListHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, ResourceManagerGateway gateway) protected CompletableFuture<ProfilingInfo>TaskManagerProfilingHandler.handleRequest(HandlerRequest<ProfilingRequestBody> request, ResourceManagerGateway gateway) protected CompletableFuture<ProfilingInfoList>TaskManagerProfilingListHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, ResourceManagerGateway gateway) protected CompletableFuture<TaskManagersInfo>TaskManagersHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, ResourceManagerGateway gateway) protected CompletableFuture<ThreadDumpInfo>TaskManagerThreadDumpHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, ResourceManagerGateway gateway) protected abstract CompletableFuture<TransientBlobKey>AbstractTaskManagerFileHandler.requestFileUpload(ResourceManagerGateway resourceManagerGateway, org.apache.flink.api.java.tuple.Tuple2<ResourceID, String> taskManagerIdAndFileName) protected CompletableFuture<TransientBlobKey>TaskManagerCustomLogHandler.requestFileUpload(ResourceManagerGateway resourceManagerGateway, org.apache.flink.api.java.tuple.Tuple2<ResourceID, String> taskManagerIdAndFileName) protected CompletableFuture<TransientBlobKey>TaskManagerLogFileHandler.requestFileUpload(ResourceManagerGateway resourceManagerGateway, org.apache.flink.api.java.tuple.Tuple2<ResourceID, String> taskManagerIdAndFileName) protected CompletableFuture<TransientBlobKey>TaskManagerProfilingFileHandler.requestFileUpload(ResourceManagerGateway resourceManagerGateway, org.apache.flink.api.java.tuple.Tuple2<ResourceID, String> taskManagerIdAndFileName) protected CompletableFuture<TransientBlobKey>TaskManagerStdoutFileHandler.requestFileUpload(ResourceManagerGateway resourceManagerGateway, org.apache.flink.api.java.tuple.Tuple2<ResourceID, String> taskManagerIdAndFileName) -
Uses of ResourceManagerGateway in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return types with arguments of type ResourceManagerGatewayModifier and TypeMethodDescriptionprotected RetryingRegistration<ResourceManagerId,ResourceManagerGateway, TaskExecutorRegistrationSuccess, TaskExecutorRegistrationRejection> TaskExecutorToResourceManagerConnection.generateRegistration() -
Uses of ResourceManagerGateway in org.apache.flink.runtime.webmonitor.threadinfo
Method parameters in org.apache.flink.runtime.webmonitor.threadinfo with type arguments of type ResourceManagerGatewayModifier and TypeMethodDescriptionVertexThreadInfoTrackerBuilder.newBuilder(GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever, ScheduledExecutorService executor, Duration restTimeout) Create a newVertexThreadInfoTrackerBuilder.