public class TestClientScannerRPCTimeout extends Object
Modifier and Type | Class and Description |
---|---|
private static class |
TestClientScannerRPCTimeout.RegionServerWithScanTimeout |
private static class |
TestClientScannerRPCTimeout.RSRpcServicesWithScanTimeout |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static int |
CLIENT_RETRIES_NUMBER |
private static byte[] |
FAMILY |
private static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
private static byte[] |
QUALIFIER |
private static int |
rpcTimeout |
private static HBaseTestingUtility |
TEST_UTIL |
private static byte[] |
VALUE |
Constructor and Description |
---|
TestClientScannerRPCTimeout() |
Modifier and Type | Method and Description |
---|---|
private void |
putToTable(org.apache.hadoop.hbase.client.Table ht,
byte[] rowkey) |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testScannerNextRPCTimesout() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseTestingUtility TEST_UTIL
private static final byte[] FAMILY
private static final byte[] QUALIFIER
private static final byte[] VALUE
private static final int rpcTimeout
private static final int CLIENT_RETRIES_NUMBER
public org.junit.rules.TestName name
public TestClientScannerRPCTimeout()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testScannerNextRPCTimesout() throws Exception
Exception
private void putToTable(org.apache.hadoop.hbase.client.Table ht, byte[] rowkey) throws IOException
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.