public class TestScannerTimeoutHandling extends Object
Modifier and Type | Class and Description |
---|---|
private static class |
TestScannerTimeoutHandling.RegionServerWithScanTimeout |
private static class |
TestScannerTimeoutHandling.RSRpcServicesWithScanTimeout |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.hbase.client.Connection |
CONN |
private static org.slf4j.Logger |
LOG |
private static MetricsAssertHelper |
METRICS_ASSERT |
org.junit.rules.TestName |
name |
private static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
private static HBaseTestingUtility |
TEST_UTIL |
private static int |
TIMEOUT |
Constructor and Description |
---|
TestScannerTimeoutHandling() |
Modifier and Type | Method and Description |
---|---|
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testExceededClientDeadline()
If a client's timeout would be exceeded before scan results are ready, there is no point
returning results to the client.
|
private static final org.slf4j.Logger LOG
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private static final MetricsAssertHelper METRICS_ASSERT
private static final int TIMEOUT
private static final org.apache.hadoop.hbase.TableName TABLE_NAME
private static org.apache.hadoop.hbase.client.Connection CONN
public org.junit.rules.TestName name
public TestScannerTimeoutHandling()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testExceededClientDeadline() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.