public class TestCheckAndMutate extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static HBaseClassTestRule | CLASS_RULE | 
| private static byte[] | FAMILY | 
| org.junit.rules.TestName | name | 
| private static byte[] | ROWKEY | 
| private static byte[] | ROWKEY2 | 
| private static byte[] | ROWKEY3 | 
| private static byte[] | ROWKEY4 | 
| private static HBaseTestingUtility | TEST_UTIL | 
| Constructor and Description | 
|---|
| TestCheckAndMutate() | 
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private static final byte[] ROWKEY
private static final byte[] ROWKEY2
private static final byte[] ROWKEY3
private static final byte[] ROWKEY4
private static final byte[] FAMILY
public org.junit.rules.TestName name
public TestCheckAndMutate()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionprivate org.apache.hadoop.hbase.client.Table createTable() throws IOException, InterruptedException
IOExceptionInterruptedExceptionprivate void putOneRow(org.apache.hadoop.hbase.client.Table table) throws IOException
IOExceptionprivate void getOneRowAndAssertAllExist(org.apache.hadoop.hbase.client.Table table) throws IOException
IOExceptionprivate void getOneRowAndAssertAllButCExist(org.apache.hadoop.hbase.client.Table table) throws IOException
IOExceptionprivate org.apache.hadoop.hbase.client.RowMutations makeRowMutationsWithColumnCDeleted() throws IOException
IOExceptionprivate org.apache.hadoop.hbase.client.RowMutations getBogusRowMutations() throws IOException
IOException@Deprecated public void testCheckAndMutateForOldApi() throws Throwable
Throwable@Deprecated public void testCheckAndMutateWithSingleFilterForOldApi() throws Throwable
Throwable@Deprecated public void testCheckAndMutateWithMultipleFiltersForOldApi() throws Throwable
Throwable@Deprecated public void testCheckAndMutateWithTimestampFilterForOldApi() throws Throwable
Throwable@Deprecated public void testCheckAndMutateWithFilterAndTimeRangeForOldApi() throws Throwable
Throwable@Deprecated public void testCheckAndMutateWithoutConditionForOldApi() throws Throwable
Throwablepublic void testCheckAndMutate() throws Throwable
Throwablepublic void testCheckAndMutateWithSingleFilter() throws Throwable
Throwablepublic void testCheckAndMutateWithMultipleFilters() throws Throwable
Throwablepublic void testCheckAndMutateWithTimestampFilter() throws Throwable
Throwablepublic void testCheckAndMutateWithFilterAndTimeRange() throws Throwable
Throwablepublic void testCheckAndMutateBuilderWithoutCondition()
public void testCheckAndIncrement() throws Throwable
Throwablepublic void testCheckAndAppend() throws Throwable
Throwablepublic void testCheckAndRowMutations() throws Throwable
Throwablepublic void testCheckAndMutateBatch() throws Throwable
Throwablepublic void testCheckAndMutateBatch2() throws Throwable
Throwablepublic void testCheckAndMutateBatchWithFilter() throws Throwable
Throwablepublic void testCheckAndMutateBatchWithFilterAndTimeRange() throws Throwable
Throwablepublic void testCheckAndIncrementBatch() throws Throwable
Throwablepublic void testCheckAndAppendBatch() throws Throwable
Throwablepublic void testCheckAndRowMutationsBatch() throws Throwable
Throwablepublic void testCheckAndMutateForNull() throws Exception
ExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.