public class TestDeleteColumnFamilyProcedureFromClient extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[][] |
FAMILIES |
private static org.apache.hadoop.hbase.TableName |
TABLENAME |
private static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestDeleteColumnFamilyProcedureFromClient() |
Modifier and Type | Method and Description |
---|---|
static void |
afterAllTests() |
static void |
beforeAllTests()
Start up a mini cluster and put a small table of empty regions into it.
|
void |
cleanup() |
void |
deleteColumnFamilyTwice() |
void |
deleteColumnFamilyWithMultipleRegions() |
void |
setup() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private static final org.apache.hadoop.hbase.TableName TABLENAME
private static final byte[][] FAMILIES
public TestDeleteColumnFamilyProcedureFromClient()
public static void beforeAllTests() throws Exception
Exception
public static void afterAllTests() throws Exception
Exception
public void setup() throws IOException, InterruptedException
IOException
InterruptedException
public void deleteColumnFamilyWithMultipleRegions() throws Exception
Exception
public void deleteColumnFamilyTwice() throws Exception
Exception
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.