|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.dbpool.PoolStats
public final class PoolStats
PIT copy of pool statistics.
Method Summary | |
---|---|
int |
getConnectionWaitCount()
|
java.util.List<ConnectionProxy> |
getCurrentlyHangingConnections()
|
int |
getExpiredDisconnects()
Returns the #of times a connection was closed by the Janitor because it was allocated for way too long. |
long |
getN_rows()
|
int |
getPooledAllocated()
The current #of connections allocated for the POOL. |
int |
getPooledMaxUsed()
|
int |
getPooledUsed()
|
int |
getPoolFailureCount()
|
long |
getResultsetOpenCount()
|
int |
getStatementOpenCount()
|
int |
getStatementPeakCount()
|
long |
getStatementTotalPrepareCount()
|
int |
getTotalAllocations()
Returns the #of times that a connection was allocated from the pool (i.e. |
int |
getTotalDatabaseAllocations()
|
int |
getUnpooledAllocated()
The current #of allocated and used unpooled connections. |
int |
getUnpooledMaxAllocated()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getTotalDatabaseAllocations()
public int getUnpooledAllocated()
public int getUnpooledMaxAllocated()
public int getPooledAllocated()
public int getPooledUsed()
public int getPooledMaxUsed()
public int getTotalAllocations()
public int getConnectionWaitCount()
public int getPoolFailureCount()
public int getExpiredDisconnects()
public int getStatementOpenCount()
public int getStatementPeakCount()
public long getResultsetOpenCount()
public long getStatementTotalPrepareCount()
public long getN_rows()
public java.util.List<ConnectionProxy> getCurrentlyHangingConnections()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |