|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.telemetry.analyzer.reducer.util.IntervalUtility
public class IntervalUtility
Provides utility functions for processing Intervals.
Nested Class Summary | |
---|---|
static class |
IntervalUtility.Period
Provides a Time period, which is either day, week or month. |
Constructor Summary | |
---|---|
IntervalUtility()
|
Method Summary | |
---|---|
static java.util.List<IntervalUtility.Period> |
getPeriods(org.hackystat.utilities.time.interval.Interval interval)
Gets time periods in the interval. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntervalUtility()
Method Detail |
---|
public static java.util.List<IntervalUtility.Period> getPeriods(org.hackystat.utilities.time.interval.Interval interval) throws org.hackystat.utilities.time.interval.IllegalIntervalException
interval
- The interval.
IntervalUtility.Period
objects.
org.hackystat.utilities.time.interval.IllegalIntervalException
- If the interval is not recognized.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |