Package org.apache.hadoop.hbase.client
Class TestAdmin3
java.lang.Object
org.apache.hadoop.hbase.client.TestAdminBase
org.apache.hadoop.hbase.client.TestAdmin3
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static final Stringprivate static final org.slf4j.Loggerprivate static final StringFields inherited from class org.apache.hadoop.hbase.client.TestAdminBaseADMIN, name, TEST_UTIL
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidTest retain assignment on enableTable.voidvoidvoidvoidvoidVerify schema change for read only tableprivate voidverifyModifyColumnFamilyResult(org.apache.hadoop.hbase.TableName tableName, byte[] family, byte[] qual, byte[] row, byte[] value, String sft) private voidverifyModifyTableResult(org.apache.hadoop.hbase.TableName tableName, byte[] family, byte[] qual, byte[] row, byte[] value, String sft) Methods inherited from class org.apache.hadoop.hbase.client.TestAdminBasegetStateFromMeta, setUpBeforeClass, tearDown, tearDownAfterClass
- 
Field Details- 
CLASS_RULE
- 
LOG
- 
SRC_IMPL- See Also:
 
- 
DST_IMPL- See Also:
 
 
- 
- 
Constructor Details- 
TestAdmin3public TestAdmin3()
 
- 
- 
Method Details- 
testDisableAndEnableTable- Throws:
- IOException
 
- 
testDisableAndEnableTables- Throws:
- IOException
 
- 
testEnableTableRetainAssignmentTest retain assignment on enableTable.- Throws:
- IOException
 
- 
testEnableDisableAddColumnDeleteColumn- Throws:
- Exception
 
- 
testGetTableDescriptor- Throws:
- IOException
 
- 
testReadOnlyTableModifyVerify schema change for read only table- Throws:
- IOException
- InterruptedException
 
- 
testDeleteLastColumnFamily- Throws:
- Exception
 
- 
testDeleteEditUnknownColumnFamilyAndOrTable- Throws:
- IOException
 
- 
verifyModifyTableResultprivate void verifyModifyTableResult(org.apache.hadoop.hbase.TableName tableName, byte[] family, byte[] qual, byte[] row, byte[] value, String sft) throws IOException - Throws:
- IOException
 
- 
testModifyTableStoreFileTracker- Throws:
- IOException
 
- 
verifyModifyColumnFamilyResultprivate void verifyModifyColumnFamilyResult(org.apache.hadoop.hbase.TableName tableName, byte[] family, byte[] qual, byte[] row, byte[] value, String sft) throws IOException - Throws:
- IOException
 
- 
testModifyColumnFamilyStoreFileTracker- Throws:
- IOException
 
- 
testModifyStoreFileTrackerError- Throws:
- IOException
 
 
-