public class BasicRowScanner extends Object implements RowScanner
Constructor and Description |
---|
BasicRowScanner(List<org.apache.hadoop.hbase.Cell> list,
org.apache.hadoop.hbase.client.Scan scan) |
Modifier and Type | Method and Description |
---|---|
List<org.apache.hadoop.hbase.Cell> |
currentCellsInRow() |
Map<String,Object> |
getHints() |
org.apache.hadoop.hbase.client.Scan |
getScan() |
boolean |
isDone() |
boolean |
isMidRow() |
List<org.apache.hadoop.hbase.Cell> |
nextCellsInRow() |
public BasicRowScanner(List<org.apache.hadoop.hbase.Cell> list, org.apache.hadoop.hbase.client.Scan scan)
public boolean isMidRow()
isMidRow
in interface RowScanner
public List<org.apache.hadoop.hbase.Cell> nextCellsInRow()
nextCellsInRow
in interface RowScanner
public boolean isDone()
isDone
in interface RowScanner
public List<org.apache.hadoop.hbase.Cell> currentCellsInRow()
currentCellsInRow
in interface RowScanner
public org.apache.hadoop.hbase.client.Scan getScan()
getScan
in interface RowScanner
public Map<String,Object> getHints()
getHints
in interface RowScanner
Copyright © 2013–2020. All rights reserved.