Package org.apache.hadoop.hbase.client
Class TestAsyncTable
java.lang.Object
org.apache.hadoop.hbase.client.TestAsyncTable
@Tag("org.apache.hadoop.hbase.testclassification.MediumTests") @Tag("org.apache.hadoop.hbase.testclassification.ClientTests")
public class TestAsyncTable
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static org.apache.hadoop.hbase.client.AsyncConnectionprivate static byte[]private final Supplier<org.apache.hadoop.hbase.client.AsyncTable<?>>private static intprivate static byte[]private byte[]private static final AtomicIntegerprivate static org.apache.hadoop.hbase.TableNameprivate static final HBaseTestingUtilprivate static byte[] -
Constructor Summary
ConstructorsConstructorDescriptionTestAsyncTable(Supplier<org.apache.hadoop.hbase.client.AsyncTable<?>> getTable) -
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()static Stream<org.junit.jupiter.params.provider.Arguments>voidsetUp()static voidstatic voidvoidvoidvoidvoidvoidDeprecated.voidvoidvoidvoidvoidvoidvoidvoidDeprecated.voidvoidDeprecated.voidvoidDeprecated.voidDeprecated.voidvoidDeprecated.voidvoidDeprecated.voidvoidDeprecated.voidvoidDeprecated.voidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Field Details
-
TEST_UTIL
-
TABLE_NAME
-
FAMILY
-
QUALIFIER
-
VALUE
-
MAX_KEY_VALUE_SIZE
-
ASYNC_CONN
-
ROW_COUNTER
-
row
-
getTable
-
-
Constructor Details
-
TestAsyncTable
-
-
Method Details
-
getRawTable
-
getTable
-
parameters
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
setUp
-
testSimple
- Throws:
Exception
-
concat
-
testSimpleMultiple
- Throws:
Exception
-
testIncrement
-
testAppend
-
testMutateRow
@TestTemplate public void testMutateRow() throws InterruptedException, ExecutionException, IOException -
testCheckAndPutForOldApi
@TestTemplate @Deprecated public void testCheckAndPutForOldApi() throws InterruptedException, ExecutionExceptionDeprecated. -
testCheckAndDeleteForOldApi
@TestTemplate @Deprecated public void testCheckAndDeleteForOldApi() throws InterruptedException, ExecutionExceptionDeprecated. -
testCheckAndMutateForOldApi
@TestTemplate @Deprecated public void testCheckAndMutateForOldApi() throws InterruptedException, ExecutionExceptionDeprecated. -
testCheckAndMutateWithTimeRangeForOldApi
Deprecated.- Throws:
Exception
-
testCheckAndMutateWithSingleFilterForOldApi
@TestTemplate @Deprecated public void testCheckAndMutateWithSingleFilterForOldApi() throws ThrowableDeprecated.- Throws:
Throwable
-
testCheckAndMutateWithMultipleFiltersForOldApi
@TestTemplate @Deprecated public void testCheckAndMutateWithMultipleFiltersForOldApi() throws ThrowableDeprecated.- Throws:
Throwable
-
testCheckAndMutateWithTimestampFilterForOldApi
@TestTemplate @Deprecated public void testCheckAndMutateWithTimestampFilterForOldApi() throws ThrowableDeprecated.- Throws:
Throwable
-
testCheckAndMutateWithFilterAndTimeRangeForOldApi
@TestTemplate @Deprecated public void testCheckAndMutateWithFilterAndTimeRangeForOldApi() throws ThrowableDeprecated.- 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
-
testInvalidMutation
- Throws:
Exception
-
testInvalidMutationInRowMutations
- Throws:
IOException
-
testInvalidMutationInRowMutationsInCheckAndMutate
- Throws:
IOException
-