Uses of Class
io.ray.api.id.UniqueId
Packages that use UniqueId
-
Uses of UniqueId in io.ray.api
Methods in io.ray.api with parameters of type UniqueIdModifier and TypeMethodDescriptionstatic voidRay.setResource(UniqueId nodeId, String resourceName, double capacity)Deprecated.Consider using placement groups instead (docs.ray.io/en/master/placement-group.html). -
Uses of UniqueId in io.ray.api.id
Fields in io.ray.api.id declared as UniqueIdMethods in io.ray.api.id that return UniqueIdModifier and TypeMethodDescriptionstatic UniqueIdUniqueId.fromByteBuffer(ByteBuffer bb)Creates a UniqueId from a ByteBuffer.static UniqueIdUniqueId.fromHexString(String hex)Create a UniqueId from a hex string.static UniqueIdUniqueId.randomId()Generate an UniqueId with random value. -
Uses of UniqueId in io.ray.api.runtime
Methods in io.ray.api.runtime with parameters of type UniqueIdModifier and TypeMethodDescriptionvoidRayRuntime.setResource(String resourceName, double capacity, UniqueId nodeId)Set the resource for the specific node. -
Uses of UniqueId in io.ray.api.runtimecontext
Fields in io.ray.api.runtimecontext declared as UniqueIdConstructors in io.ray.api.runtimecontext with parameters of type UniqueId