Uses of Class
org.apache.flink.runtime.jobmaster.slotpool.SlotSelectionStrategy.NoOpSlotSelectionStrategy
-
Packages that use SlotSelectionStrategy.NoOpSlotSelectionStrategy Package Description org.apache.flink.runtime.jobmaster.slotpool -
-
Uses of SlotSelectionStrategy.NoOpSlotSelectionStrategy in org.apache.flink.runtime.jobmaster.slotpool
Methods in org.apache.flink.runtime.jobmaster.slotpool that return SlotSelectionStrategy.NoOpSlotSelectionStrategy Modifier and Type Method Description static SlotSelectionStrategy.NoOpSlotSelectionStrategySlotSelectionStrategy.NoOpSlotSelectionStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static SlotSelectionStrategy.NoOpSlotSelectionStrategy[]SlotSelectionStrategy.NoOpSlotSelectionStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-