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)
|
long |
getAveragePoolTime()
Get the average time for a connection in the pool (milliseconds)
|
long |
getAverageUsageTime()
Get the average time spent using 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)
|
long |
getMaxPoolTime()
Get max pool time (milliseconds)
|
long |
getMaxUsageTime()
Get max usage 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)
|
long |
getTotalPoolTime()
Get the total time for connections in the pool (milliseconds)
|
long |
getTotalUsageTime()
Get the total time spent using 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()
long getAveragePoolTime()
long getAverageUsageTime()
int getBlockingFailureCount()
int getCreatedCount()
int getDestroyedCount()
int getIdleCount()
int getInUseCount()
long getMaxCreationTime()
long getMaxGetTime()
long getMaxPoolTime()
long getMaxUsageTime()
int getMaxUsedCount()
int getMaxWaitCount()
long getMaxWaitTime()
int getTimedOut()
long getTotalBlockingTime()
long getTotalCreationTime()
long getTotalGetTime()
long getTotalPoolTime()
long getTotalUsageTime()
int getWaitCount()
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)