Class SyncTable.SyncMapper.CellScanner
java.lang.Object
org.apache.hadoop.hbase.mapreduce.SyncTable.SyncMapper.CellScanner
- Enclosing class:
- SyncTable.SyncMapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the next Cell in the current row or null iff none remain.byte[]
nextRow()
Advance to the next row and return its row key.
-
Field Details
-
results
-
currentRow
-
currentRowResult
-
nextCellInRow
-
nextRowResult
-
-
Constructor Details
-
CellScanner
-
-
Method Details
-
nextRow
Advance to the next row and return its row key. Returns null iff there are no more rows. -
nextCellInRow
Returns the next Cell in the current row or null iff none remain.
-