Uses of Class
org.apache.flink.runtime.taskexecutor.SlotReport
-
-
Uses of SlotReport in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager with parameters of type SlotReport Modifier and Type Method Description CompletableFuture<Acknowledge>
ResourceManager. sendSlotReport(ResourceID taskManagerResourceId, InstanceID taskManagerRegistrationId, SlotReport slotReport, Duration timeout)
CompletableFuture<Acknowledge>
ResourceManagerGateway. sendSlotReport(ResourceID taskManagerResourceId, InstanceID taskManagerRegistrationId, SlotReport slotReport, Duration timeout)
Sends the givenSlotReport
to the ResourceManager. -
Uses of SlotReport in org.apache.flink.runtime.resourcemanager.slotmanager
Methods in org.apache.flink.runtime.resourcemanager.slotmanager with parameters of type SlotReport Modifier and Type Method Description SlotManager.RegistrationResult
FineGrainedSlotManager. registerTaskManager(TaskExecutorConnection taskExecutorConnection, SlotReport initialSlotReport, ResourceProfile totalResourceProfile, ResourceProfile defaultSlotResourceProfile)
SlotManager.RegistrationResult
SlotManager. registerTaskManager(TaskExecutorConnection taskExecutorConnection, SlotReport initialSlotReport, ResourceProfile totalResourceProfile, ResourceProfile defaultSlotResourceProfile)
Registers a new task manager at the slot manager.boolean
DefaultSlotStatusSyncer. reportSlotStatus(InstanceID instanceId, SlotReport slotReport)
boolean
FineGrainedSlotManager. reportSlotStatus(InstanceID instanceId, SlotReport slotReport)
Reports the current slot allocations for a task manager identified by the given instance id.boolean
SlotManager. reportSlotStatus(InstanceID instanceId, SlotReport slotReport)
Reports the current slot allocations for a task manager identified by the given instance id.boolean
SlotStatusSyncer. reportSlotStatus(InstanceID instanceId, SlotReport slotReport)
Reconcile the slot status with the slot report. -
Uses of SlotReport in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return SlotReport Modifier and Type Method Description SlotReport
TaskExecutorHeartbeatPayload. getSlotReport()
Constructors in org.apache.flink.runtime.taskexecutor with parameters of type SlotReport Constructor Description TaskExecutorHeartbeatPayload(SlotReport slotReport, ClusterPartitionReport clusterPartitionReport)
-
Uses of SlotReport in org.apache.flink.runtime.taskexecutor.slot
Methods in org.apache.flink.runtime.taskexecutor.slot that return SlotReport Modifier and Type Method Description SlotReport
TaskSlotTable. createSlotReport(ResourceID resourceId)
SlotReport
TaskSlotTableImpl. createSlotReport(ResourceID resourceId)
-