public interface PoolStatus
| Modifier and Type | Method and Description |
|---|---|
int |
getBusy()
Return number of busy connections.
|
int |
getFree()
Return number of free connections.
|
int |
getHighWaterMark()
Return the busy connection high water mark.
|
int |
getHitCount()
Return the hit count against the pool.
|
int |
getMaxSize()
Return the pools maximum size.
|
int |
getMinSize()
Return the pools minimum size.
|
int |
getWaitCount()
Return the number of times threads had to wait for connections.
|
int |
getWaiting()
Return the number of threads waiting for connections.
|
int getMinSize()
int getMaxSize()
int getFree()
int getBusy()
int getWaiting()
int getHighWaterMark()
int getWaitCount()
int getHitCount()
Copyright © 2018. All rights reserved.