public class JobId extends BaseId implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static JobId |
fromByteBuffer(ByteBuffer bb)
Creates a JobId from the given ByteBuffer.
|
static JobId |
fromHexString(String hex)
Create a JobId from a given hex string.
|
static JobId |
fromInt(int value) |
int |
size()
Derived class should implement this function.
|
byteBuffer2Bytes, equals, getBytes, hashCode, hexString2Bytes, isNil, toByteBuffer, toStringpublic static final int LENGTH
public static final JobId NIL
public static JobId fromByteBuffer(ByteBuffer bb)
public static JobId fromInt(int value)
Copyright © 2021. All rights reserved.