Uses of Class
org.apache.flink.runtime.jobmaster.AllocatedSlotInfo
-
Packages that use AllocatedSlotInfo Package Description org.apache.flink.runtime.jobmaster -
-
Uses of AllocatedSlotInfo in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster that return types with arguments of type AllocatedSlotInfo Modifier and Type Method Description Collection<AllocatedSlotInfo>AllocatedSlotReport. getAllocatedSlotInfos()Constructor parameters in org.apache.flink.runtime.jobmaster with type arguments of type AllocatedSlotInfo Constructor Description AllocatedSlotReport(org.apache.flink.api.common.JobID jobId, Collection<AllocatedSlotInfo> allocatedSlotInfos)
-