public interface DatabasePoolingProfile
PoolingProfile which serves a more general
purpose, this interface should be used when configuring
pooling for JDBC connections| Modifier and Type | Method and Description |
|---|---|
int |
getAcquireIncrement() |
int |
getMaxPoolSize() |
int |
getMaxWait() |
TimeUnit |
getMaxWaitUnit() |
int |
getMinPoolSize() |
int |
getPreparedStatementCacheSize() |
int getMaxPoolSize()
int getMinPoolSize()
int getAcquireIncrement()
int getPreparedStatementCacheSize()
int getMaxWait()
TimeUnit getMaxWaitUnit()
TimeUnit which qualifies the getMaxWait().Copyright © 2017 MuleSoft, Inc.. All rights reserved.