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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecutionGraphID()
ExecutionGraphID(byte[] bytes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExecutionGraphID
fromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
void
writeTo(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
-
-
-
Method Detail
-
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)
-
-