Package org.apache.hadoop.hbase.client
Class TestAsyncTable
java.lang.Object
org.apache.hadoop.hbase.client.TestAsyncTable
-
Field Summary
Modifier and TypeFieldDescriptionprivate static org.apache.hadoop.hbase.client.AsyncConnection
static final HBaseClassTestRule
private static byte[]
Supplier<org.apache.hadoop.hbase.client.AsyncTable<?>>
private static int
private static byte[]
private byte[]
private static org.apache.hadoop.hbase.TableName
private static final HBaseTestingUtil
org.junit.rules.TestName
private static byte[]
-
Constructor Summary
-
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()
void
setUp()
static void
static void
void
void
void
void
void
Deprecated.void
void
void
void
void
void
void
void
Deprecated.void
void
Deprecated.void
void
Deprecated.void
Deprecated.void
void
Deprecated.void
void
Deprecated.void
void
Deprecated.void
void
Deprecated.void
void
void
void
void
void
void
void
void
void
-
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
-