Class OffPeakHours.OffPeakHoursImpl
java.lang.Object
org.apache.hadoop.hbase.regionserver.compactions.OffPeakHours
org.apache.hadoop.hbase.regionserver.compactions.OffPeakHours.OffPeakHoursImpl
- Enclosing class:
- OffPeakHours
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final int(package private) final intFields inherited from class org.apache.hadoop.hbase.regionserver.compactions.OffPeakHours
DISABLED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether it is off-peak hourbooleanisOffPeakHour(int targetHour) Returns whethertargetHouris off-peak hourMethods inherited from class org.apache.hadoop.hbase.regionserver.compactions.OffPeakHours
getInstance, getInstance
-
Field Details
-
startHour
-
endHour
-
-
Constructor Details
-
OffPeakHoursImpl
OffPeakHoursImpl(int startHour, int endHour) - Parameters:
startHour- inclusiveendHour- exclusive
-
-
Method Details
-
isOffPeakHour
Description copied from class:OffPeakHoursReturns whether it is off-peak hour- Specified by:
isOffPeakHourin classOffPeakHours
-
isOffPeakHour
Description copied from class:OffPeakHoursReturns whethertargetHouris off-peak hour- Specified by:
isOffPeakHourin classOffPeakHours
-