public class ExecutionVertexID extends Object implements VertexID
ExecutionVertex
.Modifier and Type | Field and Description |
---|---|
static int |
SIZE
The size of the ID in byte.
|
Constructor and Description |
---|
ExecutionVertexID(JobVertexID jobVertexId,
int subtaskIndex) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static ExecutionVertexID |
fromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf) |
JobVertexID |
getJobVertexId() |
int |
getSubtaskIndex() |
int |
hashCode() |
String |
toString() |
void |
writeTo(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf) |
public static final int SIZE
public ExecutionVertexID(JobVertexID jobVertexId, int subtaskIndex)
public JobVertexID getJobVertexId()
public int getSubtaskIndex()
public void writeTo(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
public static ExecutionVertexID fromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.