public class TestAsyncTableBatchRetryImmediately extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.hbase.client.AsyncConnection |
CONN |
private static int |
COUNT |
private static byte[] |
FAMILY |
private static String |
LOG_LEVEL |
private static byte[] |
QUAL |
private static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
private static HBaseTestingUtility |
UTIL |
private static byte[] |
VALUE_PREFIX |
Constructor and Description |
---|
TestAsyncTableBatchRetryImmediately() |
Modifier and Type | Method and Description |
---|---|
static void |
setUp() |
static void |
tearDown() |
void |
test() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility UTIL
private static org.apache.hadoop.hbase.TableName TABLE_NAME
private static byte[] FAMILY
private static byte[] QUAL
private static byte[] VALUE_PREFIX
private static int COUNT
private static org.apache.hadoop.hbase.client.AsyncConnection CONN
public TestAsyncTableBatchRetryImmediately()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.