public class TestOffPeakHours extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private org.apache.hadoop.conf.Configuration |
conf |
private int |
hourMinusOne |
private int |
hourMinusTwo |
private int |
hourOfDay |
private int |
hourPlusOne |
private static HBaseTestingUtility |
testUtil |
Constructor and Description |
---|
TestOffPeakHours() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
static void |
setUpClass() |
void |
testSetPeakHourOutsideCurrentSelection() |
void |
testSetPeakHourToTargetTime() |
void |
testWithoutSettings() |
public static final HBaseClassTestRule CLASS_RULE
private static HBaseTestingUtility testUtil
private int hourOfDay
private int hourPlusOne
private int hourMinusOne
private int hourMinusTwo
private org.apache.hadoop.conf.Configuration conf
public TestOffPeakHours()
public static void setUpClass()
public void setUp()
public void testWithoutSettings()
public void testSetPeakHourToTargetTime()
public void testSetPeakHourOutsideCurrentSelection()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.