Package com.mapr.fs
Class MapRResultScanner
java.lang.Object
com.mapr.fs.MapRResultScanner
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMapRResultScanner(com.mapr.fs.jni.MapRScan scan, MapRHTable htable) MapRResultScanner(com.mapr.fs.jni.MapRScan scan, MapRHTable htable, long id) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Closes the scanner and releases any resources it has allocatedcom.mapr.fs.jni.MapRResultnextRow()com.mapr.fs.jni.MapRResult[]nextRows(int nbRows) protected voidnextRows(int nbRows, com.mapr.fs.jni.MapRResult[] res) voidUsed by AsyncHBase library.
-
Field Details
-
htable_
-
-
Constructor Details
-
MapRResultScanner
-
MapRResultScanner
-
-
Method Details
-
nextRow
- Throws:
IOException
-
nextRows
- Throws:
IOException
-
nextRows
- Throws:
IOException
-
releaseTempMemory
Used by AsyncHBase library. Currently no-op after changes in scanner in changeSet 30570:141e965d2b77.- Throws:
IOException
-
close
public void close()Closes the scanner and releases any resources it has allocated- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-