Interface AbstractSSTableIterator.Reader

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void seekToPosition​(long columnOffset)  
      void setForSlice​(Slice slice)  
      • Methods inherited from interface java.io.Closeable

        close
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, hasNext, next, remove
    • Method Detail

      • setForSlice

        void setForSlice​(Slice slice)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • seekToPosition

        void seekToPosition​(long columnOffset)
                     throws java.io.IOException
        Throws:
        java.io.IOException