Package org.apache.hadoop.hbase.client
Class TestFromClientSide5WithCoprocessor
java.lang.Object
org.apache.hadoop.hbase.client.FromClientSideTestBase
org.apache.hadoop.hbase.client.FromClientSideTest5
org.apache.hadoop.hbase.client.TestFromClientSide5WithCoprocessor
@Tag("org.apache.hadoop.hbase.testclassification.LargeTests") @Tag("org.apache.hadoop.hbase.testclassification.ClientTests")
public class TestFromClientSide5WithCoprocessor
extends FromClientSideTest5
Run tests that use the HBase clients;
Table. Sets up the HBase mini cluster once at start
and runs through all client tests. Each creates a table named for the method and does its stuff
against that. Parameterized to run with different registry implementations.-
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
ConstructorsConstructorDescriptionTestFromClientSide5WithCoprocessor(Class<? extends org.apache.hadoop.hbase.client.ConnectionRegistry> registryImpl, int numHedgedReqs) -
Method Summary
Methods inherited from class org.apache.hadoop.hbase.client.FromClientSideTest5
testAppend, testAppendWithoutWAL, testBatchAppendWithReturnResultFalse, testCacheOnWriteEvictOnClose, testCellSizeLimit, testCellSizeNoLimit, testCellUtilTypeMethods, testCheckAndDelete, testCheckAndDeleteWithCompareOp, testCheckAndMutateWithTimeRange, testCheckAndPut, testCheckAndPutWithCompareOp, testClientPoolRoundRobin, testClientPoolThreadLocal, testCreateTableWithZeroRegionReplicas, testDeleteCFWithMemstoreData, testDeleteLatestVersionOfSpecifiedColumn, testDeleteSpecifiedVersionOfSpecifiedColumn, testDeletesWithReverseScan, testEmptyFilterList, testFilterAllRecords, testFiltersWithReverseScan, testGetClosestRowBefore, testGetRegionsInRange, testJira6912, testKeyOnlyFilterWithReverseScan, testModifyTableWithMemstoreData, testModifyTableWithZeroRegionReplicas, testMultiRowMutation, testMultiRowMutationWithFilterConditionWhenConditionMatches, testMultiRowMutationWithFilterConditionWhenConditionNotMatch, testMultiRowMutationWithMultipleConditionsWhenConditionsMatch, testMultiRowMutationWithMultipleConditionsWhenConditionsNotMatch, testMultiRowMutationWithSingleConditionWhenConditionMatches, testMultiRowMutationWithSingleConditionWhenConditionNotMatch, testNonCachedGetRegionLocation, testNullWithReverseScan, testRawScanRespectsVersions, testReadWithFilter, testReversedScanUnderMultiRegions, testRowMutations, testScanMetrics, testScanNullQualifier, testSimpleMissingWithReverseScan, testSmallReversedScanUnderMultiRegions, testSmallScan, testSuperSimpleWithReverseScanMethods 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
-
TestFromClientSide5WithCoprocessor
public TestFromClientSide5WithCoprocessor(Class<? extends org.apache.hadoop.hbase.client.ConnectionRegistry> registryImpl, int numHedgedReqs)
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-