|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PoolStatistic | |
---|---|
com.metamatrix.common.pooling.api | |
com.metamatrix.common.pooling.impl | |
com.metamatrix.common.pooling.impl.statistics |
Uses of PoolStatistic in com.metamatrix.common.pooling.api |
---|
Methods in com.metamatrix.common.pooling.api that return PoolStatistic | |
---|---|
PoolStatistic |
ResourcePoolStatistics.getStatistic(java.lang.String statName)
Returns the PoolStatistic of the monitored statistic object |
Methods in com.metamatrix.common.pooling.api with parameters of type PoolStatistic | |
---|---|
void |
ResourcePoolStatistics.addStatistic(PoolStatistic statistic)
Add a PoolStatistic to be monitored |
Uses of PoolStatistic in com.metamatrix.common.pooling.impl |
---|
Classes in com.metamatrix.common.pooling.impl that implement PoolStatistic | |
---|---|
class |
BasicPoolStatistic
|
Methods in com.metamatrix.common.pooling.impl that return PoolStatistic | |
---|---|
PoolStatistic |
BasicResourcePoolStatistics.getStatistic(java.lang.String statName)
Returns the value of the monitored statistic object This is a Double, or Long |
Methods in com.metamatrix.common.pooling.impl with parameters of type PoolStatistic | |
---|---|
void |
BasicResourcePoolStatistics.addStatistic(PoolStatistic statistic)
|
Uses of PoolStatistic in com.metamatrix.common.pooling.impl.statistics |
---|
Classes in com.metamatrix.common.pooling.impl.statistics that implement PoolStatistic | |
---|---|
class |
AvgStat
AvgStat keeps all the values and averages then. |
class |
CounterStat
|
class |
HighestValueStat
|
class |
LowestValueStat
LowestValueStat tracks the lowest values. |
class |
SumStat
SumStat sums the values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |