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
A class for statistically unique job vertex IDs.
- See Also:
-
Field Summary
Fields inherited from class org.apache.flink.util.AbstractID
lowerPart, SIZE, upperPart -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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) Methods inherited from class org.apache.flink.util.AbstractID
compareTo, equals, getBytes, getLowerPart, getUpperPart, hashCode, toHexString, toString
-
Constructor Details
-
JobVertexID
public JobVertexID() -
JobVertexID
public JobVertexID(byte[] bytes) -
JobVertexID
public JobVertexID(long lowerPart, long upperPart)
-
-
Method Details
-
fromHexString
-
writeTo
public void writeTo(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf) -
fromByteBuf
-