Uses of Interface
io.ray.api.placementgroup.PlacementGroup
Packages that use PlacementGroup
-
Uses of PlacementGroup in io.ray.api
Methods in io.ray.api that return PlacementGroupModifier and TypeMethodDescriptionstatic PlacementGroupPlacementGroups.createPlacementGroup(PlacementGroupCreationOptions creationOptions)Create a placement group.static PlacementGroupPlacementGroups.getPlacementGroup(PlacementGroupId id)Get a placement group by placement group Id.static PlacementGroupPlacementGroups.getPlacementGroup(String name)Get a placement group by placement group name from the current namespace.static PlacementGroupPlacementGroups.getPlacementGroup(String name, String namespace)Get a placement group by placement group name from the given namespace.Methods in io.ray.api that return types with arguments of type PlacementGroupModifier and TypeMethodDescriptionstatic List<PlacementGroup>PlacementGroups.getAllPlacementGroups()Get all placement groups in this cluster. -
Uses of PlacementGroup in io.ray.api.call
Methods in io.ray.api.call with parameters of type PlacementGroupModifier and TypeMethodDescriptionBaseActorCreator.setPlacementGroup(PlacementGroup group)Set the placement group to place this actor in, which may use any available bundle.BaseActorCreator.setPlacementGroup(PlacementGroup group, int bundleIndex)Set the placement group to place this actor in.BaseTaskCaller.setPlacementGroup(PlacementGroup group)Set the placement group to place this task in, which may use any available bundle.BaseTaskCaller.setPlacementGroup(PlacementGroup group, int bundleIndex)Set the placement group to place this task in. -
Uses of PlacementGroup in io.ray.api.options
Fields in io.ray.api.options declared as PlacementGroupMethods in io.ray.api.options with parameters of type PlacementGroupModifier and TypeMethodDescriptionActorCreationOptions.Builder.setPlacementGroup(PlacementGroup group, int bundleIndex)Set the placement group to place this actor in.CallOptions.Builder.setPlacementGroup(PlacementGroup group, int bundleIndex)Set the placement group to place this actor in. -
Uses of PlacementGroup in io.ray.api.runtime
Methods in io.ray.api.runtime that return PlacementGroupModifier and TypeMethodDescriptionRayRuntime.createPlacementGroup(PlacementGroupCreationOptions creationOptions)Create a placement group on remote nodes.RayRuntime.getPlacementGroup(PlacementGroupId id)Get a placement group by id.RayRuntime.getPlacementGroup(String name, String namespace)Get a placement group by name.Methods in io.ray.api.runtime that return types with arguments of type PlacementGroupModifier and TypeMethodDescriptionRayRuntime.getAllPlacementGroups()Get all placement groups in this cluster.