public interface PoolMetric
| Modifier and Type | Method and Description |
|---|---|
long |
getExhaustedTime() |
boolean |
getIsActive() |
String |
getName() |
int |
getNumActive() |
int |
getNumBlockedThreads() |
int |
getNumIdle() |
int getNumActive()
int getNumIdle()
int getNumBlockedThreads()
String getName()
boolean getIsActive()
long getExhaustedTime()
Copyright © 2014. All Rights Reserved.