Uses of Interface
org.apache.flink.runtime.resourcemanager.slotmanager.ResourceAllocationStrategy
-
Packages that use ResourceAllocationStrategy Package Description org.apache.flink.runtime.resourcemanager.slotmanager -
-
Uses of ResourceAllocationStrategy in org.apache.flink.runtime.resourcemanager.slotmanager
Classes in org.apache.flink.runtime.resourcemanager.slotmanager that implement ResourceAllocationStrategy Modifier and Type Class Description classDefaultResourceAllocationStrategyThe default implementation ofResourceAllocationStrategy.Constructors in org.apache.flink.runtime.resourcemanager.slotmanager with parameters of type ResourceAllocationStrategy Constructor Description FineGrainedSlotManager(org.apache.flink.util.concurrent.ScheduledExecutor scheduledExecutor, SlotManagerConfiguration slotManagerConfiguration, SlotManagerMetricGroup slotManagerMetricGroup, ResourceTracker resourceTracker, org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerTracker taskManagerTracker, SlotStatusSyncer slotStatusSyncer, ResourceAllocationStrategy resourceAllocationStrategy)
-