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 givenSlotReportto 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.RegistrationResultFineGrainedSlotManager. registerTaskManager(TaskExecutorConnection taskExecutorConnection, SlotReport initialSlotReport, ResourceProfile totalResourceProfile, ResourceProfile defaultSlotResourceProfile)SlotManager.RegistrationResultSlotManager. registerTaskManager(TaskExecutorConnection taskExecutorConnection, SlotReport initialSlotReport, ResourceProfile totalResourceProfile, ResourceProfile defaultSlotResourceProfile)Registers a new task manager at the slot manager.booleanDefaultSlotStatusSyncer. reportSlotStatus(InstanceID instanceId, SlotReport slotReport)booleanFineGrainedSlotManager. reportSlotStatus(InstanceID instanceId, SlotReport slotReport)Reports the current slot allocations for a task manager identified by the given instance id.booleanSlotManager. reportSlotStatus(InstanceID instanceId, SlotReport slotReport)Reports the current slot allocations for a task manager identified by the given instance id.booleanSlotStatusSyncer. 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 SlotReportTaskExecutorHeartbeatPayload. 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 SlotReportTaskSlotTable. createSlotReport(ResourceID resourceId)SlotReportTaskSlotTableImpl. createSlotReport(ResourceID resourceId)
-