Class ExecutionVertexID

java.lang.Object
org.apache.flink.runtime.scheduler.strategy.ExecutionVertexID
All Implemented Interfaces:
Serializable, VertexID

public class ExecutionVertexID extends Object implements VertexID
Id identifying ExecutionVertex.
See Also:
  • Field Details

    • 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:
  • Constructor Details

    • ExecutionVertexID

      public ExecutionVertexID(JobVertexID jobVertexId, int subtaskIndex)
  • Method Details

    • getJobVertexId

      public JobVertexID getJobVertexId()
    • 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)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object