public class TestBlockEvictionOnRegionMovement extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
(package private) SingleProcessHBaseCluster |
cluster |
private org.apache.hadoop.conf.Configuration |
conf |
private static org.slf4j.Logger |
LOG |
(package private) StartTestingClusterOption |
option |
private static HBaseTestingUtil |
TEST_UTIL |
(package private) org.apache.hadoop.fs.Path |
testDir |
(package private) org.apache.hadoop.hbase.zookeeper.MiniZooKeeperCluster |
zkCluster |
Constructor and Description |
---|
TestBlockEvictionOnRegionMovement() |
Modifier and Type | Method and Description |
---|---|
void |
setup() |
void |
tearDown() |
void |
testBlockEvictionOnGracefulStop() |
void |
testBlockEvictionOnRegionMove() |
org.apache.hadoop.hbase.TableName |
writeDataToTable() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseTestingUtil TEST_UTIL
private org.apache.hadoop.conf.Configuration conf
org.apache.hadoop.fs.Path testDir
org.apache.hadoop.hbase.zookeeper.MiniZooKeeperCluster zkCluster
SingleProcessHBaseCluster cluster
StartTestingClusterOption option
public TestBlockEvictionOnRegionMovement()
public void testBlockEvictionOnRegionMove() throws Exception
Exception
public void testBlockEvictionOnGracefulStop() throws Exception
Exception
public org.apache.hadoop.hbase.TableName writeDataToTable() throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.