Class TestClearRegionBlockCache
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestClearRegionBlockCache
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private MiniHBaseCluster
private org.apache.hadoop.conf.Configuration
private static final byte[]
private final HBaseTestingUtility
private static final org.slf4j.Logger
private static final int
private org.apache.hadoop.hbase.regionserver.HRegionServer
private org.apache.hadoop.hbase.regionserver.HRegionServer
private static final byte[][]
private org.apache.hadoop.hbase.client.Table
private static final org.apache.hadoop.hbase.TableName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
clearRegionBlockCache
(org.apache.hadoop.hbase.regionserver.HRegionServer rs) static Object[]
data()
private void
scanAllRegionsForRS
(org.apache.hadoop.hbase.regionserver.HRegionServer rs) void
setup()
void
teardown()
void
void
void
-
Field Details
-
CLASS_RULE
-
LOG
-
TABLE_NAME
-
FAMILY
-
SPLIT_KEY
-
NUM_RS
- See Also:
-
HTU
-
CONF
-
table
-
rs1
-
rs2
-
cluster
-
cacheType
-
-
Constructor Details
-
TestClearRegionBlockCache
public TestClearRegionBlockCache()
-
-
Method Details
-
data
-
setup
- Throws:
Exception
-
teardown
- Throws:
Exception
-
testClearBlockCache
- Throws:
Exception
-
testClearBlockCacheFromAdmin
- Throws:
Exception
-
testClearBlockCacheFromAsyncAdmin
- Throws:
Exception
-
scanAllRegionsForRS
private void scanAllRegionsForRS(org.apache.hadoop.hbase.regionserver.HRegionServer rs) throws IOException - Throws:
IOException
-
clearRegionBlockCache
-