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

    Constructors
    Constructor
    Description
     
    InputChannelID(long lowerPart, long upperPart)
     
    InputChannelID(org.apache.flink.util.AbstractID id)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    fromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
     
    static int
     
    void
    writeTo(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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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()