Uses of Class
io.ray.api.id.TaskId
Packages that use TaskId
-
Uses of TaskId in io.ray.api.id
Fields in io.ray.api.id declared as TaskIdMethods in io.ray.api.id that return TaskIdModifier and TypeMethodDescriptionstatic TaskIdTaskId.fromByteBuffer(ByteBuffer bb)Creates a TaskId from a ByteBuffer.static TaskIdTaskId.fromBytes(byte[] bytes)Creates a TaskId from given bytes.static TaskIdTaskId.fromHexString(String hex)Create a TaskId from a hex string. -
Uses of TaskId in io.ray.api.runtimecontext
Methods in io.ray.api.runtimecontext that return TaskId