|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectanon.infoservice.PerformanceEntry.PerformanceAttributeEntry
public static class PerformanceEntry.PerformanceAttributeEntry
An entry that holds values of performance attributes.
| Method Summary | |
|---|---|
int |
getAverageValue()
Returns the average value. |
int |
getBound()
Returns the bound value. |
long |
getDayTimestamp()
Returns the day timestamp of the entry. |
int |
getErrors()
Returns the amount of errors. |
int |
getMaxValue()
Returns the max value. |
int |
getMinValue()
Returns the min value. |
int |
getResets()
Only useful for PACKETS attribute. |
double |
getStdDeviation()
Returns the standard deviation. |
int |
getSuccess()
|
int |
getUnknown()
The amount of attempts that should have been made but were not. |
int |
getValueSize()
Returns the amount of values and errors. |
void |
setErrors(int a_errors)
|
void |
setResets(int a_resets)
|
void |
setSuccess(int a_iSuccess)
|
void |
setUnknown(int a_unknown)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getAverageValue()
public int getMinValue()
public int getMaxValue()
public int getBound()
public double getStdDeviation()
public void setErrors(int a_errors)
public int getErrors()
public void setResets(int a_resets)
public int getResets()
public int getUnknown()
public void setUnknown(int a_unknown)
public void setSuccess(int a_iSuccess)
public int getSuccess()
public int getValueSize()
public long getDayTimestamp()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||