Class DocScanner

java.lang.Object
com.mapr.db.mapreduce.tools.impl.DocScanner

public class DocScanner extends Object
  • Constructor Details

    • DocScanner

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

    • 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 IOException
      Throws:
      IOException