public final class JobID extends AbstractID
SIZE| Constructor and Description |
|---|
JobID() |
JobID(byte[] bytes) |
JobID(long lowerPart,
long upperPart) |
| Modifier and Type | Method and Description |
|---|---|
static JobID |
fromByteArray(byte[] bytes) |
static JobID |
fromByteBuffer(ByteBuffer buf) |
static JobID |
fromByteBuffer(ByteBuffer buf,
int offset) |
static JobID |
fromHexString(String hexString) |
static JobID |
generate() |
compareTo, equals, getLowerPart, getUpperPart, hashCode, read, toString, write, write, writeTopublic JobID()
public JobID(long lowerPart,
long upperPart)
public JobID(byte[] bytes)
public static JobID generate()
public static JobID fromByteArray(byte[] bytes)
public static JobID fromByteBuffer(ByteBuffer buf)
public static JobID fromByteBuffer(ByteBuffer buf, int offset)
Copyright © 2015 The Apache Software Foundation. All rights reserved.