public class TestHFilePrettyPrinter extends Object
Modifier and Type | Field and Description |
---|---|
private static byte[] |
cf |
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.conf.Configuration |
conf |
private static byte[] |
fam |
private static org.apache.hadoop.fs.FileSystem |
fs |
private static org.slf4j.Logger |
LOG |
private static PrintStream |
original |
private static PrintStream |
ps |
private static ByteArrayOutputStream |
stream |
private static HBaseTestingUtility |
UTIL |
private static byte[] |
value |
Constructor and Description |
---|
TestHFilePrettyPrinter() |
Modifier and Type | Method and Description |
---|---|
void |
setup() |
void |
teardown() |
void |
testHFilePrettyPrinterNonRootDir() |
void |
testHFilePrettyPrinterRootDir() |
void |
testHFilePrettyPrinterSeekFirstRow() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseTestingUtility UTIL
private static org.apache.hadoop.fs.FileSystem fs
private static org.apache.hadoop.conf.Configuration conf
private static byte[] cf
private static byte[] fam
private static byte[] value
private static PrintStream original
private static PrintStream ps
private static ByteArrayOutputStream stream
public TestHFilePrettyPrinter()
public void teardown()
public void testHFilePrettyPrinterNonRootDir() throws Exception
Exception
public void testHFilePrettyPrinterRootDir() throws Exception
Exception
public void testHFilePrettyPrinterSeekFirstRow() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.