Class InputLocation


  • public class InputLocation
    extends java.lang.Object
    • Constructor Detail

      • InputLocation

        public InputLocation​(int tsBlockIndex,
                             int valueColumnIndex)
    • Method Detail

      • getTsBlockIndex

        public int getTsBlockIndex()
      • getValueColumnIndex

        public int getValueColumnIndex()
      • serialize

        public void serialize​(java.nio.ByteBuffer byteBuffer)
      • deserialize

        public static InputLocation deserialize​(java.nio.ByteBuffer byteBuffer)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object