Uses of Class
org.apache.flink.runtime.jobmaster.AllocatedSlotReport
-
Packages that use AllocatedSlotReport Package Description org.apache.flink.runtime.jobmaster.slotpool org.apache.flink.runtime.taskexecutor -
-
Uses of AllocatedSlotReport in org.apache.flink.runtime.jobmaster.slotpool
Methods in org.apache.flink.runtime.jobmaster.slotpool that return AllocatedSlotReport Modifier and Type Method Description AllocatedSlotReportDeclarativeSlotPoolService. createAllocatedSlotReport(ResourceID taskManagerId)AllocatedSlotReportSlotPool. createAllocatedSlotReport(ResourceID taskManagerId)Create report about the allocated slots belonging to the specified task manager.AllocatedSlotReportSlotPoolService. createAllocatedSlotReport(ResourceID taskManagerId)Create report about the allocated slots belonging to the specified task manager. -
Uses of AllocatedSlotReport in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor with parameters of type AllocatedSlotReport Modifier and Type Method Description CompletableFuture<Void>TaskExecutor. heartbeatFromJobManager(ResourceID resourceID, AllocatedSlotReport allocatedSlotReport)CompletableFuture<Void>TaskExecutorGateway. heartbeatFromJobManager(ResourceID heartbeatOrigin, AllocatedSlotReport allocatedSlotReport)Heartbeat request from the job manager.CompletableFuture<Void>TaskExecutorGatewayDecoratorBase. heartbeatFromJobManager(ResourceID heartbeatOrigin, AllocatedSlotReport allocatedSlotReport)
-