public class TestAsyncSingleRequestRpcRetryingCaller extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.hbase.client.AsyncConnectionImpl |
CONN |
private static byte[] |
FAMILY |
private static byte[] |
QUALIFIER |
private static byte[] |
ROW |
private static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
private static HBaseTestingUtility |
TEST_UTIL |
private static byte[] |
VALUE |
Constructor and Description |
---|
TestAsyncSingleRequestRpcRetryingCaller() |
Modifier and Type | Method and Description |
---|---|
private <T> CompletableFuture<T> |
failedFuture() |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testLocateError() |
void |
testMaxRetries() |
void |
testOperationTimeout() |
void |
testRegionMove() |
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[] QUALIFIER
private static byte[] ROW
private static byte[] VALUE
private static org.apache.hadoop.hbase.client.AsyncConnectionImpl CONN
public TestAsyncSingleRequestRpcRetryingCaller()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testRegionMove() throws InterruptedException, ExecutionException, IOException
private <T> CompletableFuture<T> failedFuture()
public void testMaxRetries() throws IOException, InterruptedException
IOException
InterruptedException
public void testOperationTimeout() throws IOException, InterruptedException
IOException
InterruptedException
public void testLocateError() throws IOException, InterruptedException, ExecutionException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.