public interface ManagedGenericKeyedObjectPoolMBean<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
clearOldest() |
boolean |
getLifo() |
int |
getMaxActive() |
int |
getMaxIdle() |
int |
getMaxTotal() |
long |
getMaxWait() |
long |
getMinEvictableIdleTimeMillis() |
int |
getMinIdle() |
int |
getNumActive() |
int |
getNumIdle() |
int |
getNumTestsPerEvictionRun() |
boolean |
getTestOnBorrow() |
boolean |
getTestWhileIdle() |
long |
getTimeBetweenEvictionRunsMillis() |
int getNumTestsPerEvictionRun()
int getNumActive()
int getNumIdle()
int getMinIdle()
boolean getTestOnBorrow()
long getTimeBetweenEvictionRunsMillis()
long getMinEvictableIdleTimeMillis()
boolean getTestWhileIdle()
boolean getLifo()
void clear()
void clearOldest()
long getMaxWait()
int getMaxTotal()
int getMaxActive()
int getMaxIdle()
Copyright © 2015. All Rights Reserved.