public class TestTruncateTableProcedure extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected static HBaseTestingUtility | 
UTIL  | 
| Constructor and Description | 
|---|
TestTruncateTableProcedure()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
cleanupTest()  | 
void | 
setup()  | 
static void | 
setupCluster()  | 
void | 
tearDown()  | 
void | 
testRecoveryAndDoubleExecutionNoPreserveSplits()  | 
void | 
testRecoveryAndDoubleExecutionPreserveSplits()  | 
void | 
testSimpleTruncateNoPreserveSplits()  | 
void | 
testSimpleTruncatePreserveSplits()  | 
void | 
testTruncateNotDisabledTable()  | 
void | 
testTruncateNotExistentTable()  | 
protected static final HBaseTestingUtility UTIL
public void testTruncateNotExistentTable()
                                  throws Exception
Exceptionpublic void testTruncateNotDisabledTable()
                                  throws Exception
Exceptionpublic void testSimpleTruncatePreserveSplits()
                                      throws Exception
Exceptionpublic void testSimpleTruncateNoPreserveSplits()
                                        throws Exception
Exceptionpublic void testRecoveryAndDoubleExecutionPreserveSplits()
                                                  throws Exception
Exception