Class TestHFileProcedurePrettyPrinter
java.lang.Object
org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStoreTestBase
org.apache.hadoop.hbase.procedure2.store.region.TestHFileProcedurePrettyPrinter
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final org.slf4j.Logger
Fields inherited from class org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStoreTestBase
htu, region, store
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncheckOutput
(BufferedReader reader, org.apache.commons.lang3.mutable.MutableLong putCount, org.apache.commons.lang3.mutable.MutableLong deleteCount, org.apache.commons.lang3.mutable.MutableLong markDeletedCount) void
test()
Methods inherited from class org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStoreTestBase
setUp, tearDown
-
Field Details
-
CLASS_RULE
-
LOG
-
-
Constructor Details
-
TestHFileProcedurePrettyPrinter
public TestHFileProcedurePrettyPrinter()
-
-
Method Details
-
checkOutput
private List<String> checkOutput(BufferedReader reader, org.apache.commons.lang3.mutable.MutableLong putCount, org.apache.commons.lang3.mutable.MutableLong deleteCount, org.apache.commons.lang3.mutable.MutableLong markDeletedCount) throws IOException - Throws:
IOException
-
test
- Throws:
Exception
-