org.mule.module.db.internal.domain.connection
Class DbPoolingProfile
java.lang.Object
org.mule.module.db.internal.domain.connection.DbPoolingProfile
public class DbPoolingProfile
- extends Object
Describes a database pooling profile
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DbPoolingProfile
public DbPoolingProfile()
getPreparedStatementCacheSize
public int getPreparedStatementCacheSize()
setPreparedStatementCacheSize
public void setPreparedStatementCacheSize(int preparedStatementCacheSize)
getMaxPoolSize
public int getMaxPoolSize()
setMaxPoolSize
public void setMaxPoolSize(int maxPoolSize)
getMinPoolSize
public int getMinPoolSize()
setMinPoolSize
public void setMinPoolSize(int minPoolSize)
getAcquireIncrement
public int getAcquireIncrement()
setAcquireIncrement
public void setAcquireIncrement(int acquireIncrement)
getMaxWaitMillis
public int getMaxWaitMillis()
setMaxWaitMillis
public void setMaxWaitMillis(int maxWaitMillis)
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.