public class TestSyncTimeRangeTracker extends TestSimpleTimeRangeTracker
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestSyncTimeRangeTracker() |
| Modifier and Type | Method and Description |
|---|---|
protected TimeRangeTracker |
getTimeRangeTracker() |
protected TimeRangeTracker |
getTimeRangeTracker(long min,
long max) |
void |
testArriveAtRightAnswer()
Run a bunch of threads against a single TimeRangeTracker and ensure we arrive
at right range.
|
void |
testConcurrentIncludeTimestampCorrectness()
Run a bunch of threads against a single TimeRangeTracker and ensure we arrive
at right range.
|
testAlwaysDecrementingSetsMaximum, testExtreme, testLegacySerialization, testRangeConstruction, testSerialization, testSimpleInRange, testTimeRangeInitialized, testTimeRangeTrackerNullIsSameAsTimeRangeNullpublic static final HBaseClassTestRule CLASS_RULE
public TestSyncTimeRangeTracker()
protected TimeRangeTracker getTimeRangeTracker()
getTimeRangeTracker in class TestSimpleTimeRangeTrackerprotected TimeRangeTracker getTimeRangeTracker(long min, long max)
getTimeRangeTracker in class TestSimpleTimeRangeTrackerpublic void testArriveAtRightAnswer() throws InterruptedException
InterruptedExceptionpublic void testConcurrentIncludeTimestampCorrectness()
Copyright © 2007–2019 Cloudera. All rights reserved.