Class TestScannerFromBucketCache

java.lang.Object
org.apache.hadoop.hbase.io.hfile.TestScannerFromBucketCache

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

    Fields
    Modifier and Type
    Field
    Description
    private org.apache.hadoop.conf.Configuration
     
    private static final org.slf4j.Logger
     
    private final int
     
    (package private) org.apache.hadoop.hbase.regionserver.HRegion
     
    private org.apache.hadoop.hbase.TableName
     
     
    (package private) byte[]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) String
    getName(org.junit.jupiter.api.TestInfo testInfo)
     
    private static org.apache.hadoop.hbase.regionserver.HRegion
    initHRegion(org.apache.hadoop.hbase.TableName tableName, byte[] startKey, byte[] stopKey, String callingMethod, org.apache.hadoop.conf.Configuration conf, HBaseTestingUtil testUtil, boolean isReadOnly, byte[]... families)
     
    private static org.apache.hadoop.hbase.regionserver.HRegion
    initHRegion(org.apache.hadoop.hbase.TableName tableName, String callingMethod, org.apache.hadoop.conf.Configuration conf, HBaseTestingUtil test_util, byte[]... families)
     
    private List<org.apache.hadoop.hbase.ExtendedCell>
    insertData(byte[] row1, byte[] qf1, byte[] qf2, byte[] fam1, long ts1, long ts2, long ts3, boolean withVal)
     
    private List<org.apache.hadoop.hbase.ExtendedCell>
    performScan(byte[] row1, byte[] fam1)
     
    private void
    setUp(boolean useBucketCache, org.junit.jupiter.api.TestInfo testInfo)
     
    void
     
    void
    testBasicScanWithLRUCache(org.junit.jupiter.api.TestInfo testInfo)
     
    void
    testBasicScanWithOffheapBucketCache(org.junit.jupiter.api.TestInfo testInfo)
     
    void
    testBasicScanWithOffheapBucketCacheWithMBB(org.junit.jupiter.api.TestInfo testInfo)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait