Uses of Class
org.apache.flink.runtime.instance.HardwareDescription
-
-
Uses of HardwareDescription in org.apache.flink.runtime.instance
Methods in org.apache.flink.runtime.instance that return HardwareDescription Modifier and Type Method Description static HardwareDescription
HardwareDescription. extractFromSystem(long managedMemory)
-
Uses of HardwareDescription in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return HardwareDescription Modifier and Type Method Description HardwareDescription
TaskExecutorRegistration. getHardwareDescription()
Constructors in org.apache.flink.runtime.resourcemanager with parameters of type HardwareDescription Constructor Description TaskExecutorRegistration(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 HardwareDescription Modifier and Type Method Description HardwareDescription
WorkerRegistration. getHardwareDescription()
Constructors in org.apache.flink.runtime.resourcemanager.registration with parameters of type HardwareDescription Constructor Description WorkerRegistration(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 HardwareDescription Modifier and Type Method Description HardwareDescription
TaskManagerInfo. getHardwareDescription()
Constructors in org.apache.flink.runtime.rest.messages.taskmanager with parameters of type HardwareDescription Constructor Description TaskManagerDetailsInfo(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)
-