|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FrequencyDist
FrequencyDist's are what Ranges are made of. They are buckets of aggregate stats within the monitor. For example a FrequencyDist for ms. may be 0-10 ms., 20-40 ms. etc. They have end points, and all FrequencyDists within a range equate to the entire range of possible values for a monitor.
Method Summary | |
---|---|
Monitor |
add(double value)
This method adds a value to the monitor (and aggegates statistics on it) |
void |
disable()
Disable the monitor. |
void |
enable()
enable the monitor. |
double |
getActive()
|
double |
getAvg()
|
double |
getAvgActive()
|
double |
getEndValue()
Get the end value of the FrequencyDist. |
java.util.Date |
getFirstAccess()
|
double |
getHits()
|
JAMonDetailValue |
getJAMonDetailRow()
|
java.util.Date |
getLastAccess()
|
double |
getLastValue()
|
ListenerType |
getListenerType(java.lang.String listenerType)
|
double |
getMax()
|
double |
getMaxActive()
|
double |
getMin()
|
MonKey |
getMonKey()
Return the label associated with this monitor. |
Range |
getRange()
Return the Range object associated with this monitor. |
double |
getStdDev()
|
double |
getTotal()
|
boolean |
hasListeners()
|
boolean |
isActivityTracking()
|
boolean |
isEnabled()
Is the monitor enabled. |
boolean |
isPrimary()
|
void |
reset()
reset all values in the monitor to their defaults |
void |
setActive(double value)
|
void |
setActivityTracking(boolean trackActivity)
|
void |
setFirstAccess(java.util.Date date)
|
void |
setHits(double value)
|
void |
setLastAccess(java.util.Date date)
|
void |
setLastValue(double value)
|
void |
setMax(double value)
|
void |
setMaxActive(double value)
|
void |
setMin(double value)
|
void |
setPrimary(boolean isPrimary)
Indicate that this a primary Monitor. |
void |
setTotal(double value)
|
void |
setTotalActive(double value)
|
Monitor |
start()
Start a monitor. |
Monitor |
stop()
Stop a monitor. |
Method Detail |
---|
double getEndValue()
double getTotal()
void setTotal(double value)
double getAvg()
double getMin()
void setMin(double value)
double getMax()
void setMax(double value)
double getHits()
void setHits(double value)
double getStdDev()
void setFirstAccess(java.util.Date date)
java.util.Date getFirstAccess()
void setLastAccess(java.util.Date date)
java.util.Date getLastAccess()
double getLastValue()
void setLastValue(double value)
Monitor start()
Monitor stop()
Monitor add(double value)
void reset()
void enable()
void disable()
boolean isEnabled()
Range getRange()
MonKey getMonKey()
double getActive()
void setActive(double value)
double getMaxActive()
void setMaxActive(double value)
void setTotalActive(double value)
double getAvgActive()
boolean isPrimary()
void setPrimary(boolean isPrimary)
ListenerType getListenerType(java.lang.String listenerType)
boolean hasListeners()
void setActivityTracking(boolean trackActivity)
boolean isActivityTracking()
JAMonDetailValue getJAMonDetailRow()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |