Uses of Class
org.apache.flink.runtime.resourcemanager.TaskManagerInfoWithSlots
-
Packages that use TaskManagerInfoWithSlots Package Description org.apache.flink.runtime.resourcemanager org.apache.flink.runtime.rest.messages.taskmanager -
-
Uses of TaskManagerInfoWithSlots in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return types with arguments of type TaskManagerInfoWithSlots Modifier and Type Method Description CompletableFuture<TaskManagerInfoWithSlots>
ResourceManager. requestTaskManagerDetailsInfo(ResourceID resourceId, Duration timeout)
CompletableFuture<TaskManagerInfoWithSlots>
ResourceManagerGateway. requestTaskManagerDetailsInfo(ResourceID taskManagerId, Duration timeout)
Requests detail information about the givenTaskExecutor
. -
Uses of TaskManagerInfoWithSlots in org.apache.flink.runtime.rest.messages.taskmanager
Constructors in org.apache.flink.runtime.rest.messages.taskmanager with parameters of type TaskManagerInfoWithSlots Constructor Description TaskManagerDetailsInfo(TaskManagerInfoWithSlots taskManagerInfoWithSlots, TaskManagerMetricsInfo taskManagerMetrics)
-