Package org.apache.hadoop.hbase.client
Class TestFromClientSideWithCoprocessor5
java.lang.Object
org.apache.hadoop.hbase.client.FromClientSideBase
org.apache.hadoop.hbase.client.TestFromClientSide5
org.apache.hadoop.hbase.client.TestFromClientSideWithCoprocessor5
Test all client operations with a coprocessor that just implements the default flush/compact/scan
policy.
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.client.TestFromClientSide5
name
Fields inherited from class org.apache.hadoop.hbase.client.FromClientSideBase
FAMILY, INVALID_FAMILY, QUALIFIER, ROW, SLAVES, TEST_UTIL, VALUE
-
Constructor Summary
ConstructorDescriptionTestFromClientSideWithCoprocessor5
(Class<? extends org.apache.hadoop.hbase.client.ConnectionRegistry> registry, int numHedgedReqs) -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Methods inherited from class org.apache.hadoop.hbase.client.TestFromClientSide5
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, testNegativeTimestamp, testNonCachedGetRegionLocation, testNullWithReverseScan, testRawScanRespectsVersions, testReadWithFilter, testReversedScanUnderMultiRegions, testRowMutations, testScan_NullQualifier, testScanMetrics, testScanVariableReuse, testSimpleMissingWithReverseScan, testSmallReversedScanUnderMultiRegions, testSmallScan, testSuperSimpleWithReverseScan
Methods inherited from class org.apache.hadoop.hbase.client.FromClientSideBase
afterClass, assertDoubleResult, assertEmptyResult, assertIncrementKey, assertKey, assertNResult, assertNResult, assertNullResult, assertNumKeys, assertRowCount, assertSingleResult, assertSingleResult, assertSingleResult, buildScanner, createScanWithRowFilter, createScanWithRowFilter, deleteColumns, equals, getAllVersionsAndVerify, getNumberOfRows, getSingleScanResult, getTestNull, getTestNull, getVerifySingleColumn, getVerifySingleEmpty, getVersionAndVerify, getVersionAndVerifyMissing, getVersionRangeAndVerify, getVersionRangeAndVerifyGreaterThan, initialize, isSameParameterizedCluster, makeN, makeNAscii, makeNBig, makeStamps, putRows, scanAllVersionsAndVerify, scanTestNull, scanTestNull, scanVerifySingleColumn, scanVerifySingleEmpty, scanVersionAndVerify, scanVersionAndVerifyMissing, scanVersionRangeAndVerify, scanVersionRangeAndVerifyGreaterThan, singleRowGetTest, singleRowScanTest, splitTable
-
Field Details
-
CLASS_RULE
-
-
Constructor Details
-
TestFromClientSideWithCoprocessor5
public TestFromClientSideWithCoprocessor5(Class<? extends org.apache.hadoop.hbase.client.ConnectionRegistry> registry, int numHedgedReqs) throws Exception - Throws:
Exception
-
-
Method Details
-
parameters
-
tearDownAfterClass
- Throws:
Exception
-