@Alias(value="pooling-profile") public class DbPoolingProfile extends Object implements org.mule.runtime.api.config.DatabasePoolingProfile
| Constructor and Description |
|---|
DbPoolingProfile() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getAcquireIncrement() |
Map<String,Object> |
getAdditionalProperties() |
int |
getMaxIdleTime() |
int |
getMaxPoolSize() |
int |
getMaxWait() |
TimeUnit |
getMaxWaitUnit() |
int |
getMinPoolSize() |
int |
getPreparedStatementCacheSize() |
int |
hashCode() |
public int getMaxPoolSize()
getMaxPoolSize in interface org.mule.runtime.api.config.DatabasePoolingProfilepublic int getMinPoolSize()
getMinPoolSize in interface org.mule.runtime.api.config.DatabasePoolingProfilepublic int getAcquireIncrement()
getAcquireIncrement in interface org.mule.runtime.api.config.DatabasePoolingProfilepublic int getPreparedStatementCacheSize()
getPreparedStatementCacheSize in interface org.mule.runtime.api.config.DatabasePoolingProfilepublic int getMaxWait()
getMaxWait in interface org.mule.runtime.api.config.DatabasePoolingProfilepublic TimeUnit getMaxWaitUnit()
getMaxWaitUnit in interface org.mule.runtime.api.config.DatabasePoolingProfilepublic int getMaxIdleTime()
Copyright © 2021. All rights reserved.