Uses of Class
io.ray.api.id.PlacementGroupId
Packages that use PlacementGroupId
-
Uses of PlacementGroupId in io.ray.api
Methods in io.ray.api with parameters of type PlacementGroupIdModifier and TypeMethodDescriptionstatic PlacementGroupPlacementGroups.getPlacementGroup(PlacementGroupId id)Get a placement group by placement group Id.static voidPlacementGroups.removePlacementGroup(PlacementGroupId id)Remove a placement group by id. -
Uses of PlacementGroupId in io.ray.api.id
Fields in io.ray.api.id declared as PlacementGroupIdMethods in io.ray.api.id that return PlacementGroupIdModifier and TypeMethodDescriptionstatic PlacementGroupIdPlacementGroupId.fromByteBuffer(ByteBuffer bb)Creates a PlacementGroupId from the given ByteBuffer.static PlacementGroupIdPlacementGroupId.fromBytes(byte[] bytes)Create a PlacementGroupId instance according to the given bytes.static PlacementGroupIdPlacementGroupId.fromRandom()Generate an PlacementGroupId with random value. -
Uses of PlacementGroupId in io.ray.api.placementgroup
Methods in io.ray.api.placementgroup that return PlacementGroupId -
Uses of PlacementGroupId in io.ray.api.runtime
Methods in io.ray.api.runtime with parameters of type PlacementGroupIdModifier and TypeMethodDescriptionRayRuntime.getPlacementGroup(PlacementGroupId id)Get a placement group by id.voidRayRuntime.removePlacementGroup(PlacementGroupId id)Remove a placement group by id.booleanRayRuntime.waitPlacementGroupReady(PlacementGroupId id, int timeoutSeconds)Wait for the placement group to be ready within the specified time.