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
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void setup() throws IOException
IOException
public void testDefaultBlockCache() throws IOException
IOException
public void testConfiguredBlockCache() throws IOException
IOException
public void testNoBlockCache() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.