| Method and Description |
|---|
| io.ray.api.Ray.createPlacementGroup(List<Map<String, Double>>, PlacementStrategy)
This method is no longer recommended to create a new placement group, use
PlacementGroups.createPlacementGroup(PlacementGroupCreationOptions) instead. |
| io.ray.api.Ray.createPlacementGroup(PlacementGroupCreationOptions)
This method is no longer recommended to create a new placement group, use
PlacementGroups.createPlacementGroup(PlacementGroupCreationOptions) instead. |
| io.ray.api.Ray.createPlacementGroup(String, List<Map<String, Double>>, PlacementStrategy)
This method is no longer recommended to create a new placement group, use
PlacementGroups.createPlacementGroup(PlacementGroupCreationOptions) instead. |
| io.ray.api.Ray.getAllPlacementGroups()
This method is no longer recommended to create a new placement group, use
PlacementGroups.getAllPlacementGroups() instead. |
| io.ray.api.Ray.getGlobalPlacementGroup(String)
This method is no longer recommended to create a new placement group, use
PlacementGroups.getGlobalPlacementGroup(String) instead. |
| io.ray.api.Ray.getPlacementGroup(PlacementGroupId)
This method is no longer recommended, use
PlacementGroups.getPlacementGroup(PlacementGroupId) instead. |
| io.ray.api.Ray.getPlacementGroup(String)
This method is no longer recommended to create a new placement group, use
PlacementGroups.getPlacementGroup(String) instead. |
| io.ray.api.Ray.removePlacementGroup(PlacementGroupId)
This method is no longer recommended to create a new placement group, use
PlacementGroups.removePlacementGroup(PlacementGroupId) instead. |
| io.ray.api.Ray.setResource(String, double)
Consider using placement groups instead
(docs.ray.io/en/master/placement-group.html). You can also specify resources at Ray start
time with the 'resources' field in the cluster autoscaler.
|
| io.ray.api.Ray.setResource(UniqueId, String, double)
Consider using placement groups instead
(docs.ray.io/en/master/placement-group.html). You can also specify resources at Ray start
time with the 'resources' field in the cluster autoscaler.
|
Copyright © 2021. All rights reserved.