Class LSMTreeIndexUnderlyingAbstractCursor

    • Field Detail

      • keyTypes

        protected final byte[] keyTypes
      • totalKeys

        protected final int totalKeys
      • ascendingOrder

        protected final boolean ascendingOrder
    • Constructor Detail

      • LSMTreeIndexUnderlyingAbstractCursor

        public LSMTreeIndexUnderlyingAbstractCursor​(LSMTreeIndexAbstract index,
                                                    byte[] keyTypes,
                                                    int totalKeys,
                                                    boolean ascendingOrder)
    • Method Detail

      • hasNext

        public abstract boolean hasNext()
      • next

        public abstract void next()
      • getKeys

        public abstract Object[] getKeys()
      • getValue

        public abstract RID[] getValue()
      • getCurrentPageId

        public abstract PageId getCurrentPageId()
      • getCurrentPositionInPage

        public abstract int getCurrentPositionInPage()
      • close

        public void close()