Uses of Interface
org.apache.flink.runtime.scheduler.loading.WeightLoadable
-
-
Uses of WeightLoadable in org.apache.flink.runtime.jobmaster.slotpool
Classes in org.apache.flink.runtime.jobmaster.slotpool that implement WeightLoadable Modifier and Type Class Description classPhysicalSlotRequestRepresents a request for a physical slot. -
Uses of WeightLoadable in org.apache.flink.runtime.scheduler
Classes in org.apache.flink.runtime.scheduler that implement WeightLoadable Modifier and Type Class Description classExecutionSlotSharingGroupRepresents execution vertices that will run the same shared slot. -
Uses of WeightLoadable in org.apache.flink.runtime.scheduler.adaptive.allocator
Classes in org.apache.flink.runtime.scheduler.adaptive.allocator that implement WeightLoadable Modifier and Type Class Description static classSlotSharingSlotAllocator.ExecutionSlotSharingGroupThe execution slot sharing group for adaptive scheduler. -
Uses of WeightLoadable in org.apache.flink.runtime.scheduler.loading
Methods in org.apache.flink.runtime.scheduler.loading with type parameters of type WeightLoadable Modifier and Type Method Description static <T extends WeightLoadable>
List<T>WeightLoadable. sortByLoadingDescend(Collection<T> weightLoadables)
-