Uses of Class
org.apache.flink.runtime.rest.messages.ResourceProfileInfo
Packages that use ResourceProfileInfo
Package
Description
-
Uses of ResourceProfileInfo in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return ResourceProfileInfoModifier and TypeMethodDescriptionstatic ResourceProfileInfoResourceProfileInfo.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 ResourceProfileInfoModifier and TypeMethodDescriptionTaskManagerInfo.getFreeResource()SlotInfo.getResource()TaskManagerInfo.getTotalResource()Constructors in org.apache.flink.runtime.rest.messages.taskmanager with parameters of type ResourceProfileInfoModifierConstructorDescriptionSlotInfo(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)