public class ActorId extends BaseId implements Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
static ActorId |
fromByteBuffer(ByteBuffer bb) |
static ActorId |
fromBytes(byte[] bytes) |
static ActorId |
fromRandom()
Generate an ActorId with random value.
|
int |
size()
Derived class should implement this function.
|
byteBuffer2Bytes, equals, getBytes, hashCode, hexString2Bytes, isNil, toByteBuffer, toStringpublic static ActorId fromByteBuffer(ByteBuffer bb)
public static ActorId fromBytes(byte[] bytes)
public static ActorId fromRandom()
Copyright © 2022. All rights reserved.