public interface PoolProperties
Modifier and Type | Method and Description |
---|---|
long |
getIdleTimeout()
gets the idle connection timeout value
|
int |
getMaxPoolSize()
gets the max pool size of the pool
|
int |
getResizeQuantity()
gets the resize quantity of the pool
|
int |
getSteadyPoolSize()
gets the steady pool size of the pool
|
int |
getWaitQueueLength()
gets the current wait queue length
|
int getSteadyPoolSize()
int getMaxPoolSize()
int getResizeQuantity()
long getIdleTimeout()
int getWaitQueueLength()
Copyright © 2019. All rights reserved.