public class FilterTestingCluster extends Object
Modifier and Type | Field and Description |
---|---|
private static org.apache.hadoop.hbase.client.Admin |
admin |
private static List<org.apache.hadoop.hbase.TableName> |
createdTables |
private static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
FilterTestingCluster() |
Modifier and Type | Method and Description |
---|---|
protected static void |
createTable(org.apache.hadoop.hbase.TableName tableName,
String columnFamilyName) |
private static void |
deleteTables() |
private static void |
initialize(org.apache.hadoop.conf.Configuration conf) |
protected static org.apache.hadoop.hbase.client.Table |
openTable(org.apache.hadoop.hbase.TableName tableName) |
static void |
setUp() |
static void |
tearDown() |
private static final HBaseTestingUtility TEST_UTIL
private static org.apache.hadoop.hbase.client.Admin admin
private static List<org.apache.hadoop.hbase.TableName> createdTables
public FilterTestingCluster()
protected static void createTable(org.apache.hadoop.hbase.TableName tableName, String columnFamilyName)
protected static org.apache.hadoop.hbase.client.Table openTable(org.apache.hadoop.hbase.TableName tableName) throws IOException
IOException
private static void deleteTables()
private static void initialize(org.apache.hadoop.conf.Configuration conf)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.