Class ExecutionGraphID
java.lang.Object
org.apache.flink.util.AbstractID
org.apache.flink.runtime.executiongraph.ExecutionGraphID
- All Implemented Interfaces:
Serializable,Comparable<org.apache.flink.util.AbstractID>
public class ExecutionGraphID
extends org.apache.flink.util.AbstractID
A class for statistically unique execution graph 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 ExecutionGraphIDfromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf) 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
-
ExecutionGraphID
public ExecutionGraphID() -
ExecutionGraphID
public ExecutionGraphID(byte[] bytes)
-
-
Method Details
-
writeTo
public void writeTo(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf) -
fromByteBuf
public static ExecutionGraphID fromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
-