Uses of Enum Class
io.ray.api.placementgroup.PlacementStrategy
Packages that use PlacementStrategy
-
Uses of PlacementStrategy in io.ray.api.options
Fields in io.ray.api.options declared as PlacementStrategyMethods in io.ray.api.options with parameters of type PlacementStrategyModifier and TypeMethodDescriptionPlacementGroupCreationOptions.Builder.setStrategy(PlacementStrategy strategy)Set the placement strategy used to control the placement relationship between bundles.Constructors in io.ray.api.options with parameters of type PlacementStrategyModifierConstructorDescriptionPlacementGroupCreationOptions(String name, List<Map<String,Double>> bundles, PlacementStrategy strategy) -
Uses of PlacementStrategy in io.ray.api.placementgroup
Methods in io.ray.api.placementgroup that return PlacementStrategyModifier and TypeMethodDescriptionPlacementGroup.getStrategy()Get the strategy of current placement group.static PlacementStrategyReturns the enum constant of this class with the specified name.static PlacementStrategy[]PlacementStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.