Class TestBatchScanResultCache

java.lang.Object
org.apache.hadoop.hbase.client.TestBatchScanResultCache

public class TestBatchScanResultCache extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • setUp

      public void setUp()
    • tearDown

      public void tearDown()
    • createCell

      static org.apache.hadoop.hbase.ExtendedCell createCell(byte[] cf, int key, int cq)
    • createCells

      static org.apache.hadoop.hbase.ExtendedCell[] createCells(byte[] cf, int key, int numCqs)
    • assertResultEquals

      private void assertResultEquals(org.apache.hadoop.hbase.client.Result result, int key, int start, int to)
    • test

      public void test() throws IOException
      Throws:
      IOException