Uses of Class
io.ray.api.id.JobId
Packages that use JobId
-
Uses of JobId in io.ray.api.id
Fields in io.ray.api.id declared as JobIdMethods in io.ray.api.id that return JobIdModifier and TypeMethodDescriptionstatic JobIdJobId.fromByteBuffer(ByteBuffer bb)Creates a JobId from the given ByteBuffer.static JobIdJobId.fromBytes(byte[] bytes)Create a JobId from byte array.static JobIdJobId.fromHexString(String hex)Create a JobId from a given hex string.static JobIdJobId.fromInt(int value) -
Uses of JobId in io.ray.api.runtimecontext
Methods in io.ray.api.runtimecontext that return JobId