private static class SyncTable.SyncMapper.CellScanner extends Object
Modifier and Type | Field and Description |
---|---|
private byte[] |
currentRow |
private Result |
currentRowResult |
private int |
nextCellInRow |
private Result |
nextRowResult |
private Iterator<Result> |
results |
Constructor and Description |
---|
CellScanner(Iterator<Result> results) |
Modifier and Type | Method and Description |
---|---|
Cell |
nextCellInRow()
Returns the next Cell in the current row or null iff none remain.
|
byte[] |
nextRow()
Advance to the next row and return its row key.
|
private byte[] currentRow
private Result currentRowResult
private int nextCellInRow
private Result nextRowResult
public CellScanner(Iterator<Result> results)
public byte[] nextRow()
public Cell nextCellInRow()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.