public class TestRefreshHFilesBase extends Object
Modifier and Type | Field and Description |
---|---|
protected static MiniHBaseCluster |
cluster |
protected static org.apache.hadoop.conf.Configuration |
CONF |
protected static byte[] |
FAMILY |
protected static String |
HFILE_NAME |
protected static HBaseTestingUtility |
HTU |
protected static org.slf4j.Logger |
LOG |
protected static int |
NUM_ROWS |
protected static int |
NUM_RS |
protected static byte[] |
QUALIFIER |
protected static byte[][] |
SPLIT_KEY |
protected static org.apache.hadoop.hbase.client.Table |
table |
protected static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
Constructor and Description |
---|
TestRefreshHFilesBase() |
Modifier and Type | Method and Description |
---|---|
protected void |
addHFilesToRegions() |
static void |
setUp(String regionImpl) |
void |
tearDown() |
protected static final org.slf4j.Logger LOG
protected static final HBaseTestingUtility HTU
protected static final int NUM_RS
protected static final org.apache.hadoop.hbase.TableName TABLE_NAME
protected static final byte[] FAMILY
protected static final byte[] QUALIFIER
protected static final byte[][] SPLIT_KEY
protected static final int NUM_ROWS
protected static final String HFILE_NAME
protected static org.apache.hadoop.conf.Configuration CONF
protected static MiniHBaseCluster cluster
protected static org.apache.hadoop.hbase.client.Table table
public TestRefreshHFilesBase()
protected void addHFilesToRegions() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.