public class TestDataBlockEncodingTool extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.conf.Configuration |
conf |
private static org.apache.hadoop.fs.FileSystem |
fs |
private static String |
ROOT_DIR |
private static org.apache.hadoop.hbase.regionserver.StoreFileWriter |
sfw |
private static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestDataBlockEncodingTool() |
Modifier and Type | Method and Description |
---|---|
private void |
createHFileWithTags(org.apache.hadoop.fs.Path path,
boolean useTags,
boolean allTags) |
void |
setUp() |
private static void |
testDataBlockingTool(org.apache.hadoop.fs.Path path) |
private void |
testHFile(String fileName,
boolean useTags,
boolean allTags) |
void |
testHFileAllCellsWithoutTags() |
void |
testHFileAllCellsWithTags() |
void |
testHFileHalfCellsWithTags() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private static final org.apache.hadoop.conf.Configuration conf
private static org.apache.hadoop.fs.FileSystem fs
private static org.apache.hadoop.hbase.regionserver.StoreFileWriter sfw
public TestDataBlockEncodingTool()
public void setUp() throws IOException
IOException
private void testHFile(String fileName, boolean useTags, boolean allTags) throws IOException
IOException
private void createHFileWithTags(org.apache.hadoop.fs.Path path, boolean useTags, boolean allTags) throws IOException
IOException
private static void testDataBlockingTool(org.apache.hadoop.fs.Path path) throws IOException
IOException
public void testHFileAllCellsWithTags() throws IOException
IOException
public void testHFileAllCellsWithoutTags() throws IOException
IOException
public void testHFileHalfCellsWithTags() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.