Uses of Class
org.apache.flink.runtime.jobmaster.AllocatedSlotReport
Packages that use AllocatedSlotReport
Package
Description
-
Uses of AllocatedSlotReport in org.apache.flink.runtime.jobmaster.slotpool
Methods in org.apache.flink.runtime.jobmaster.slotpool that return AllocatedSlotReportModifier and TypeMethodDescriptionDeclarativeSlotPoolService.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. -
Uses of AllocatedSlotReport in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor with parameters of type AllocatedSlotReportModifier and TypeMethodDescriptionTaskExecutor.heartbeatFromJobManager(ResourceID resourceID, AllocatedSlotReport allocatedSlotReport) TaskExecutorGateway.heartbeatFromJobManager(ResourceID heartbeatOrigin, AllocatedSlotReport allocatedSlotReport) Heartbeat request from the job manager.TaskExecutorGatewayDecoratorBase.heartbeatFromJobManager(ResourceID heartbeatOrigin, AllocatedSlotReport allocatedSlotReport)