public final class PoolStats extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getConnectionWaitCount() |
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() |
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 List<ConnectionProxy> getCurrentlyHangingConnections()
Copyright © 2017 etc.to. All rights reserved.