public class TestClientSideRegionScanner extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private org.apache.hadoop.conf.Configuration |
conf |
private org.apache.hadoop.fs.FileSystem |
fs |
private org.apache.hadoop.hbase.client.RegionInfo |
hri |
private org.apache.hadoop.hbase.client.TableDescriptor |
htd |
private org.apache.hadoop.fs.Path |
rootDir |
private org.apache.hadoop.hbase.client.Scan |
scan |
private static HBaseTestingUtility |
TEST_UTIL |
| Constructor and Description |
|---|
TestClientSideRegionScanner() |
| Modifier and Type | Method and Description |
|---|---|
void |
setup() |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testConfiguredBlockCache() |
void |
testDefaultBlockCache() |
void |
testNoBlockCache() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private org.apache.hadoop.conf.Configuration conf
private org.apache.hadoop.fs.Path rootDir
private org.apache.hadoop.fs.FileSystem fs
private org.apache.hadoop.hbase.client.TableDescriptor htd
private org.apache.hadoop.hbase.client.RegionInfo hri
private org.apache.hadoop.hbase.client.Scan scan
public TestClientSideRegionScanner()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void setup() throws IOException
IOExceptionpublic void testDefaultBlockCache() throws IOException
IOExceptionpublic void testConfiguredBlockCache() throws IOException
IOExceptionpublic void testNoBlockCache() throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.