Class 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:
    Serialized Form
    • Constructor Detail

      • InputChannelID

        public InputChannelID()
      • InputChannelID

        public InputChannelID​(long lowerPart,
                              long upperPart)
      • InputChannelID

        public InputChannelID​(org.apache.flink.util.AbstractID id)
    • 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()