Class ExecutionVertexID
java.lang.Object
org.apache.flink.runtime.scheduler.strategy.ExecutionVertexID
- All Implemented Interfaces:
Serializable,VertexID
Id identifying
ExecutionVertex.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ExecutionVertexIDfromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf) intinthashCode()toString()voidwriteTo(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
-
Field Details
-
SIZE
public static final int SIZEThe 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
-
-
Method Details
-
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
-
hashCode
public int hashCode() -
toString
-