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
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void testRegionMove() throws InterruptedException, ExecutionException, IOException
private <T> CompletableFuture<T> failedFuture()
public void testMaxRetries() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void testOperationTimeout() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void testLocateError() throws IOException, InterruptedException, ExecutionException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.