WSTimeStatisticpublic class TimeStatisticImpl extends StatisticImpl implements TimeStatistic
| Modifier and Type | Field and Description |
|---|---|
protected long |
count
Deprecated.
|
protected long |
max
Deprecated.
|
protected long |
min
Deprecated.
|
protected long |
sumOfSquares
Deprecated.
|
protected long |
total
Deprecated.
|
| Constructor and Description |
|---|
TimeStatisticImpl(int dataId)
Deprecated.
|
TimeStatisticImpl(int count,
int min,
int max,
int total,
int sumOfSquares,
int startTime,
int lastSampleTime)
Deprecated.
|
TimeStatisticImpl(int dataId,
long count,
long min,
long max,
long total,
long sumOfSquares,
long startTime,
long lastSampleTime)
Deprecated.
|
TimeStatisticImpl(int id,
java.lang.String name,
java.lang.String unit,
java.lang.String description,
long startTime,
long lastSampleTime)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(long val)
Deprecated.
|
void |
combine(Statistic otherStat)
Deprecated.
Aggregate the value of parameter data to this data
|
Statistic |
delta(Statistic otherStat)
Deprecated.
|
long |
getCount()
Deprecated.
|
long |
getMax()
Deprecated.
|
long |
getMaxTime()
Deprecated.
|
double |
getMean()
Deprecated.
|
long |
getMin()
Deprecated.
|
long |
getMinTime()
Deprecated.
|
long |
getSumOfSquares()
Deprecated.
|
long |
getTotal()
Deprecated.
|
long |
getTotalTime()
Deprecated.
|
void |
reset()
Deprecated.
Reset the createTime
|
void |
reset(boolean resetAll)
Deprecated.
|
void |
resetOnClient(Statistic other)
Deprecated.
Reset the data value to zero on client side.
|
void |
set(long count,
long min,
long max,
long total,
long sumOfSquares,
long startTime,
long lastSampleTime)
Deprecated.
|
void |
setDataId(int id)
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
java.lang.String |
toString(java.lang.String indent)
Deprecated.
|
void |
update(Statistic otherStat)
Deprecated.
Update itself with the new value in data.
|
disable, enable, getDataInfo, getDescription, getId, getLastSampleTime, getName, getStartTime, getUnit, isEnabled, setDataInfo, setDataInfo, setLastSampleTime, setStartTime, toXMLclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDescription, getLastSampleTime, getName, getStartTime, getUnitprotected long count
protected long min
protected long max
protected long total
protected long sumOfSquares
public TimeStatisticImpl(int dataId)
public TimeStatisticImpl(int count,
int min,
int max,
int total,
int sumOfSquares,
int startTime,
int lastSampleTime)
public TimeStatisticImpl(int dataId,
long count,
long min,
long max,
long total,
long sumOfSquares,
long startTime,
long lastSampleTime)
public TimeStatisticImpl(int id,
java.lang.String name,
java.lang.String unit,
java.lang.String description,
long startTime,
long lastSampleTime)
public void setDataId(int id)
public void add(long val)
public void set(long count,
long min,
long max,
long total,
long sumOfSquares,
long startTime,
long lastSampleTime)
public void reset()
StatisticImplreset in class StatisticImplpublic void reset(boolean resetAll)
public long getCount()
getCount in interface TimeStatisticpublic long getTotal()
public double getMean()
public long getMin()
public long getMax()
public long getTotalTime()
getTotalTime in interface TimeStatisticpublic long getMinTime()
getMinTime in interface TimeStatisticpublic long getMaxTime()
getMaxTime in interface TimeStatisticpublic long getSumOfSquares()
public void combine(Statistic otherStat)
StatisticImplcombine in class StatisticImplotherStat - must have the same data ID and typepublic java.lang.String toString()
toString in class StatisticImplpublic java.lang.String toString(java.lang.String indent)
toString in class StatisticImplpublic void update(Statistic otherStat)
StatisticImplupdate in class StatisticImplotherStat - must have the same data ID and typepublic Statistic delta(Statistic otherStat)
delta in class StatisticImplotherStat - must have the same data ID and typepublic void resetOnClient(Statistic other)
StatisticImplresetOnClient in class StatisticImplother - must have the same data ID and type