Uses of Class
org.apache.flink.runtime.taskexecutor.SlotReport
Packages that use SlotReport
Package
Description
-
Uses of SlotReport in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager with parameters of type SlotReportModifier and TypeMethodDescriptionResourceManager.sendSlotReport(ResourceID taskManagerResourceId, InstanceID taskManagerRegistrationId, SlotReport slotReport, Duration timeout) 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 SlotReportModifier and TypeMethodDescriptionFineGrainedSlotManager.registerTaskManager(TaskExecutorConnection taskExecutorConnection, SlotReport initialSlotReport, ResourceProfile totalResourceProfile, ResourceProfile defaultSlotResourceProfile) SlotManager.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 SlotReportConstructors in org.apache.flink.runtime.taskexecutor with parameters of type SlotReportModifierConstructorDescriptionTaskExecutorHeartbeatPayload(SlotReport slotReport, ClusterPartitionReport clusterPartitionReport) -
Uses of SlotReport in org.apache.flink.runtime.taskexecutor.slot
Methods in org.apache.flink.runtime.taskexecutor.slot that return SlotReportModifier and TypeMethodDescriptionTaskSlotTable.createSlotReport(ResourceID resourceId) TaskSlotTableImpl.createSlotReport(ResourceID resourceId)