public interface PoolStatistics extends StatisticsPlugin
Modifier and Type | Method and Description |
---|---|
int |
getActiveCount()
Get active count
|
int |
getAvailableCount()
Get the available count
|
long |
getAverageBlockingTime()
Get the average time spent waiting on a connection (milliseconds)
|
long |
getAverageCreationTime()
Get the average time spent creating a connection (milliseconds)
|
long |
getAverageGetTime()
Get the average time spent obtaining a connection (milliseconds)
|
int |
getBlockingFailureCount()
Get the blocking failure count
|
int |
getCreatedCount()
Get created count
|
int |
getDestroyedCount()
Get destroyed count
|
int |
getIdleCount()
Get idle count
|
int |
getInUseCount()
Get in use count
|
long |
getMaxCreationTime()
Get max creation time (milliseconds)
|
long |
getMaxGetTime()
Get max get time (milliseconds)
|
int |
getMaxUsedCount()
Get max used count
|
int |
getMaxWaitCount()
Get max wait count
|
long |
getMaxWaitTime()
Get max wait time (milliseconds)
|
int |
getTimedOut()
Get timed out
|
long |
getTotalBlockingTime()
Get the total time spent waiting on connections (milliseconds)
|
long |
getTotalCreationTime()
Get the total time spent creating connections (milliseconds)
|
long |
getTotalGetTime()
Get the total time spent obtaining connections (milliseconds)
|
int |
getWaitCount()
Get wait count
|
clear, getDescription, getDescription, getNames, getType, getValue, isEnabled, setEnabled
int getActiveCount()
int getAvailableCount()
long getAverageBlockingTime()
long getAverageCreationTime()
long getAverageGetTime()
int getBlockingFailureCount()
int getCreatedCount()
int getDestroyedCount()
int getIdleCount()
int getInUseCount()
long getMaxCreationTime()
long getMaxGetTime()
int getMaxUsedCount()
int getMaxWaitCount()
long getMaxWaitTime()
int getTimedOut()
long getTotalBlockingTime()
long getTotalCreationTime()
long getTotalGetTime()
int getWaitCount()
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)