Class JobVertexID
- java.lang.Object
-
- org.apache.flink.util.AbstractID
-
- org.apache.flink.runtime.jobgraph.JobVertexID
-
- All Implemented Interfaces:
Serializable,Comparable<org.apache.flink.util.AbstractID>,VertexID
public class JobVertexID extends org.apache.flink.util.AbstractID implements VertexID
A class for statistically unique job vertex IDs.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JobVertexID()JobVertexID(byte[] bytes)JobVertexID(long lowerPart, long upperPart)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobVertexIDfromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)static JobVertexIDfromHexString(String hexString)voidwriteTo(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
-
-
-
Method Detail
-
fromHexString
public static JobVertexID fromHexString(String hexString)
-
writeTo
public void writeTo(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
-
fromByteBuf
public static JobVertexID fromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
-
-