Uses of Interface
org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
-
Uses of ResourceManagerGateway in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return types with arguments of type ResourceManagerGateway Modifier and Type Method Description GatewayRetriever<ResourceManagerGateway>DispatcherServices. getResourceManagerGatewayRetriever()GatewayRetriever<ResourceManagerGateway>PartialDispatcherServices. getResourceManagerGatewayRetriever()Constructor parameters in org.apache.flink.runtime.dispatcher with type arguments of type ResourceManagerGateway Constructor Description PartialDispatcherServices(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 ResourceManagerGateway Modifier and Type Method Description voidJobMasterPartitionTracker. 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 ResourceManagerGateway Modifier and Type Method Description voidDeclarativeSlotPoolService. 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 ResourceManagerGateway Modifier and Type Class Description classResourceManager<WorkerType extends ResourceIDRetrievable>ResourceManager implementation.classStandaloneResourceManagerA 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 ResourceManagerGateway Modifier and Type Class Description classActiveResourceManager<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 ResourceManagerGateway Modifier and Type Method Description protected 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 ResourceManagerGateway Modifier and Type Method Description static ResourceManagerGatewayAbstractResourceManagerHandler. getResourceManagerGateway(GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever)Methods in org.apache.flink.runtime.rest.handler.resourcemanager with parameters of type ResourceManagerGateway Modifier and Type Method Description protected 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 ResourceManagerGateway Modifier and Type Method Description static 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 ResourceManagerGateway Modifier and Type Method Description protected 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 ResourceManagerGateway Modifier and Type Method Description protected 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 ResourceManagerGateway Modifier and Type Method Description static VertexThreadInfoTrackerBuilderVertexThreadInfoTrackerBuilder. newBuilder(GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever, ScheduledExecutorService executor, Duration restTimeout)Create a newVertexThreadInfoTrackerBuilder.
-