public class JCAConnectionPoolStatsImpl extends JCAConnectionStatsImpl
enabled
Constructor and Description |
---|
JCAConnectionPoolStatsImpl(String connectionFactory,
String managedConnectionFactory,
TimeStatisticImpl waitTime,
TimeStatisticImpl useTime,
CountStatisticImpl closeCount,
CountStatisticImpl createCount,
BoundedRangeStatisticImpl freePoolSize,
BoundedRangeStatisticImpl poolSize,
RangeStatisticImpl waitingThreadCount) |
Modifier and Type | Method and Description |
---|---|
CountStatisticImpl |
getCloseCount() |
CountStatisticImpl |
getCreateCount() |
BoundedRangeStatisticImpl |
getFreePoolSize() |
BoundedRangeStatisticImpl |
getPoolSize() |
RangeStatisticImpl |
getWaitingThreadCount() |
getConnectionFactory, getManagedConnectionFactory, getUseTime, getWaitTime
addStatistic, getStatistic, getStatisticNames, getStatistics, reset
appendFieldDescription, getDescription, getLastSampleTime, getName, getStartTime, getUnit, isDoReset, isEnabled, setDoReset, setEnabled, toString, updateSampleTime
public JCAConnectionPoolStatsImpl(String connectionFactory, String managedConnectionFactory, TimeStatisticImpl waitTime, TimeStatisticImpl useTime, CountStatisticImpl closeCount, CountStatisticImpl createCount, BoundedRangeStatisticImpl freePoolSize, BoundedRangeStatisticImpl poolSize, RangeStatisticImpl waitingThreadCount)
public CountStatisticImpl getCloseCount()
public CountStatisticImpl getCreateCount()
public BoundedRangeStatisticImpl getFreePoolSize()
public BoundedRangeStatisticImpl getPoolSize()
public RangeStatisticImpl getWaitingThreadCount()
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.