|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sonicsw.esb.service.common.metrics.HistoryMode
public class HistoryMode
Type-safe enumeration of supported statistic update modes.
Field Summary | |
---|---|
static HistoryMode |
NONE
Mode indicating no history should be maintained. |
static HistoryMode |
VALUES
Mode indicating that this metric should maintain a set of prior values as captured at each refresh interval and collected over the collection period. |
static HistoryMode |
VALUES_AND_COUNTS
Mode indicating this metric should maintain history (see VALUES ,
and also maintain the number of updates that occurred each refresh
interval. |
Method Summary | |
---|---|
short |
getValue()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final HistoryMode NONE
public static final HistoryMode VALUES
public static final HistoryMode VALUES_AND_COUNTS
VALUES
,
and also maintain the number of updates that occurred each refresh
interval.
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public short getValue()
|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |