public class TestRegionFavoredNodes extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
COLUMN_FAMILY |
private static Method |
createWithFavoredNode |
private static int |
FAVORED_NODES_NUM |
private static int |
FLUSHES |
private static int |
REGION_SERVERS |
private static org.apache.hadoop.hbase.client.Table |
table |
private static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
private static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestRegionFavoredNodes() |
Modifier and Type | Method and Description |
---|---|
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testFavoredNodes() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private static org.apache.hadoop.hbase.client.Table table
private static final org.apache.hadoop.hbase.TableName TABLE_NAME
private static final byte[] COLUMN_FAMILY
private static final int FAVORED_NODES_NUM
private static final int REGION_SERVERS
private static final int FLUSHES
private static Method createWithFavoredNode
public TestRegionFavoredNodes()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testFavoredNodes() throws Exception
Exception
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.