public class TestRefreshHFilesEndpoint extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestRefreshHFilesEndpoint.HRegionForRefreshHFilesEP |
static class |
TestRefreshHFilesEndpoint.HStoreWithFaultyRefreshHFilesAPI |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static MiniHBaseCluster |
cluster |
private static org.apache.hadoop.conf.Configuration |
CONF |
private static byte[] |
FAMILY |
private static String |
HFILE_NAME |
private static HBaseTestingUtility |
HTU |
private static org.slf4j.Logger |
LOG |
private static int |
NUM_MASTER |
private static int |
NUM_ROWS |
private static int |
NUM_RS |
private static byte[] |
QUALIFIER |
private static byte[][] |
SPLIT_KEY |
private static org.apache.hadoop.hbase.client.Table |
table |
private static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
Constructor and Description |
---|
TestRefreshHFilesEndpoint() |
Modifier and Type | Method and Description |
---|---|
private void |
callRefreshRegionHFilesEndPoint() |
static void |
setUp(String regionImpl) |
void |
tearDown() |
void |
testRefreshRegionHFilesEndpoint() |
void |
testRefreshRegionHFilesEndpointWithException() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseTestingUtility HTU
private static final int NUM_MASTER
private static final int NUM_RS
private static final org.apache.hadoop.hbase.TableName TABLE_NAME
private static final byte[] FAMILY
private static final byte[] QUALIFIER
private static final byte[][] SPLIT_KEY
private static final int NUM_ROWS
private static final String HFILE_NAME
private static org.apache.hadoop.conf.Configuration CONF
private static MiniHBaseCluster cluster
private static org.apache.hadoop.hbase.client.Table table
public TestRefreshHFilesEndpoint()
public void testRefreshRegionHFilesEndpoint() throws Exception
Exception
public void testRefreshRegionHFilesEndpointWithException() throws IOException
IOException
private void callRefreshRegionHFilesEndPoint() throws IOException
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.