Uses of Class
org.apache.flink.runtime.instance.HardwareDescription
Packages that use HardwareDescription
Package
Description
-
Uses of HardwareDescription in org.apache.flink.runtime.instance
Methods in org.apache.flink.runtime.instance that return HardwareDescriptionModifier and TypeMethodDescriptionstatic HardwareDescriptionHardwareDescription.extractFromSystem(long managedMemory) -
Uses of HardwareDescription in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return HardwareDescriptionConstructors in org.apache.flink.runtime.resourcemanager with parameters of type HardwareDescriptionModifierConstructorDescriptionTaskExecutorRegistration(String taskExecutorAddress, ResourceID resourceId, int dataPort, int jmxPort, HardwareDescription hardwareDescription, TaskExecutorMemoryConfiguration memoryConfiguration, ResourceProfile defaultSlotResourceProfile, ResourceProfile totalResourceProfile, String nodeId) -
Uses of HardwareDescription in org.apache.flink.runtime.resourcemanager.registration
Methods in org.apache.flink.runtime.resourcemanager.registration that return HardwareDescriptionConstructors in org.apache.flink.runtime.resourcemanager.registration with parameters of type HardwareDescriptionModifierConstructorDescriptionWorkerRegistration(TaskExecutorGateway taskExecutorGateway, WorkerType worker, int dataPort, int jmxPort, HardwareDescription hardwareDescription, TaskExecutorMemoryConfiguration memoryConfiguration, ResourceProfile totalResourceProfile, ResourceProfile defaultSlotResourceProfile, String nodeId) -
Uses of HardwareDescription in org.apache.flink.runtime.rest.messages.taskmanager
Methods in org.apache.flink.runtime.rest.messages.taskmanager that return HardwareDescriptionConstructors in org.apache.flink.runtime.rest.messages.taskmanager with parameters of type HardwareDescriptionModifierConstructorDescriptionTaskManagerDetailsInfo(ResourceID resourceId, String address, int dataPort, int jmxPort, long lastHeartbeat, int numberSlots, int numberAvailableSlots, ResourceProfileInfo totalResource, ResourceProfileInfo freeResource, HardwareDescription hardwareDescription, TaskExecutorMemoryConfiguration memoryConfiguration, Boolean blocked, Collection<SlotInfo> allocatedSlots, TaskManagerMetricsInfo taskManagerMetrics) TaskManagerInfo(ResourceID resourceId, String address, int dataPort, int jmxPort, long lastHeartbeat, int numberSlots, int numberAvailableSlots, ResourceProfile totalResource, ResourceProfile freeResource, HardwareDescription hardwareDescription, TaskExecutorMemoryConfiguration memoryConfiguration, Boolean blocked) TaskManagerInfo(ResourceID resourceId, String address, int dataPort, int jmxPort, long lastHeartbeat, int numberSlots, int numberAvailableSlots, ResourceProfileInfo totalResource, ResourceProfileInfo freeResource, HardwareDescription hardwareDescription, TaskExecutorMemoryConfiguration memoryConfiguration, Boolean blocked)