public class InputChannelID
extends org.apache.flink.util.AbstractID
| 构造器和说明 |
|---|
InputChannelID() |
InputChannelID(org.apache.flink.util.AbstractID id) |
InputChannelID(long lowerPart,
long upperPart) |
| 限定符和类型 | 方法和说明 |
|---|---|
static InputChannelID |
fromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf) |
static int |
getByteBufLength() |
void |
writeTo(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf) |
public InputChannelID()
public InputChannelID(long lowerPart,
long upperPart)
public InputChannelID(org.apache.flink.util.AbstractID id)
public void writeTo(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
public static InputChannelID fromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
public static int getByteBufLength()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.