Uses of Class
org.apache.flink.runtime.clusterframework.types.ResourceID
Packages that use ResourceID
Package
Description
-
Uses of ResourceID in org.apache.flink.runtime.blocklist
Methods in org.apache.flink.runtime.blocklist with parameters of type ResourceIDModifier and TypeMethodDescriptionbooleanBlockedTaskManagerChecker.isBlockedTaskManager(ResourceID resourceID) Returns whether the given task manager is located on a blocked node.booleanBlocklistHandler.isBlockedTaskManager(ResourceID taskManagerId) Returns whether the given task manager is blocked (located on blocked nodes).booleanDefaultBlocklistHandler.isBlockedTaskManager(ResourceID taskManagerId) booleanNoOpBlocklistHandler.isBlockedTaskManager(ResourceID taskManagerId) Method parameters in org.apache.flink.runtime.blocklist with type arguments of type ResourceIDModifier and TypeMethodDescriptionBlocklistHandler.Factory.create(BlocklistContext blocklistContext, Function<ResourceID, String> taskManagerNodeIdRetriever, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor, org.slf4j.Logger log) Instantiates aBlocklistHandler.DefaultBlocklistHandler.Factory.create(BlocklistContext blocklistContext, Function<ResourceID, String> taskManagerNodeIdRetriever, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor, org.slf4j.Logger log) NoOpBlocklistHandler.Factory.create(BlocklistContext blocklistContext, Function<ResourceID, String> taskManagerNodeIdRetriever, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor, org.slf4j.Logger log) -
Uses of ResourceID in org.apache.flink.runtime.checkpoint.filemerging
Constructors in org.apache.flink.runtime.checkpoint.filemerging with parameters of type ResourceIDModifierConstructorDescriptionFileMergingSnapshotManagerBuilder(org.apache.flink.api.common.JobID jobId, ResourceID tmResourceId, FileMergingType type) Initialize the builder. -
Uses of ResourceID in org.apache.flink.runtime.clusterframework.types
Methods in org.apache.flink.runtime.clusterframework.types that return ResourceIDModifier and TypeMethodDescriptionstatic ResourceIDResourceID.generate()Generate a random resource id.ResourceID.getResourceID()A ResourceID can always retrieve a ResourceID.ResourceIDRetrievable.getResourceID()Gets the ResourceID of the object.SlotID.getResourceID()Methods in org.apache.flink.runtime.clusterframework.types with parameters of type ResourceIDModifier and TypeMethodDescriptionstatic SlotIDSlotID.getDynamicSlotID(ResourceID resourceID) Get a SlotID without actual slot index for dynamic slot allocation.Constructors in org.apache.flink.runtime.clusterframework.types with parameters of type ResourceID -
Uses of ResourceID in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return types with arguments of type ResourceIDModifier and TypeMethodDescriptionCompletableFuture<Collection<org.apache.flink.api.java.tuple.Tuple2<ResourceID,String>>> Dispatcher.requestTaskManagerMetricQueryServiceAddresses(Duration timeout) -
Uses of ResourceID in org.apache.flink.runtime.entrypoint
Methods in org.apache.flink.runtime.entrypoint with parameters of type ResourceIDModifier and TypeMethodDescriptionstatic FileClusterEntrypointUtils.generateJobManagerWorkingDirectoryFile(org.apache.flink.configuration.Configuration configuration, ResourceID resourceId) Generates the working directoryFilefor the JobManager process.static FileClusterEntrypointUtils.generateTaskManagerWorkingDirectoryFile(org.apache.flink.configuration.Configuration configuration, ResourceID resourceId) Generates the working directoryFilefor the TaskManager process.Method parameters in org.apache.flink.runtime.entrypoint with type arguments of type ResourceIDModifier and TypeMethodDescriptionstatic DeterminismEnvelope<WorkingDirectory>ClusterEntrypointUtils.createJobManagerWorkingDirectory(org.apache.flink.configuration.Configuration configuration, DeterminismEnvelope<ResourceID> envelopedResourceId) Creates the working directory for the JobManager process.static DeterminismEnvelope<WorkingDirectory>ClusterEntrypointUtils.createTaskManagerWorkingDirectory(org.apache.flink.configuration.Configuration configuration, DeterminismEnvelope<ResourceID> envelopedResourceId) Creates the working directory for the TaskManager process. -
Uses of ResourceID in org.apache.flink.runtime.entrypoint.component
Methods in org.apache.flink.runtime.entrypoint.component with parameters of type ResourceIDModifier and TypeMethodDescriptionDefaultDispatcherResourceManagerComponentFactory.create(org.apache.flink.configuration.Configuration configuration, ResourceID resourceId, Executor ioExecutor, org.apache.flink.runtime.rpc.RpcService rpcService, HighAvailabilityServices highAvailabilityServices, BlobServer blobServer, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, MetricRegistry metricRegistry, ExecutionGraphInfoStore executionGraphInfoStore, MetricQueryServiceRetriever metricQueryServiceRetriever, Collection<org.apache.flink.core.failure.FailureEnricher> failureEnrichers, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) DispatcherResourceManagerComponentFactory.create(org.apache.flink.configuration.Configuration configuration, ResourceID resourceId, Executor ioExecutor, org.apache.flink.runtime.rpc.RpcService rpcService, HighAvailabilityServices highAvailabilityServices, BlobServer blobServer, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, MetricRegistry metricRegistry, ExecutionGraphInfoStore executionGraphInfoStore, MetricQueryServiceRetriever metricQueryServiceRetriever, Collection<org.apache.flink.core.failure.FailureEnricher> failureEnrichers, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) -
Uses of ResourceID in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph with parameters of type ResourceIDModifier and TypeMethodDescriptionvoidExecutionDeploymentListener.onStartedDeployment(ExecutionAttemptID execution, ResourceID host) voidNoOpExecutionDeploymentListener.onStartedDeployment(ExecutionAttemptID execution, ResourceID host) -
Uses of ResourceID in org.apache.flink.runtime.heartbeat
Methods in org.apache.flink.runtime.heartbeat that return ResourceIDModifier and TypeMethodDescriptionDefaultHeartbeatMonitor.getHeartbeatTargetId()HeartbeatMonitor.getHeartbeatTargetId()Gets heartbeat target id.Methods in org.apache.flink.runtime.heartbeat with parameters of type ResourceIDModifier and TypeMethodDescription<I,O> HeartbeatManager<I, O> HeartbeatServices.createHeartbeatManager(ResourceID resourceId, HeartbeatListener<I, O> heartbeatListener, org.apache.flink.util.concurrent.ScheduledExecutor mainThreadExecutor, org.slf4j.Logger log) Creates a heartbeat manager which does not actively send heartbeats.<I,O> HeartbeatManager<I, O> HeartbeatServicesImpl.createHeartbeatManager(ResourceID resourceId, HeartbeatListener<I, O> heartbeatListener, org.apache.flink.util.concurrent.ScheduledExecutor mainThreadExecutor, org.slf4j.Logger log) <I,O> HeartbeatManager<I, O> NoOpHeartbeatServices.createHeartbeatManager(ResourceID resourceId, HeartbeatListener<I, O> heartbeatListener, org.apache.flink.util.concurrent.ScheduledExecutor mainThreadExecutor, org.slf4j.Logger log) <I,O> HeartbeatManager<I, O> HeartbeatServices.createHeartbeatManagerSender(ResourceID resourceId, HeartbeatListener<I, O> heartbeatListener, org.apache.flink.util.concurrent.ScheduledExecutor mainThreadExecutor, org.slf4j.Logger log) Creates a heartbeat manager which actively sends heartbeats to monitoring targets.<I,O> HeartbeatManager<I, O> HeartbeatServicesImpl.createHeartbeatManagerSender(ResourceID resourceId, HeartbeatListener<I, O> heartbeatListener, org.apache.flink.util.concurrent.ScheduledExecutor mainThreadExecutor, org.slf4j.Logger log) <I,O> HeartbeatManager<I, O> NoOpHeartbeatServices.createHeartbeatManagerSender(ResourceID resourceId, HeartbeatListener<I, O> heartbeatListener, org.apache.flink.util.concurrent.ScheduledExecutor mainThreadExecutor, org.slf4j.Logger log) HeartbeatMonitor.Factory.createHeartbeatMonitor(ResourceID resourceID, HeartbeatTarget<O> heartbeatTarget, org.apache.flink.util.concurrent.ScheduledExecutor mainThreadExecutor, HeartbeatListener<?, O> heartbeatListener, long heartbeatTimeoutIntervalMs, int failedRpcRequestsUntilUnreachable) Create heartbeat monitor heartbeat monitor.longHeartbeatManager.getLastHeartbeatFrom(ResourceID resourceId) Returns the last received heartbeat from the given target.longNoOpHeartbeatManager.getLastHeartbeatFrom(ResourceID resourceId) voidHeartbeatManager.monitorTarget(ResourceID resourceID, HeartbeatTarget<O> heartbeatTarget) Start monitoring aHeartbeatTarget.voidNoOpHeartbeatManager.monitorTarget(ResourceID resourceID, HeartbeatTarget<O> heartbeatTarget) voidHeartbeatListener.notifyHeartbeatTimeout(ResourceID resourceID) Callback which is called if a heartbeat for the machine identified by the given resource ID times out.voidHeartbeatListener.notifyTargetUnreachable(ResourceID resourceID) Callback which is called if a target specified by the given resource ID is no longer reachable.final CompletableFuture<Void>HeartbeatSender.receiveHeartbeat(ResourceID heartbeatOrigin, I heartbeatPayload) HeartbeatTarget.receiveHeartbeat(ResourceID heartbeatOrigin, I heartbeatPayload) Sends a heartbeat response to the target.NoOpHeartbeatManager.receiveHeartbeat(ResourceID heartbeatOrigin, I heartbeatPayload) voidHeartbeatListener.reportPayload(ResourceID resourceID, I payload) Callback which is called whenever a heartbeat with an associated payload is received.final CompletableFuture<Void>HeartbeatReceiver.requestHeartbeat(ResourceID requestOrigin, I heartbeatPayload) HeartbeatTarget.requestHeartbeat(ResourceID requestOrigin, I heartbeatPayload) Requests a heartbeat from the target.NoOpHeartbeatManager.requestHeartbeat(ResourceID requestOrigin, I heartbeatPayload) HeartbeatListener.retrievePayload(ResourceID resourceID) Retrieves the payload value for the next heartbeat message.voidHeartbeatManager.unmonitorTarget(ResourceID resourceID) Stops monitoring the heartbeat target with the associated resource ID.voidNoOpHeartbeatManager.unmonitorTarget(ResourceID resourceID) -
Uses of ResourceID in org.apache.flink.runtime.io.network
Methods in org.apache.flink.runtime.io.network that return ResourceIDMethods in org.apache.flink.runtime.io.network with parameters of type ResourceIDModifier and TypeMethodDescriptionstatic NettyShuffleEnvironmentNettyShuffleServiceFactory.createNettyShuffleEnvironment(NettyShuffleEnvironmentConfiguration config, ResourceID taskExecutorResourceId, TaskEventPublisher taskEventPublisher, ResultPartitionManager resultPartitionManager, ConnectionManager connectionManager, org.apache.flink.metrics.MetricGroup metricGroup, Executor ioExecutor, int numberOfSlots, String[] tmpDirPaths) Constructors in org.apache.flink.runtime.io.network with parameters of type ResourceIDModifierConstructorDescriptionConnectionID(ResourceID resourceID, InetSocketAddress address, int connectionIndex) -
Uses of ResourceID in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition with parameters of type ResourceIDModifier and TypeMethodDescriptionPartitionTrackerFactory.TaskExecutorGatewayLookup.lookup(ResourceID taskExecutorId) Returns aTaskExecutorGatewaycorresponding to the given ResourceID.voidResourceManagerPartitionTracker.processTaskExecutorClusterPartitionReport(ResourceID taskExecutorId, ClusterPartitionReport clusterPartitionReport) ProcessesClusterPartitionReportof a task executor.voidResourceManagerPartitionTrackerImpl.processTaskExecutorClusterPartitionReport(ResourceID taskExecutorId, ClusterPartitionReport clusterPartitionReport) voidResourceManagerPartitionTracker.processTaskExecutorShutdown(ResourceID taskExecutorId) Processes the shutdown of task executor.voidResourceManagerPartitionTrackerImpl.processTaskExecutorShutdown(ResourceID taskExecutorId) voidTaskExecutorClusterPartitionReleaser.releaseClusterPartitions(ResourceID taskExecutorId, Set<IntermediateDataSetID> dataSetsToRelease) ClusterPartitionManager.reportClusterPartitions(ResourceID taskExecutorId, ClusterPartitionReport clusterPartitionReport) Report the cluster partitions status in the task executor.voidJobMasterPartitionTracker.startTrackingPartition(ResourceID producingTaskExecutorId, ResultPartitionDeploymentDescriptor resultPartitionDeploymentDescriptor) Starts the tracking of the given partition for the given task executor ID.voidJobMasterPartitionTrackerImpl.startTrackingPartition(ResourceID producingTaskExecutorId, ResultPartitionDeploymentDescriptor resultPartitionDeploymentDescriptor) -
Uses of ResourceID in org.apache.flink.runtime.io.network.partition.consumer
Fields in org.apache.flink.runtime.io.network.partition.consumer declared as ResourceIDModifier and TypeFieldDescriptionprotected final ResourceIDSingleInputGateFactory.taskExecutorResourceIdMethods in org.apache.flink.runtime.io.network.partition.consumer with parameters of type ResourceIDModifier and TypeMethodDescriptionvoidSingleInputGate.updateInputChannel(ResourceID localLocation, NettyShuffleDescriptor shuffleDescriptor) Constructors in org.apache.flink.runtime.io.network.partition.consumer with parameters of type ResourceIDModifierConstructorDescriptionSingleInputGateFactory(ResourceID taskExecutorResourceId, NettyShuffleEnvironmentConfiguration networkConfig, ConnectionManager connectionManager, ResultPartitionManager partitionManager, TaskEventPublisher taskEventPublisher, NetworkBufferPool networkBufferPool, TieredStorageConfiguration tieredStorageConfiguration, TieredStorageNettyServiceImpl tieredStorageNettyService) -
Uses of ResourceID in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster that return ResourceIDModifier and TypeMethodDescriptionJMTMRegistrationSuccess.getResourceID()JobMasterRegistrationSuccess.getResourceManagerResourceId()Methods in org.apache.flink.runtime.jobmaster with parameters of type ResourceIDModifier and TypeMethodDescriptionJobMaster.disconnectTaskManager(ResourceID resourceID, Exception cause) JobMasterGateway.disconnectTaskManager(ResourceID resourceID, Exception cause) Disconnects the givenTaskExecutorfrom theJobMaster.voidJobMaster.failSlot(ResourceID taskManagerId, AllocationID allocationId, Exception cause) voidJobMasterGateway.failSlot(ResourceID taskManagerId, AllocationID allocationId, Exception cause) Fails the slot with the given allocation id and cause.DefaultExecutionDeploymentTracker.getExecutionsOn(ResourceID host) ExecutionDeploymentTracker.getExecutionsOn(ResourceID host) Returns all tracked executions for the given host.JobMaster.heartbeatFromResourceManager(ResourceID resourceID) JobMasterGateway.heartbeatFromResourceManager(ResourceID resourceID) Sends heartbeat request from the resource manager.JobMaster.heartbeatFromTaskManager(ResourceID resourceID, TaskExecutorToJobManagerHeartbeatPayload payload) JobMasterGateway.heartbeatFromTaskManager(ResourceID resourceID, TaskExecutorToJobManagerHeartbeatPayload payload) Sends the heartbeat to job manager from task manager.JobMaster.offerSlots(ResourceID taskManagerId, Collection<SlotOffer> slots, Duration timeout) JobMasterGateway.offerSlots(ResourceID taskManagerId, Collection<SlotOffer> slots, Duration timeout) Offers the given slots to the job manager.voidExecutionDeploymentReconciliationHandler.onMissingDeploymentsOf(Collection<ExecutionAttemptID> executionAttemptIds, ResourceID hostingTaskExecutor) Called if some executions are expected to be hosted on a task executor, but aren't.voidExecutionDeploymentTrackerDeploymentListenerAdapter.onStartedDeployment(ExecutionAttemptID execution, ResourceID host) voidExecutionDeploymentReconciliationHandler.onUnknownDeploymentsOf(Collection<ExecutionAttemptID> executionAttemptIds, ResourceID hostingTaskExecutor) Called if some executions are hosted on a task executor, but we don't expect them.voidDefaultExecutionDeploymentReconciler.reconcileExecutionDeployments(ResourceID taskExecutorHost, ExecutionDeploymentReport executionDeploymentReport, Map<ExecutionAttemptID, ExecutionDeploymentState> expectedDeployedExecutions) voidExecutionDeploymentReconciler.reconcileExecutionDeployments(ResourceID taskExecutorHost, ExecutionDeploymentReport executionDeploymentReport, Map<ExecutionAttemptID, ExecutionDeploymentState> expectedDeployedExecutionIds) Reconciles the deployment states between all reported/expected executions for the given task executor.voidDefaultExecutionDeploymentTracker.startTrackingPendingDeploymentOf(ExecutionAttemptID executionAttemptId, ResourceID host) voidExecutionDeploymentTracker.startTrackingPendingDeploymentOf(ExecutionAttemptID executionAttemptId, ResourceID host) Starts tracking the given execution that is being deployed on the given host.Constructors in org.apache.flink.runtime.jobmaster with parameters of type ResourceIDModifierConstructorDescriptionJMTMRegistrationSuccess(ResourceID resourceID) JobMaster(org.apache.flink.runtime.rpc.RpcService rpcService, JobMasterId jobMasterId, JobMasterConfiguration jobMasterConfiguration, ResourceID resourceId, ExecutionPlan executionPlan, HighAvailabilityServices highAvailabilityService, SlotPoolServiceSchedulerFactory slotPoolServiceSchedulerFactory, JobManagerSharedServices jobManagerSharedServices, HeartbeatServices heartbeatServices, JobManagerJobMetricGroupFactory jobMetricGroupFactory, OnCompletionActions jobCompletionActions, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, ClassLoader userCodeLoader, ShuffleMaster<?> shuffleMaster, PartitionTrackerFactory partitionTrackerFactory, ExecutionDeploymentTracker executionDeploymentTracker, ExecutionDeploymentReconciler.Factory executionDeploymentReconcilerFactory, BlocklistHandler.Factory blocklistHandlerFactory, Collection<org.apache.flink.core.failure.FailureEnricher> failureEnrichers, long initializationTimestamp) JobMasterRegistrationSuccess(ResourceManagerId resourceManagerId, ResourceID resourceManagerResourceId) -
Uses of ResourceID in org.apache.flink.runtime.jobmaster.slotpool
Methods in org.apache.flink.runtime.jobmaster.slotpool that return types with arguments of type ResourceIDModifier and TypeMethodDescriptionDeclarativeSlotPoolService.failAllocation(ResourceID taskManagerId, AllocationID allocationId, Exception cause) SlotPoolService.failAllocation(ResourceID taskManagerId, AllocationID allocationId, Exception cause) Fails the allocation with the given allocationId.Methods in org.apache.flink.runtime.jobmaster.slotpool with parameters of type ResourceIDModifier and TypeMethodDescriptionbooleanAllocatedSlotPool.containsSlots(ResourceID owner) Checks whether the slot pool contains at least one slot belonging to the specified owner.booleanDeclarativeSlotPool.containsSlots(ResourceID owner) Returns whether the slot pool has a slot registered which is owned by the given TaskExecutor.booleanDefaultAllocatedSlotPool.containsSlots(ResourceID owner) booleanDefaultDeclarativeSlotPool.containsSlots(ResourceID owner) DeclarativeSlotPoolService.createAllocatedSlotReport(ResourceID taskManagerId) SlotPool.createAllocatedSlotReport(ResourceID taskManagerId) Create report about the allocated slots belonging to the specified task manager.SlotPoolService.createAllocatedSlotReport(ResourceID taskManagerId) Create report about the allocated slots belonging to the specified task manager.DeclarativeSlotPoolService.failAllocation(ResourceID taskManagerId, AllocationID allocationId, Exception cause) SlotPoolService.failAllocation(ResourceID taskManagerId, AllocationID allocationId, Exception cause) Fails the allocation with the given allocationId.booleanDeclarativeSlotPoolService.registerTaskManager(ResourceID taskManagerId) booleanSlotPool.registerTaskManager(ResourceID resourceID) Registers a TaskExecutor with the givenResourceIDatSlotPool.booleanSlotPoolService.registerTaskManager(ResourceID taskManagerId) Registers a TaskExecutor with the givenResourceIDatSlotPoolService.voidDeclarativeSlotPoolService.releaseFreeSlotsOnTaskManager(ResourceID taskManagerId, Exception cause) voidSlotPoolService.releaseFreeSlotsOnTaskManager(ResourceID taskManagerId, Exception cause) Releases all free slots belonging to the owning TaskExecutor if it has been registered.DeclarativeSlotPool.releaseSlots(ResourceID owner, Exception cause) Releases all slots belonging to the owning TaskExecutor if it has been registered.DefaultDeclarativeSlotPool.releaseSlots(ResourceID owner, Exception cause) booleanDeclarativeSlotPoolService.releaseTaskManager(ResourceID taskManagerId, Exception cause) booleanSlotPool.releaseTaskManager(ResourceID resourceId, Exception cause) Releases a TaskExecutor with the givenResourceIDfrom theSlotPool.booleanSlotPoolService.releaseTaskManager(ResourceID taskManagerId, Exception cause) Releases a TaskExecutor with the givenResourceIDfrom theSlotPoolService.AllocatedSlotPool.removeSlots(ResourceID owner) Removes all slots belonging to the owning TaskExecutor identified by owner.DefaultAllocatedSlotPool.removeSlots(ResourceID owner) -
Uses of ResourceID in org.apache.flink.runtime.metrics
Methods in org.apache.flink.runtime.metrics with parameters of type ResourceIDModifier and TypeMethodDescriptionvoidMetricRegistryImpl.startQueryService(org.apache.flink.runtime.rpc.RpcService rpcService, ResourceID resourceID) Initializes the MetricQueryService. -
Uses of ResourceID in org.apache.flink.runtime.metrics.dump
Methods in org.apache.flink.runtime.metrics.dump with parameters of type ResourceIDModifier and TypeMethodDescriptionstatic MetricQueryServiceMetricQueryService.createMetricQueryService(org.apache.flink.runtime.rpc.RpcService rpcService, ResourceID resourceID, long maximumFrameSize) Starts the MetricQueryService actor in the given actor system. -
Uses of ResourceID in org.apache.flink.runtime.metrics.groups
Methods in org.apache.flink.runtime.metrics.groups with parameters of type ResourceIDModifier and TypeMethodDescriptionstatic TaskManagerMetricGroupTaskManagerMetricGroup.createTaskManagerMetricGroup(MetricRegistry metricRegistry, String hostName, ResourceID resourceID) -
Uses of ResourceID in org.apache.flink.runtime.metrics.util
Methods in org.apache.flink.runtime.metrics.util with parameters of type ResourceIDModifier and TypeMethodDescriptionstatic org.apache.flink.api.java.tuple.Tuple2<TaskManagerMetricGroup,org.apache.flink.metrics.MetricGroup> MetricUtils.instantiateTaskManagerMetricGroup(MetricRegistry metricRegistry, String hostName, ResourceID resourceID, Optional<Duration> systemResourceProbeInterval) -
Uses of ResourceID in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return ResourceIDModifier and TypeMethodDescriptionResourceManagerProcessContext.getResourceId()TaskExecutorRegistration.getResourceId()Methods in org.apache.flink.runtime.resourcemanager that return types with arguments of type ResourceIDModifier and TypeMethodDescriptionprotected ResourceManager<ResourceID>StandaloneResourceManagerFactory.createResourceManager(org.apache.flink.configuration.Configuration configuration, ResourceID resourceId, org.apache.flink.runtime.rpc.RpcService rpcService, UUID leaderSessionId, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, ClusterInformation clusterInformation, String webInterfaceUrl, ResourceManagerMetricGroup resourceManagerMetricGroup, ResourceManagerRuntimeServices resourceManagerRuntimeServices, Executor ioExecutor) protected Optional<ResourceID>StandaloneResourceManager.getWorkerNodeIfAcceptRegistration(ResourceID resourceID) CompletableFuture<Collection<org.apache.flink.api.java.tuple.Tuple2<ResourceID,String>>> ResourceManager.requestTaskManagerMetricQueryServiceAddresses(Duration timeout) CompletableFuture<Collection<org.apache.flink.api.java.tuple.Tuple2<ResourceID,String>>> ResourceManagerGateway.requestTaskManagerMetricQueryServiceAddresses(Duration timeout) Requests the paths for the TaskManager'sMetricQueryServiceto query.Methods in org.apache.flink.runtime.resourcemanager with parameters of type ResourceIDModifier and TypeMethodDescriptionprotected Optional<WorkerType>ResourceManager.closeTaskManagerConnection(ResourceID resourceID, Exception cause) This method should be called by the framework once it detects that a currently registered task executor has failed.static ResourceManagerServiceImplResourceManagerServiceImpl.create(ResourceManagerFactory<?> resourceManagerFactory, org.apache.flink.configuration.Configuration configuration, ResourceID resourceId, org.apache.flink.runtime.rpc.RpcService rpcService, HighAvailabilityServices highAvailabilityServices, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, ClusterInformation clusterInformation, String webInterfaceUrl, MetricRegistry metricRegistry, String hostname, Executor ioExecutor) protected abstract ResourceManager<T>ResourceManagerFactory.createResourceManager(org.apache.flink.configuration.Configuration configuration, ResourceID resourceId, org.apache.flink.runtime.rpc.RpcService rpcService, UUID leaderSessionId, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, ClusterInformation clusterInformation, String webInterfaceUrl, ResourceManagerMetricGroup resourceManagerMetricGroup, ResourceManagerRuntimeServices resourceManagerRuntimeServices, Executor ioExecutor) protected ResourceManager<ResourceID>StandaloneResourceManagerFactory.createResourceManager(org.apache.flink.configuration.Configuration configuration, ResourceID resourceId, org.apache.flink.runtime.rpc.RpcService rpcService, UUID leaderSessionId, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, ClusterInformation clusterInformation, String webInterfaceUrl, ResourceManagerMetricGroup resourceManagerMetricGroup, ResourceManagerRuntimeServices resourceManagerRuntimeServices, Executor ioExecutor) ResourceManagerFactory.createResourceManagerProcessContext(org.apache.flink.configuration.Configuration configuration, ResourceID resourceId, org.apache.flink.runtime.rpc.RpcService rpcService, HighAvailabilityServices highAvailabilityServices, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, ClusterInformation clusterInformation, String webInterfaceUrl, MetricRegistry metricRegistry, String hostname, Executor ioExecutor) voidResourceManager.disconnectTaskManager(ResourceID resourceId, Exception cause) voidResourceManagerGateway.disconnectTaskManager(ResourceID resourceID, Exception cause) Disconnects a TaskManager specified by the given resourceID from theResourceManager.ResourceManager.getInstanceIdByResourceId(ResourceID resourceID) protected abstract Optional<WorkerType>ResourceManager.getWorkerNodeIfAcceptRegistration(ResourceID resourceID) Get worker node if the worker resource is accepted.protected Optional<ResourceID>StandaloneResourceManager.getWorkerNodeIfAcceptRegistration(ResourceID resourceID) ResourceManager.heartbeatFromJobManager(ResourceID resourceID) ResourceManagerGateway.heartbeatFromJobManager(ResourceID heartbeatOrigin) Sends the heartbeat to resource manager from job manager.ResourceManager.heartbeatFromTaskManager(ResourceID resourceID, TaskExecutorHeartbeatPayload heartbeatPayload) ResourceManagerGateway.heartbeatFromTaskManager(ResourceID heartbeatOrigin, TaskExecutorHeartbeatPayload heartbeatPayload) Sends the heartbeat to resource manager from task manager.ResourceManager.registerJobMaster(JobMasterId jobMasterId, ResourceID jobManagerResourceId, String jobManagerAddress, org.apache.flink.api.common.JobID jobId, Duration timeout) ResourceManagerGateway.registerJobMaster(JobMasterId jobMasterId, ResourceID jobMasterResourceId, String jobMasterAddress, org.apache.flink.api.common.JobID jobId, Duration timeout) Register aJobMasterat the resource manager.ResourceManager.reportClusterPartitions(ResourceID taskExecutorId, ClusterPartitionReport clusterPartitionReport) ResourceManager.requestProfiling(ResourceID taskManagerId, int duration, ProfilingInfo.ProfilingMode mode, Duration timeout) ResourceManagerGateway.requestProfiling(ResourceID taskManagerId, int duration, ProfilingInfo.ProfilingMode mode, Duration timeout) Requests the profiling instance from the givenTaskExecutor.ResourceManager.requestTaskExecutorThreadInfoGateway(ResourceID taskManagerId, Duration timeout) ResourceManagerGateway.requestTaskExecutorThreadInfoGateway(ResourceID taskManagerId, Duration timeout) Requests theTaskExecutorGateway.ResourceManager.requestTaskManagerDetailsInfo(ResourceID resourceId, Duration timeout) ResourceManagerGateway.requestTaskManagerDetailsInfo(ResourceID taskManagerId, Duration timeout) Requests detail information about the givenTaskExecutor.ResourceManager.requestTaskManagerFileUploadByNameAndType(ResourceID taskManagerId, String fileName, FileType fileType, Duration timeout) ResourceManagerGateway.requestTaskManagerFileUploadByNameAndType(ResourceID taskManagerId, String fileName, FileType fileType, Duration timeout) Request the file upload from the givenTaskExecutorto the cluster'sBlobServer.ResourceManager.requestTaskManagerFileUploadByType(ResourceID taskManagerId, FileType fileType, Duration timeout) ResourceManagerGateway.requestTaskManagerFileUploadByType(ResourceID taskManagerId, FileType fileType, Duration timeout) Request the file upload from the givenTaskExecutorto the cluster'sBlobServer.ResourceManager.requestTaskManagerLogList(ResourceID taskManagerId, Duration timeout) ResourceManagerGateway.requestTaskManagerLogList(ResourceID taskManagerId, Duration timeout) Request log list from the givenTaskExecutor.ResourceManager.requestTaskManagerProfilingList(ResourceID taskManagerId, Duration timeout) ResourceManagerGateway.requestTaskManagerProfilingList(ResourceID taskManagerId, Duration timeout) Request profiling list from the givenTaskExecutor.ResourceManager.requestThreadDump(ResourceID taskManagerId, Duration timeout) ResourceManagerGateway.requestThreadDump(ResourceID taskManagerId, Duration timeout) Requests the thread dump from the givenTaskExecutor.ResourceManager.sendSlotReport(ResourceID taskManagerResourceId, InstanceID taskManagerRegistrationId, SlotReport slotReport, Duration timeout) ResourceManagerGateway.sendSlotReport(ResourceID taskManagerResourceId, InstanceID taskManagerRegistrationId, SlotReport slotReport, Duration timeout) Sends the givenSlotReportto the ResourceManager.Constructors in org.apache.flink.runtime.resourcemanager with parameters of type ResourceIDModifierConstructorDescriptionResourceManager(org.apache.flink.runtime.rpc.RpcService rpcService, UUID leaderSessionId, ResourceID resourceId, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, SlotManager slotManager, ResourceManagerPartitionTrackerFactory clusterPartitionTrackerFactory, BlocklistHandler.Factory blocklistHandlerFactory, JobLeaderIdService jobLeaderIdService, ClusterInformation clusterInformation, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, ResourceManagerMetricGroup resourceManagerMetricGroup, Duration rpcTimeout, Executor ioExecutor) ResourceManagerProcessContext(org.apache.flink.configuration.Configuration rmConfig, ResourceID resourceId, ResourceManagerRuntimeServicesConfiguration rmRuntimeServicesConfig, org.apache.flink.runtime.rpc.RpcService rpcService, HighAvailabilityServices highAvailabilityServices, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, ClusterInformation clusterInformation, String webInterfaceUrl, MetricRegistry metricRegistry, String hostname, Executor ioExecutor) StandaloneResourceManager(org.apache.flink.runtime.rpc.RpcService rpcService, UUID leaderSessionId, ResourceID resourceId, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, SlotManager slotManager, ResourceManagerPartitionTrackerFactory clusterPartitionTrackerFactory, BlocklistHandler.Factory blocklistHandlerFactory, JobLeaderIdService jobLeaderIdService, ClusterInformation clusterInformation, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, ResourceManagerMetricGroup resourceManagerMetricGroup, Duration startupPeriodTime, Duration rpcTimeout, Executor ioExecutor) TaskExecutorRegistration(String taskExecutorAddress, ResourceID resourceId, int dataPort, int jmxPort, HardwareDescription hardwareDescription, TaskExecutorMemoryConfiguration memoryConfiguration, ResourceProfile defaultSlotResourceProfile, ResourceProfile totalResourceProfile, String nodeId) -
Uses of ResourceID in org.apache.flink.runtime.resourcemanager.active
Methods in org.apache.flink.runtime.resourcemanager.active with parameters of type ResourceIDModifier and TypeMethodDescriptionActiveResourceManagerFactory.createResourceManager(org.apache.flink.configuration.Configuration configuration, ResourceID resourceId, org.apache.flink.runtime.rpc.RpcService rpcService, UUID leaderSessionId, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, ClusterInformation clusterInformation, String webInterfaceUrl, ResourceManagerMetricGroup resourceManagerMetricGroup, ResourceManagerRuntimeServices resourceManagerRuntimeServices, Executor ioExecutor) protected Optional<WorkerType>ActiveResourceManager.getWorkerNodeIfAcceptRegistration(ResourceID resourceID) voidActiveResourceManager.onWorkerTerminated(ResourceID resourceId, String diagnostics) voidResourceEventHandler.onWorkerTerminated(ResourceID resourceId, String diagnostics) Notifies that the worker has been terminated.Constructors in org.apache.flink.runtime.resourcemanager.active with parameters of type ResourceIDModifierConstructorDescriptionActiveResourceManager(ResourceManagerDriver<WorkerType> resourceManagerDriver, org.apache.flink.configuration.Configuration flinkConfig, org.apache.flink.runtime.rpc.RpcService rpcService, UUID leaderSessionId, ResourceID resourceId, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, SlotManager slotManager, ResourceManagerPartitionTrackerFactory clusterPartitionTrackerFactory, BlocklistHandler.Factory blocklistHandlerFactory, JobLeaderIdService jobLeaderIdService, ClusterInformation clusterInformation, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, ResourceManagerMetricGroup resourceManagerMetricGroup, ThresholdMeter startWorkerFailureRater, Duration retryInterval, Duration workerRegistrationTimeout, Duration previousWorkerRecoverTimeout, Executor ioExecutor) -
Uses of ResourceID in org.apache.flink.runtime.resourcemanager.exceptions
Constructors in org.apache.flink.runtime.resourcemanager.exceptions with parameters of type ResourceID -
Uses of ResourceID in org.apache.flink.runtime.resourcemanager.registration
Methods in org.apache.flink.runtime.resourcemanager.registration that return ResourceIDModifier and TypeMethodDescriptionJobManagerRegistration.getJobManagerResourceID()TaskExecutorConnection.getResourceID()Constructors in org.apache.flink.runtime.resourcemanager.registration with parameters of type ResourceIDModifierConstructorDescriptionJobManagerRegistration(org.apache.flink.api.common.JobID jobID, ResourceID jobManagerResourceID, JobMasterGateway jobManagerGateway) TaskExecutorConnection(ResourceID resourceID, TaskExecutorGateway taskExecutorGateway) -
Uses of ResourceID in org.apache.flink.runtime.resourcemanager.slotmanager
Methods in org.apache.flink.runtime.resourcemanager.slotmanager with parameters of type ResourceIDModifier and TypeMethodDescriptionvoidNonSupportedResourceAllocatorImpl.cleaningUpDisconnectedResource(ResourceID resourceID) voidResourceAllocator.cleaningUpDisconnectedResource(ResourceID resourceID) Clean up the disconnected resource with the given resource id. -
Uses of ResourceID in org.apache.flink.runtime.rest.handler.taskmanager
Methods in org.apache.flink.runtime.rest.handler.taskmanager with parameters of type ResourceIDModifier and TypeMethodDescriptionprotected CompletableFuture<Void>AbstractTaskManagerFileHandler.handleException(org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandlerContext channelHandlerContext, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpRequest httpRequest, Throwable throwable, ResourceID taskManagerId) protected CompletableFuture<Void>TaskManagerStdoutFileHandler.handleException(org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandlerContext ctx, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpRequest httpRequest, Throwable throwable, ResourceID taskManagerId) Method parameters in org.apache.flink.runtime.rest.handler.taskmanager with type arguments of type ResourceIDModifier and TypeMethodDescriptionprotected 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 ResourceID in org.apache.flink.runtime.rest.messages.job.metrics
Methods in org.apache.flink.runtime.rest.messages.job.metrics that return ResourceIDModifier and TypeMethodDescriptionTaskManagersFilterQueryParameter.convertStringToValue(String value) Methods in org.apache.flink.runtime.rest.messages.job.metrics with parameters of type ResourceIDModifier and TypeMethodDescriptionTaskManagersFilterQueryParameter.convertValueToString(ResourceID value) -
Uses of ResourceID in org.apache.flink.runtime.rest.messages.json
Methods in org.apache.flink.runtime.rest.messages.json that return ResourceIDModifier and TypeMethodDescriptionResourceIDDeserializer.deserialize(org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonParser p, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.DeserializationContext ctxt) Methods in org.apache.flink.runtime.rest.messages.json with parameters of type ResourceIDModifier and TypeMethodDescriptionvoidResourceIDSerializer.serialize(ResourceID value, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonGenerator gen, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.SerializerProvider provider) -
Uses of ResourceID in org.apache.flink.runtime.rest.messages.taskmanager
Methods in org.apache.flink.runtime.rest.messages.taskmanager that return ResourceIDModifier and TypeMethodDescriptionprotected ResourceIDTaskManagerIdPathParameter.convertFromString(String value) TaskManagerInfo.getResourceId()Methods in org.apache.flink.runtime.rest.messages.taskmanager with parameters of type ResourceIDModifier and TypeMethodDescriptionprotected StringTaskManagerIdPathParameter.convertToString(ResourceID value) Constructors in org.apache.flink.runtime.rest.messages.taskmanager with parameters of type ResourceIDModifierConstructorDescriptionTaskManagerDetailsInfo(ResourceID resourceId, String address, int dataPort, int jmxPort, long lastHeartbeat, int numberSlots, int numberAvailableSlots, ResourceProfileInfo totalResource, ResourceProfileInfo freeResource, HardwareDescription hardwareDescription, TaskExecutorMemoryConfiguration memoryConfiguration, Boolean blocked, Collection<SlotInfo> allocatedSlots, TaskManagerMetricsInfo taskManagerMetrics) TaskManagerInfo(ResourceID resourceId, String address, int dataPort, int jmxPort, long lastHeartbeat, int numberSlots, int numberAvailableSlots, ResourceProfile totalResource, ResourceProfile freeResource, HardwareDescription hardwareDescription, TaskExecutorMemoryConfiguration memoryConfiguration, Boolean blocked) TaskManagerInfo(ResourceID resourceId, String address, int dataPort, int jmxPort, long lastHeartbeat, int numberSlots, int numberAvailableSlots, ResourceProfileInfo totalResource, ResourceProfileInfo freeResource, HardwareDescription hardwareDescription, TaskExecutorMemoryConfiguration memoryConfiguration, Boolean blocked) -
Uses of ResourceID in org.apache.flink.runtime.scheduler.exceptionhistory
Methods in org.apache.flink.runtime.scheduler.exceptionhistory that return ResourceIDModifier and TypeMethodDescriptionExceptionHistoryEntry.ArchivedTaskManagerLocation.getResourceID() -
Uses of ResourceID in org.apache.flink.runtime.shuffle
Methods in org.apache.flink.runtime.shuffle that return ResourceIDModifier and TypeMethodDescriptionProducerDescriptor.getProducerLocation()ShuffleEnvironmentContext.getTaskExecutorResourceId()Methods in org.apache.flink.runtime.shuffle that return types with arguments of type ResourceIDModifier and TypeMethodDescriptionNettyShuffleDescriptor.storesLocalResourcesOn()ShuffleDescriptor.storesLocalResourcesOn()Returns the location of the producing task executor if the partition occupies local resources there.UnknownShuffleDescriptor.storesLocalResourcesOn()Methods in org.apache.flink.runtime.shuffle with parameters of type ResourceIDModifier and TypeMethodDescriptionbooleanNettyShuffleDescriptor.isLocalTo(ResourceID consumerLocation) Constructors in org.apache.flink.runtime.shuffle with parameters of type ResourceIDModifierConstructorDescriptionNettyShuffleDescriptor(ResourceID producerLocation, NettyShuffleDescriptor.PartitionConnectionInfo partitionConnectionInfo, ResultPartitionID resultPartitionID) NettyShuffleDescriptor(ResourceID producerLocation, NettyShuffleDescriptor.PartitionConnectionInfo partitionConnectionInfo, ResultPartitionID resultPartitionID, List<TierShuffleDescriptor> tierShuffleDescriptors) ProducerDescriptor(ResourceID producerLocation, ExecutionAttemptID producerExecutionId, InetAddress address, int dataPort) ShuffleEnvironmentContext(org.apache.flink.configuration.Configuration configuration, ResourceID taskExecutorResourceId, org.apache.flink.configuration.MemorySize networkMemorySize, boolean localCommunicationOnly, InetAddress hostAddress, int numberOfSlots, String[] tmpDirPaths, TaskEventPublisher eventPublisher, org.apache.flink.metrics.MetricGroup parentMetricGroup, Executor ioExecutor, org.apache.flink.util.concurrent.ScheduledExecutor scheduledExecutor) -
Uses of ResourceID in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state with parameters of type ResourceIDModifier and TypeMethodDescriptionTaskExecutorFileMergingManager.fileMergingSnapshotManagerForTask(org.apache.flink.api.common.JobID jobId, ResourceID tmResourceId, ExecutionAttemptID executionAttemptID, org.apache.flink.configuration.Configuration clusterConfiguration, org.apache.flink.configuration.Configuration jobConfiguration, TaskManagerJobMetricGroup metricGroup) Initialize file merging snapshot manager for each job according configurations whenTaskExecutor.submitTask(org.apache.flink.runtime.deployment.TaskDeploymentDescriptor, org.apache.flink.runtime.jobmaster.JobMasterId, java.time.Duration). -
Uses of ResourceID in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return ResourceIDModifier and TypeMethodDescriptionJobTable.Connection.getResourceId()TaskExecutor.getResourceID()TaskManagerServicesConfiguration.getResourceID()TaskExecutorRegistrationSuccess.getResourceManagerId()Gets the unique ID that identifies the ResourceManager.Methods in org.apache.flink.runtime.taskexecutor with parameters of type ResourceIDModifier and TypeMethodDescriptionJobTable.Job.connect(ResourceID resourceId, JobMasterGateway jobMasterGateway, TaskManagerActions taskManagerActions, CheckpointResponder checkpointResponder, GlobalAggregateManager aggregateManager, PartitionProducerStateChecker partitionStateChecker) Connects the job to a JobManager and associates the provided services with this connection.TaskManagerRunner.TaskExecutorServiceFactory.createTaskExecutor(org.apache.flink.configuration.Configuration configuration, ResourceID resourceID, org.apache.flink.runtime.rpc.RpcService rpcService, HighAvailabilityServices highAvailabilityServices, HeartbeatServices heartbeatServices, MetricRegistry metricRegistry, BlobCacheService blobCacheService, boolean localCommunicationOnly, ExternalResourceInfoProvider externalResourceInfoProvider, WorkingDirectory workingDirectory, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, DelegationTokenReceiverRepository delegationTokenReceiverRepository) TaskManagerRunner.createTaskExecutorService(org.apache.flink.configuration.Configuration configuration, ResourceID resourceID, org.apache.flink.runtime.rpc.RpcService rpcService, HighAvailabilityServices highAvailabilityServices, HeartbeatServices heartbeatServices, MetricRegistry metricRegistry, BlobCacheService blobCacheService, boolean localCommunicationOnly, ExternalResourceInfoProvider externalResourceInfoProvider, WorkingDirectory workingDirectory, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, DelegationTokenReceiverRepository delegationTokenReceiverRepository) TaskManagerServicesConfiguration.fromConfiguration(org.apache.flink.configuration.Configuration configuration, ResourceID resourceID, String externalAddress, boolean localCommunicationOnly, TaskExecutorResourceSpec taskExecutorResourceSpec, WorkingDirectory workingDirectory) Utility method to extract TaskManager config parameters from the configuration and to sanity check them.DefaultJobTable.getConnection(ResourceID resourceId) JobTable.getConnection(ResourceID resourceId) Gets the connection registered under resourceId.TaskExecutor.heartbeatFromJobManager(ResourceID resourceID, AllocatedSlotReport allocatedSlotReport) TaskExecutorGateway.heartbeatFromJobManager(ResourceID heartbeatOrigin, AllocatedSlotReport allocatedSlotReport) Heartbeat request from the job manager.TaskExecutorGatewayDecoratorBase.heartbeatFromJobManager(ResourceID heartbeatOrigin, AllocatedSlotReport allocatedSlotReport) TaskExecutor.heartbeatFromResourceManager(ResourceID resourceID) TaskExecutorGateway.heartbeatFromResourceManager(ResourceID heartbeatOrigin) Heartbeat request from the resource manager.TaskExecutorGatewayDecoratorBase.heartbeatFromResourceManager(ResourceID heartbeatOrigin) static TaskExecutorTaskManagerRunner.startTaskManager(org.apache.flink.configuration.Configuration configuration, ResourceID resourceID, org.apache.flink.runtime.rpc.RpcService rpcService, HighAvailabilityServices highAvailabilityServices, HeartbeatServices heartbeatServices, MetricRegistry metricRegistry, TaskExecutorBlobService taskExecutorBlobService, boolean localCommunicationOnly, ExternalResourceInfoProvider externalResourceInfoProvider, WorkingDirectory workingDirectory, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, DelegationTokenReceiverRepository delegationTokenReceiverRepository) Constructors in org.apache.flink.runtime.taskexecutor with parameters of type ResourceIDModifierConstructorDescriptionTaskExecutorRegistrationSuccess(InstanceID registrationId, ResourceID resourceManagerResourceId, ClusterInformation clusterInformation, byte[] initialTokens) Create a newTaskExecutorRegistrationSuccessmessage. -
Uses of ResourceID in org.apache.flink.runtime.taskexecutor.slot
Methods in org.apache.flink.runtime.taskexecutor.slot with parameters of type ResourceIDModifier and TypeMethodDescriptionTaskSlotTable.createSlotReport(ResourceID resourceId) TaskSlotTableImpl.createSlotReport(ResourceID resourceId) -
Uses of ResourceID in org.apache.flink.runtime.taskmanager
Methods in org.apache.flink.runtime.taskmanager that return ResourceIDModifier and TypeMethodDescriptionTaskManagerLocation.getResourceID()Gets the ID of the resource in which the TaskManager is started.UnresolvedTaskManagerLocation.getResourceID()Constructors in org.apache.flink.runtime.taskmanager with parameters of type ResourceIDModifierConstructorDescriptionTaskManagerLocation(ResourceID resourceID, InetAddress inetAddress, int dataPort) Constructs a new instance connection info object.TaskManagerLocation(ResourceID resourceID, InetAddress inetAddress, int dataPort, TaskManagerLocation.HostNameSupplier hostNameSupplier, String nodeId) Constructs a new instance connection info object.UnresolvedTaskManagerLocation(ResourceID resourceID, String externalAddress, int dataPort, String nodeId) -
Uses of ResourceID in org.apache.flink.runtime.webmonitor
Methods in org.apache.flink.runtime.webmonitor that return types with arguments of type ResourceIDModifier and TypeMethodDescriptionCompletableFuture<Collection<org.apache.flink.api.java.tuple.Tuple2<ResourceID,String>>> NonLeaderRetrievalRestfulGateway.requestTaskManagerMetricQueryServiceAddresses(Duration timeout) CompletableFuture<Collection<org.apache.flink.api.java.tuple.Tuple2<ResourceID,String>>> RestfulGateway.requestTaskManagerMetricQueryServiceAddresses(Duration timeout) Requests the addresses for the TaskManagers'MetricQueryServiceto query.