Class AbstractSSTableIterator.AbstractReader

    • Constructor Detail

      • AbstractReader

        protected AbstractReader​(FileDataInput file,
                                 boolean shouldCloseFile)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<Unfiltered>
      • hasNextInternal

        protected abstract boolean hasNextInternal()
                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • nextInternal

        protected abstract Unfiltered nextInternal()
                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object