Package io.ray.api.id
Class ActorId
java.lang.Object
io.ray.api.id.BaseId
io.ray.api.id.ActorId
- All Implemented Interfaces:
Serializable
- See Also:
- Serialized Form
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ActorIdfromByteBuffer(ByteBuffer bb)static ActorIdfromBytes(byte[] bytes)static ActorIdGenerate an ActorId with random value.intsize()Derived class should implement this function.Methods inherited from class io.ray.api.id.BaseId
byteBuffer2Bytes, equals, getBytes, hashCode, hexString2Bytes, isNil, toByteBuffer, toString
-
Field Details
-
LENGTH
public static final int LENGTH- See Also:
- Constant Field Values
-
NIL
-
-
Method Details