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 |
fromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf) |
static JobVertexID |
fromHexString(String hexString) |
void |
writeTo(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf) |
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)
public void writeTo(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
public static JobVertexID fromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.