Uses of Class
org.apache.flink.runtime.taskexecutor.SlotStatus
-
Packages that use SlotStatus Package Description org.apache.flink.runtime.taskexecutor -
-
Uses of SlotStatus in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return types with arguments of type SlotStatus Modifier and Type Method Description Iterator<SlotStatus>
SlotReport. iterator()
Constructors in org.apache.flink.runtime.taskexecutor with parameters of type SlotStatus Constructor Description SlotReport(SlotStatus slotStatus)
Constructor parameters in org.apache.flink.runtime.taskexecutor with type arguments of type SlotStatus Constructor Description SlotReport(Collection<SlotStatus> slotsStatus)
-