|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.netscape.certsrv.util.StatsEvent
public class StatsEvent
A statistics transaction.
Constructor Summary | |
---|---|
StatsEvent(StatsEvent parent)
|
Method Summary | |
---|---|
void |
addSubEvent(StatsEvent st)
|
long |
getAvg()
|
long |
getMax()
|
long |
getMin()
|
java.lang.String |
getName()
Retrieves Transaction name. |
long |
getNoOfOperations()
Retrieves number of operations performed. |
long |
getPercentage()
|
long |
getStdDev()
|
StatsEvent |
getSubEvent(java.lang.String name)
Retrieves a sub transaction. |
java.util.Enumeration |
getSubEventNames()
Retrieves a list of sub transaction names. |
long |
getTimeTaken()
Retrieves total time token in msec. |
long |
getTimeTakenSqSum()
|
void |
incNoOfOperations(long c)
|
void |
incTimeTaken(long c)
|
void |
resetCounters()
|
void |
setName(java.lang.String name)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatsEvent(StatsEvent parent)
Method Detail |
---|
public void setName(java.lang.String name)
public java.lang.String getName()
public void addSubEvent(StatsEvent st)
public java.util.Enumeration getSubEventNames()
public StatsEvent getSubEvent(java.lang.String name)
public void resetCounters()
public long getMax()
public long getMin()
public void incNoOfOperations(long c)
public long getTimeTakenSqSum()
public long getPercentage()
public long getStdDev()
public long getAvg()
public long getNoOfOperations()
public void incTimeTaken(long c)
public long getTimeTaken()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |