Class ExecutionVertexID

    • Field Detail

      • SIZE

        public static final int SIZE
        The size of the ID in byte. It is the sum of one JobVertexID type(jobVertexId) and one int type(subtaskIndex).
        See Also:
        Constant Field Values
    • Constructor Detail

      • ExecutionVertexID

        public ExecutionVertexID​(JobVertexID jobVertexId,
                                 int subtaskIndex)
    • Method Detail

      • getSubtaskIndex

        public int getSubtaskIndex()
      • writeTo

        public void writeTo​(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
      • fromByteBuf

        public static ExecutionVertexID fromByteBuf​(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object