Package org.apache.hadoop.hbase.client
Class TestAsyncTable
java.lang.Object
org.apache.hadoop.hbase.client.TestAsyncTable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static org.apache.hadoop.hbase.client.AsyncConnectionstatic final HBaseClassTestRuleprivate static byte[]Supplier<org.apache.hadoop.hbase.client.AsyncTable<?>>private static intprivate static byte[]private byte[]private static org.apache.hadoop.hbase.TableNameprivate static final HBaseTestingUtilorg.junit.rules.TestNameprivate static byte[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate byte[]concat(byte[] base, int index) private static org.apache.hadoop.hbase.client.AsyncTable<?>private static org.apache.hadoop.hbase.client.AsyncTable<?>getTable()params()voidsetUp()static voidstatic voidvoidvoidvoidvoidvoidDeprecated.voidvoidvoidvoidvoidvoidvoidvoidDeprecated.voidvoidDeprecated.voidvoidDeprecated.voidDeprecated.voidvoidDeprecated.voidvoidDeprecated.voidvoidDeprecated.voidvoidDeprecated.voidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Field Details
-
CLASS_RULE
-
TEST_UTIL
-
TABLE_NAME
-
FAMILY
-
QUALIFIER
-
VALUE
-
MAX_KEY_VALUE_SIZE
-
ASYNC_CONN
-
testName
-
row
-
getTable
-
-
Constructor Details
-
TestAsyncTable
public TestAsyncTable()
-
-
Method Details
-
getRawTable
-
getTable
-
params
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
setUp
-
testSimple
- Throws:
Exception
-
concat
-
testSimpleMultiple
- Throws:
Exception
-
testIncrement
-
testAppend
-
testMutateRow
-
testCheckAndPutForOldApi
Deprecated. -
testCheckAndDeleteForOldApi
@Deprecated public void testCheckAndDeleteForOldApi() throws InterruptedException, ExecutionExceptionDeprecated. -
testCheckAndMutateForOldApi
@Deprecated public void testCheckAndMutateForOldApi() throws InterruptedException, ExecutionExceptionDeprecated. -
testCheckAndMutateWithTimeRangeForOldApi
Deprecated.- Throws:
Exception
-
testCheckAndMutateWithSingleFilterForOldApi
Deprecated.- Throws:
Throwable
-
testCheckAndMutateWithMultipleFiltersForOldApi
Deprecated.- Throws:
Throwable
-
testCheckAndMutateWithTimestampFilterForOldApi
Deprecated.- Throws:
Throwable
-
testCheckAndMutateWithFilterAndTimeRangeForOldApi
Deprecated.- Throws:
Throwable
-
testCheckAndMutateWithoutConditionForOldApi
Deprecated. -
testCheckAndPut
-
testCheckAndDelete
-
testCheckAndMutate
-
testCheckAndMutateWithTimeRange
- Throws:
Exception
-
testCheckAndMutateWithSingleFilter
- Throws:
Throwable
-
testCheckAndMutateWithMultipleFilters
- Throws:
Throwable
-
testCheckAndMutateWithTimestampFilter
- Throws:
Throwable
-
testCheckAndMutateWithFilterAndTimeRange
- Throws:
Throwable
-
testCheckAndIncrement
- Throws:
Throwable
-
testCheckAndAppend
- Throws:
Throwable
-
testCheckAndRowMutations
- Throws:
Throwable
-
testCheckAndMutateBatch
- Throws:
Throwable
-
testCheckAndMutateBatch2
- Throws:
Throwable
-
testCheckAndMutateBatchWithFilter
- Throws:
Throwable
-
testCheckAndMutateBatchWithFilterAndTimeRange
- Throws:
Throwable
-
testCheckAndIncrementBatch
- Throws:
Throwable
-
testCheckAndAppendBatch
- Throws:
Throwable
-
testCheckAndRowMutationsBatch
- Throws:
Throwable
-
testDisabled
-
testInvalidPut
-
testInvalidPutInRowMutations
- Throws:
IOException
-
testInvalidPutInRowMutationsInCheckAndMutate
- Throws:
IOException
-