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 Details

    • count

      private int count
    • current

      private org.apache.hadoop.hbase.Cell current
    • cellsCount

      private final int cellsCount
  • Constructor Details

  • Method Details

    • current

      public org.apache.hadoop.hbase.Cell current()
      Specified by:
      current in interface org.apache.hadoop.hbase.CellScanner
    • advance

      public boolean advance()
      Specified by:
      advance in interface org.apache.hadoop.hbase.CellScanner