Package org.apache.hadoop.hbase.client
Class TestAsyncAdminModifyStoreFileTracker
java.lang.Object
org.apache.hadoop.hbase.client.AbstractTestUpdateConfiguration
org.apache.hadoop.hbase.client.TestAsyncAdminBase
org.apache.hadoop.hbase.client.TestAsyncAdminModifyStoreFileTracker
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final String
private static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
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) Methods inherited from class org.apache.hadoop.hbase.client.TestAsyncAdminBase
createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, params, setUp, setUpBeforeClass, tearDown, tearDownAfterClass
Methods inherited from class org.apache.hadoop.hbase.client.AbstractTestUpdateConfiguration
addResourceToRegionServerConfiguration, replaceHBaseSiteXML, restoreHBaseSiteXML, setUpConfigurationFiles
-
Field Details
-
CLASS_RULE
-
SRC_IMPL
- See Also:
-
DST_IMPL
- See Also:
-
-
Constructor Details
-
TestAsyncAdminModifyStoreFileTracker
public TestAsyncAdminModifyStoreFileTracker()
-
-
Method Details
-
verifyModifyTableResult
private 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
-
verifyModifyColumnFamilyResult
private 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
-