Package org.apache.hadoop.hbase.client
Class FromClientSideTestMultiRowMutation
java.lang.Object
org.apache.hadoop.hbase.client.FromClientSideTestBase
org.apache.hadoop.hbase.client.FromClientSideTestMultiRowMutation
- Direct Known Subclasses:
TestFromClientSideMultiRowMutation,TestFromClientSideMultiRowMutationWithCoprocessor
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.client.FromClientSideTestBase
FAMILY, INVALID_FAMILY, numHedgedReqs, QUALIFIER, registryImpl, ROW, SLAVES, tableName, TEST_UTIL, VALUE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFromClientSideTestMultiRowMutation(Class<? extends org.apache.hadoop.hbase.client.ConnectionRegistry> registryImpl, int numHedgedReqs) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidMethods inherited from class org.apache.hadoop.hbase.client.FromClientSideTestBase
assertDoubleResult, assertEmptyResult, assertIncrementKey, assertKey, assertNResult, assertNResult, assertNullResult, assertNumKeys, assertRowCount, assertSingleResult, assertSingleResult, assertSingleResult, buildScanner, createScanWithRowFilter, createScanWithRowFilter, deleteColumns, equals, getAllVersionsAndVerify, getClientConf, getConnection, getNumberOfRows, getSingleScanResult, getTestNull, getTestNull, getVerifySingleColumn, getVerifySingleEmpty, getVersionAndVerify, getVersionAndVerifyMissing, getVersionRangeAndVerify, getVersionRangeAndVerifyGreaterThan, initialize, makeN, makeNAscii, makeNBig, makeStamps, parameters, putRows, scanAllVersionsAndVerify, scanTestNull, scanTestNull, scanVerifySingleColumn, scanVerifySingleEmpty, scanVersionAndVerify, scanVersionAndVerifyMissing, scanVersionRangeAndVerify, scanVersionRangeAndVerifyGreaterThan, setUp, singleRowGetTest, singleRowScanTest, splitTable, tearDown, tearDownAfterClass
-
Constructor Details
-
FromClientSideTestMultiRowMutation
protected FromClientSideTestMultiRowMutation(Class<? extends org.apache.hadoop.hbase.client.ConnectionRegistry> registryImpl, int numHedgedReqs)
-
-
Method Details
-
testMultiRowMutation
- Throws:
Exception
-
testMultiRowMutationWithSingleConditionWhenConditionMatches
@TestTemplate public void testMultiRowMutationWithSingleConditionWhenConditionMatches() throws Exception- Throws:
Exception
-
testMultiRowMutationWithSingleConditionWhenConditionNotMatch
@TestTemplate public void testMultiRowMutationWithSingleConditionWhenConditionNotMatch() throws Exception- Throws:
Exception
-
testMultiRowMutationWithMultipleConditionsWhenConditionsMatch
@TestTemplate public void testMultiRowMutationWithMultipleConditionsWhenConditionsMatch() throws Exception- Throws:
Exception
-
testMultiRowMutationWithMultipleConditionsWhenConditionsNotMatch
@TestTemplate public void testMultiRowMutationWithMultipleConditionsWhenConditionsNotMatch() throws Exception- Throws:
Exception
-
testMultiRowMutationWithFilterConditionWhenConditionMatches
@TestTemplate public void testMultiRowMutationWithFilterConditionWhenConditionMatches() throws Exception- Throws:
Exception
-
testMultiRowMutationWithFilterConditionWhenConditionNotMatch
@TestTemplate public void testMultiRowMutationWithFilterConditionWhenConditionNotMatch() throws Exception- Throws:
Exception
-