public class TestIncrementAndAppendWithNullResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestIncrementAndAppendWithNullResult.MyObserver |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
qualifierCol1 |
private static byte[] |
ROW_A |
private static org.apache.hadoop.hbase.client.Table |
table |
private static byte[] |
TEST_FAMILY |
private static org.apache.hadoop.hbase.TableName |
TEST_TABLE |
private static HBaseTestingUtility |
util |
Constructor and Description |
---|
TestIncrementAndAppendWithNullResult() |
Modifier and Type | Method and Description |
---|---|
private static void |
checkResult(Object[] results) |
private static void |
checkResult(org.apache.hadoop.hbase.client.Result r) |
static void |
setupBeforeClass() |
static void |
tearDownAfterClass() |
void |
testAppend() |
private void |
testAppend(org.apache.hadoop.hbase.client.Append append) |
private void |
testAppend(org.apache.hadoop.hbase.client.Increment inc) |
void |
testIncrement() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility util
private static final org.apache.hadoop.hbase.TableName TEST_TABLE
private static final byte[] TEST_FAMILY
private static final byte[] ROW_A
private static final byte[] qualifierCol1
private static org.apache.hadoop.hbase.client.Table table
public TestIncrementAndAppendWithNullResult()
public static void setupBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testIncrement() throws Exception
Exception
private void testAppend(org.apache.hadoop.hbase.client.Increment inc) throws Exception
Exception
public void testAppend() throws Exception
Exception
private void testAppend(org.apache.hadoop.hbase.client.Append append) throws Exception
Exception
private static void checkResult(org.apache.hadoop.hbase.client.Result r)
private static void checkResult(Object[] results)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.