public class JobVertexID extends AbstractID implements VertexID
lowerPart, SIZE, upperPart
Constructor and Description |
---|
JobVertexID() |
JobVertexID(byte[] bytes) |
JobVertexID(long lowerPart,
long upperPart) |
Modifier and Type | Method and Description |
---|---|
static JobVertexID |
fromHexString(String hexString) |
compareTo, equals, getBytes, getLowerPart, getUpperPart, hashCode, toHexString, toString
public JobVertexID()
public JobVertexID(byte[] bytes)
public JobVertexID(long lowerPart, long upperPart)
public static JobVertexID fromHexString(String hexString)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.