Package com.mapr.db.mapreduce.tools.impl
Class DocScanner
java.lang.Object
com.mapr.db.mapreduce.tools.impl.DocScanner
-
Constructor Summary
ConstructorsConstructorDescriptionDocScanner(String tablePath, org.ojai.store.QueryCondition c, String[] fields, boolean excludedEmbeddedFamily, boolean getDeletes) -
Method Summary
-
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
- Throws:
IOException
-