public interface PoolConfig
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveCount() |
int |
getAvailbleCount() |
int |
getCreatedCount() |
String |
getFlushStrategy() |
long |
getIdleTimeout() |
int |
getMaxPoolSize() |
int |
getMaxUsedCount() |
int |
getMaxWaitCount() |
int |
getMinPoolSize() |
String |
getName() |
String |
getTrackStatements() |
boolean |
isPoolPrefill() |
boolean |
isPoolStrictMin() |
void |
setActiveCount(int i) |
void |
setAvailbleCount(int i) |
void |
setCreatedCount(int i) |
void |
setFlushStrategy(String name) |
void |
setIdleTimeout(long timeout) |
void |
setMaxPoolSize(int max) |
void |
setMaxUsedCount(int i) |
void |
setMaxWaitCount(int i) |
void |
setMinPoolSize(int min) |
void |
setName(String name) |
void |
setPoolPrefill(boolean b) |
void |
setPoolStrictMin(boolean b) |
void |
setTrackStatements(String name) |
String getName()
void setName(String name)
int getMaxPoolSize()
void setMaxPoolSize(int max)
int getMinPoolSize()
void setMinPoolSize(int min)
boolean isPoolPrefill()
void setPoolPrefill(boolean b)
boolean isPoolStrictMin()
void setPoolStrictMin(boolean b)
String getFlushStrategy()
void setFlushStrategy(String name)
long getIdleTimeout()
void setIdleTimeout(long timeout)
String getTrackStatements()
void setTrackStatements(String name)
int getActiveCount()
void setActiveCount(int i)
int getCreatedCount()
void setCreatedCount(int i)
int getMaxWaitCount()
void setMaxWaitCount(int i)
int getAvailbleCount()
void setAvailbleCount(int i)
int getMaxUsedCount()
void setMaxUsedCount(int i)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.