Class DocScanner


  • public class DocScanner
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DocScanner​(java.lang.String tablePath, org.ojai.store.QueryCondition c, java.lang.String[] fields, boolean excludedEmbeddedFamily, boolean getDeletes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void consume()  
      com.mapr.db.rowcol.DBDocumentImpl getNext()  
      boolean hasNext()  
      com.mapr.db.rowcol.DBDocumentImpl peekNext()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DocScanner

        public DocScanner​(java.lang.String tablePath,
                          org.ojai.store.QueryCondition c,
                          java.lang.String[] fields,
                          boolean excludedEmbeddedFamily,
                          boolean getDeletes)
                   throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getNext

        public com.mapr.db.rowcol.DBDocumentImpl getNext()
      • peekNext

        public com.mapr.db.rowcol.DBDocumentImpl peekNext()
      • hasNext

        public boolean hasNext()
      • consume

        public void consume()
      • close

        public void close()
                   throws java.io.IOException
        Throws:
        java.io.IOException