public class JobVertexID extends org.apache.flink.util.AbstractID implements VertexID
| 构造器和说明 |
|---|
JobVertexID() |
JobVertexID(byte[] bytes) |
JobVertexID(long lowerPart,
long upperPart) |
| 限定符和类型 | 方法和说明 |
|---|---|
static JobVertexID |
fromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf) |
static JobVertexID |
fromHexString(String hexString) |
void |
writeTo(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf) |
public JobVertexID()
public JobVertexID(byte[] bytes)
public JobVertexID(long lowerPart,
long upperPart)
public static JobVertexID fromHexString(String hexString)
public void writeTo(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
public static JobVertexID fromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.