Class TestCellCounter
java.lang.Object
org.apache.hadoop.hbase.mapreduce.TestCellCounter
@Tag("org.apache.hadoop.hbase.testclassification.MapReduceTests") @Tag("org.apache.hadoop.hbase.testclassification.LargeTests")
public class TestCellCounter
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final byte[]private static final Stringprivate static final byte[]private static final Stringprivate static org.apache.hadoop.fs.Pathprivate static longprivate static final Stringprivate static final byte[]private static final byte[]private static final byte[]private static final HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidprivate booleanvoidtestCellCounteEndTimeRange(org.junit.jupiter.api.TestInfo testInfo) Test CellCounter with time range all data should print to outputvoidtestCellCounteOutOfTimeRange(org.junit.jupiter.api.TestInfo testInfo) Test CellCounter with time range all data should print to outputvoidtestCellCounter(org.junit.jupiter.api.TestInfo testInfo) Test CellCounter all data should print to outputvoidtestCellCounterForCompleteTable(org.junit.jupiter.api.TestInfo testInfo) Test CellCounter for complete table all data should print to outputvoidTest main method of CellCountervoidtestCellCounterPrefix(org.junit.jupiter.api.TestInfo testInfo) Test CellCounter all data should print to outputvoidtestCellCounterStartTimeRange(org.junit.jupiter.api.TestInfo testInfo) Test CellCounter with time range all data should print to outputvoid
-
Field Details
-
UTIL
-
ROW1
-
ROW2
-
FAMILY_A_STRING
- See Also:
-
FAMILY_B_STRING
- See Also:
-
FAMILY_A
-
FAMILY_B
-
QUALIFIER
-
FQ_OUTPUT_DIR
-
OUTPUT_DIR
-
now
-
-
Constructor Details
-
TestCellCounter
public TestCellCounter()
-
-
Method Details
-
beforeClass
- Throws:
Exception
-
afterClass
- Throws:
Exception
-
testCellCounter
Test CellCounter all data should print to output- Throws:
Exception
-
testCellCounterPrefix
Test CellCounter all data should print to output- Throws:
Exception
-
testCellCounterStartTimeRange
@Test public void testCellCounterStartTimeRange(org.junit.jupiter.api.TestInfo testInfo) throws Exception Test CellCounter with time range all data should print to output- Throws:
Exception
-
testCellCounteEndTimeRange
@Test public void testCellCounteEndTimeRange(org.junit.jupiter.api.TestInfo testInfo) throws Exception Test CellCounter with time range all data should print to output- Throws:
Exception
-
testCellCounteOutOfTimeRange
@Test public void testCellCounteOutOfTimeRange(org.junit.jupiter.api.TestInfo testInfo) throws Exception Test CellCounter with time range all data should print to output- Throws:
Exception
-
runCount
- Throws:
Exception
-
testCellCounterMain
Test main method of CellCounter- Throws:
Exception
-
testCellCounterForCompleteTable
@Test public void testCellCounterForCompleteTable(org.junit.jupiter.api.TestInfo testInfo) throws Exception Test CellCounter for complete table all data should print to output- Throws:
Exception
-
TestCellCounterWithoutOutputDir
- Throws:
Exception
-