Package org.apache.hadoop.hbase
Class TestCellUtil.TestCellScanner
java.lang.Object
org.apache.hadoop.hbase.TestCellUtil.TestCellScanner
- All Implemented Interfaces:
org.apache.hadoop.hbase.CellScanner
- Enclosing class:
- TestCellUtil
private static class TestCellUtil.TestCellScanner
extends Object
implements org.apache.hadoop.hbase.CellScanner
CellScanner used in test.
-
Field Summary
Modifier and TypeFieldDescriptionprivate final int
private int
private org.apache.hadoop.hbase.Cell
-
Constructor Summary
-
Method Summary
-
Field Details
-
count
-
current
-
cellsCount
-
-
Constructor Details
-
TestCellScanner
TestCellScanner(int cellsCount)
-
-
Method Details
-
current
- Specified by:
current
in interfaceorg.apache.hadoop.hbase.CellScanner
-
advance
- Specified by:
advance
in interfaceorg.apache.hadoop.hbase.CellScanner
-