Class TestBatchScanResultCache

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

@Tag("org.apache.hadoop.hbase.testclassification.SmallTests") @Tag("org.apache.hadoop.hbase.testclassification.ClientTests") public class TestBatchScanResultCache extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static byte[]
     
    private org.apache.hadoop.hbase.client.BatchScanResultCache
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    private void
    assertResultEquals(org.apache.hadoop.hbase.client.Result result, int key, int start, int to)
     
    (package private) static org.apache.hadoop.hbase.ExtendedCell
    createCell(byte[] cf, int key, int cq)
     
    (package private) static org.apache.hadoop.hbase.ExtendedCell[]
    createCells(byte[] cf, int key, int numCqs)
     
    void
     
    void
     
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CF

      private static byte[] CF
    • resultCache

      private org.apache.hadoop.hbase.client.BatchScanResultCache resultCache
  • Constructor Details

  • Method Details

    • setUp

      @BeforeEach public void setUp()
    • tearDown

      @AfterEach 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

      @Test public void test() throws IOException
      Throws:
      IOException