Package org.apache.hadoop.hbase.client
Class TestCheckAndMutate
java.lang.Object
org.apache.hadoop.hbase.client.TestCheckAndMutate
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static final byte[]org.junit.rules.TestNameprivate static final byte[]private static final byte[]private static final byte[]private static final byte[]private static final HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate org.apache.hadoop.hbase.client.Tableprivate org.apache.hadoop.hbase.client.RowMutationsprivate voidgetOneRowAndAssertAllButCExist(org.apache.hadoop.hbase.client.Table table) private voidgetOneRowAndAssertAllExist(org.apache.hadoop.hbase.client.Table table) private org.apache.hadoop.hbase.client.RowMutationsprivate voidputOneRow(org.apache.hadoop.hbase.client.Table table) static voidstatic voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidDeprecated.voidvoidDeprecated.voidvoidDeprecated.voidDeprecated.voidvoidDeprecated.voidvoidDeprecated.voidvoid
-
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:
IOExceptionInterruptedException
-
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
-