public class TestModifyColumnFamilyProcedure
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static HBaseTestingUtility |
UTIL |
| Constructor and Description |
|---|
TestModifyColumnFamilyProcedure() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cleanupTest() |
void |
setup() |
static void |
setupCluster() |
void |
tearDown() |
void |
testModifyColumnFamily() |
void |
testModifyNonExistingColumnFamily() |
void |
testRecoveryAndDoubleExecutionOffline() |
void |
testRecoveryAndDoubleExecutionOnline() |
void |
testRollbackAndDoubleExecution() |
protected static final HBaseTestingUtility UTIL
public static void setupCluster()
throws java.lang.Exception
java.lang.Exceptionpublic static void cleanupTest()
throws java.lang.Exception
java.lang.Exceptionpublic void setup()
throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic void testModifyColumnFamily()
throws java.lang.Exception
java.lang.Exceptionpublic void testModifyNonExistingColumnFamily()
throws java.lang.Exception
java.lang.Exceptionpublic void testRecoveryAndDoubleExecutionOffline()
throws java.lang.Exception
java.lang.Exceptionpublic void testRecoveryAndDoubleExecutionOnline()
throws java.lang.Exception
java.lang.Exceptionpublic void testRollbackAndDoubleExecution()
throws java.lang.Exception
java.lang.Exception