Class InputChannelID
- java.lang.Object
-
- org.apache.flink.util.AbstractID
-
- org.apache.flink.runtime.io.network.partition.consumer.InputChannelID
-
- All Implemented Interfaces:
Serializable,Comparable<org.apache.flink.util.AbstractID>
public class InputChannelID extends org.apache.flink.util.AbstractIDIdentifier for input channels.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InputChannelID()InputChannelID(long lowerPart, long upperPart)InputChannelID(org.apache.flink.util.AbstractID id)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InputChannelIDfromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)static intgetByteBufLength()voidwriteTo(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
-
-
-
Method Detail
-
writeTo
public void writeTo(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
-
fromByteBuf
public static InputChannelID fromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
-
getByteBufLength
public static int getByteBufLength()
-
-