public class TestBlocksScanned extends Object
Modifier and Type | Field and Description |
---|---|
private static int |
BLOCK_SIZE |
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
COL |
private org.apache.hadoop.conf.Configuration |
conf |
private static byte[] |
END_KEY |
private static byte[] |
FAMILY |
private static byte[] |
START_KEY |
private static HBaseTestingUtility |
TEST_UTIL |
private org.apache.hadoop.fs.Path |
testDir |
Constructor and Description |
---|
TestBlocksScanned() |
Modifier and Type | Method and Description |
---|---|
private void |
_testBlocksScanned(org.apache.hadoop.hbase.client.TableDescriptor td) |
void |
setUp() |
void |
testBlocksScanned() |
void |
testBlocksScannedWithEncoding() |
public static final HBaseClassTestRule CLASS_RULE
private static byte[] FAMILY
private static byte[] COL
private static byte[] START_KEY
private static byte[] END_KEY
private static int BLOCK_SIZE
private static HBaseTestingUtility TEST_UTIL
private org.apache.hadoop.conf.Configuration conf
private org.apache.hadoop.fs.Path testDir
public TestBlocksScanned()
public void testBlocksScanned() throws Exception
Exception
public void testBlocksScannedWithEncoding() throws Exception
Exception
private void _testBlocksScanned(org.apache.hadoop.hbase.client.TableDescriptor td) throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.