public class TestRawAsyncTablePartialScan 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[][] |
CQS |
private static byte[] |
FAMILY |
private static org.apache.hadoop.hbase.client.AsyncTable<?> |
TABLE |
private static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
private static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestRawAsyncTablePartialScan() |
Modifier and Type | Method and Description |
---|---|
static void |
setUp() |
static void |
tearDown() |
void |
testBatchDoNotAllowPartial() |
void |
testReversedBatchDoNotAllowPartial() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private static org.apache.hadoop.hbase.TableName TABLE_NAME
private static byte[] FAMILY
private static byte[][] CQS
private static int COUNT
private static org.apache.hadoop.hbase.client.AsyncConnection CONN
private static org.apache.hadoop.hbase.client.AsyncTable<?> TABLE
public TestRawAsyncTablePartialScan()
public void testBatchDoNotAllowPartial() throws InterruptedException, ExecutionException
public void testReversedBatchDoNotAllowPartial() throws InterruptedException, ExecutionException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.