Package org.apache.hadoop.hbase.client
Class TestCheckAndMutate
java.lang.Object
org.apache.hadoop.hbase.client.TestCheckAndMutate
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final byte[]
org.junit.rules.TestName
private static final byte[]
private static final byte[]
private static final byte[]
private static final byte[]
private static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate org.apache.hadoop.hbase.client.Table
private org.apache.hadoop.hbase.client.RowMutations
private void
getOneRowAndAssertAllButCExist
(org.apache.hadoop.hbase.client.Table table) private void
getOneRowAndAssertAllExist
(org.apache.hadoop.hbase.client.Table table) private org.apache.hadoop.hbase.client.RowMutations
private void
putOneRow
(org.apache.hadoop.hbase.client.Table table) static void
static void
void
void
void
void
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
-
Field Details
-
CLASS_RULE
-
TEST_UTIL
-
ROWKEY
-
ROWKEY2
-
ROWKEY3
-
ROWKEY4
-
FAMILY
-
name
-
-
Constructor Details
-
TestCheckAndMutate
public TestCheckAndMutate()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
createTable
- Throws:
IOException
InterruptedException
-
putOneRow
- Throws:
IOException
-
getOneRowAndAssertAllExist
private void getOneRowAndAssertAllExist(org.apache.hadoop.hbase.client.Table table) throws IOException - Throws:
IOException
-
getOneRowAndAssertAllButCExist
private void getOneRowAndAssertAllButCExist(org.apache.hadoop.hbase.client.Table table) throws IOException - Throws:
IOException
-
makeRowMutationsWithColumnCDeleted
private org.apache.hadoop.hbase.client.RowMutations makeRowMutationsWithColumnCDeleted() throws IOException- Throws:
IOException
-
getBogusRowMutations
- Throws:
IOException
-
testCheckAndMutateForOldApi
Deprecated.- Throws:
Throwable
-
testCheckAndMutateWithSingleFilterForOldApi
Deprecated.- Throws:
Throwable
-
testCheckAndMutateWithMultipleFiltersForOldApi
Deprecated.- Throws:
Throwable
-
testCheckAndMutateWithTimestampFilterForOldApi
Deprecated.- Throws:
Throwable
-
testCheckAndMutateWithFilterAndTimeRangeForOldApi
Deprecated.- Throws:
Throwable
-
testCheckAndMutateWithoutConditionForOldApi
Deprecated.- Throws:
Throwable
-
testCheckAndMutate
- Throws:
Throwable
-
testCheckAndMutateWithSingleFilter
- Throws:
Throwable
-
testCheckAndMutateWithMultipleFilters
- Throws:
Throwable
-
testCheckAndMutateWithTimestampFilter
- Throws:
Throwable
-
testCheckAndMutateWithFilterAndTimeRange
- Throws:
Throwable
-
testCheckAndMutateBuilderWithoutCondition
-
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
-
testCheckAndMutateForNull
- Throws:
Exception
-