|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface History
An immutable history of a metric for a given window in time.
Method Summary | |
---|---|
DateTime |
getEndTime()
Get the timestamp (including time zone information) at which this history window ends. |
DateTime |
getStartTime()
Get the timestamp (including time zone information) at which this history window starts. |
Statistics[] |
getStats()
Get the statistics for that make up the history. |
long |
getTotalDuration(TimeUnit unit)
Get the total duration of this history window. |
Window |
getWindow()
Get the kind of window. |
Method Detail |
---|
Window getWindow()
long getTotalDuration(TimeUnit unit)
unit
- the desired time unit; if null, then TimeUnit.SECONDS
is used
DateTime getStartTime()
DateTime getEndTime()
Statistics[] getStats()
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |