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.AbstractID
Identifier for input channels.
- See Also:
-
Field Summary
Fields inherited from class org.apache.flink.util.AbstractID
lowerPart, SIZE, upperPart -
Constructor Summary
ConstructorsConstructorDescriptionInputChannelID(long lowerPart, long upperPart) InputChannelID(org.apache.flink.util.AbstractID id) -
Method Summary
Modifier and TypeMethodDescriptionstatic InputChannelIDfromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf) static intvoidwriteTo(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf) Methods inherited from class org.apache.flink.util.AbstractID
compareTo, equals, getBytes, getLowerPart, getUpperPart, hashCode, toHexString, toString
-
Constructor Details
-
InputChannelID
public InputChannelID() -
InputChannelID
public InputChannelID(long lowerPart, long upperPart) -
InputChannelID
public InputChannelID(org.apache.flink.util.AbstractID id)
-
-
Method Details
-
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()
-