Uses of Class
org.apache.flink.runtime.rest.messages.ResourceProfileInfo
-
Packages that use ResourceProfileInfo Package Description org.apache.flink.runtime.rest.messages org.apache.flink.runtime.rest.messages.taskmanager -
-
Uses of ResourceProfileInfo in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return ResourceProfileInfo Modifier and Type Method Description static ResourceProfileInfo
ResourceProfileInfo. fromResrouceProfile(ResourceProfile resourceProfile)
-
Uses of ResourceProfileInfo in org.apache.flink.runtime.rest.messages.taskmanager
Methods in org.apache.flink.runtime.rest.messages.taskmanager that return ResourceProfileInfo Modifier and Type Method Description ResourceProfileInfo
TaskManagerInfo. getFreeResource()
ResourceProfileInfo
SlotInfo. getResource()
ResourceProfileInfo
TaskManagerInfo. getTotalResource()
Constructors in org.apache.flink.runtime.rest.messages.taskmanager with parameters of type ResourceProfileInfo Constructor Description SlotInfo(org.apache.flink.api.common.JobID jobId, ResourceProfileInfo resource)
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, ResourceProfileInfo totalResource, ResourceProfileInfo freeResource, HardwareDescription hardwareDescription, TaskExecutorMemoryConfiguration memoryConfiguration, Boolean blocked)
-