public class TestAdmin3 extends TestAdminBase
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static String |
DST_IMPL |
private static org.slf4j.Logger |
LOG |
private static String |
SRC_IMPL |
ADMIN, name, NB_SERVERS, TEST_UTIL| Constructor and Description |
|---|
TestAdmin3() |
| Modifier and Type | Method and Description |
|---|---|
void |
testDeleteEditUnknownColumnFamilyAndOrTable() |
void |
testDeleteLastColumnFamily() |
void |
testDisableAndEnableTable() |
void |
testDisableAndEnableTables() |
void |
testEnableDisableAddColumnDeleteColumn() |
void |
testEnableTableRetainAssignment()
Test retain assignment on enableTable.
|
void |
testGetTableDescriptor() |
void |
testModifyColumnFamilyStoreFileTracker() |
void |
testModifyStoreFileTrackerError() |
void |
testModifyTableStoreFileTracker() |
void |
testReadOnlyTableModify()
Verify schema change for read only table
|
private void |
verifyModifyColumnFamilyResult(org.apache.hadoop.hbase.TableName tableName,
byte[] family,
byte[] qual,
byte[] row,
byte[] value,
String sft) |
private void |
verifyModifyTableResult(org.apache.hadoop.hbase.TableName tableName,
byte[] family,
byte[] qual,
byte[] row,
byte[] value,
String sft) |
getStateFromMeta, setUpBeforeClass, tearDown, tearDownAfterClasspublic static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final String SRC_IMPL
private static final String DST_IMPL
public TestAdmin3()
public void testDisableAndEnableTable() throws IOException
IOExceptionpublic void testDisableAndEnableTables() throws IOException
IOExceptionpublic void testEnableTableRetainAssignment() throws IOException
IOExceptionpublic void testEnableDisableAddColumnDeleteColumn() throws Exception
Exceptionpublic void testGetTableDescriptor() throws IOException
IOExceptionpublic void testReadOnlyTableModify() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void testDeleteLastColumnFamily() throws Exception
Exceptionpublic void testDeleteEditUnknownColumnFamilyAndOrTable() throws IOException
IOExceptionprivate void verifyModifyTableResult(org.apache.hadoop.hbase.TableName tableName, byte[] family, byte[] qual, byte[] row, byte[] value, String sft) throws IOException
IOExceptionpublic void testModifyTableStoreFileTracker() throws IOException
IOExceptionprivate void verifyModifyColumnFamilyResult(org.apache.hadoop.hbase.TableName tableName, byte[] family, byte[] qual, byte[] row, byte[] value, String sft) throws IOException
IOExceptionpublic void testModifyColumnFamilyStoreFileTracker() throws IOException
IOExceptionpublic void testModifyStoreFileTrackerError() throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.