
public interface CommonPool extends JCAMetadata, ValidatableMetadata
| Modifier and Type | Interface and Description |
|---|---|
static class |
CommonPool.Tag
A Tag.
|
| Modifier and Type | Method and Description |
|---|---|
FlushStrategy |
getFlushStrategy()
Get the useStrictMin.
|
java.lang.Integer |
getMaxPoolSize()
Get the maxPoolSize.
|
java.lang.Integer |
getMinPoolSize()
Get the minPoolSize.
|
java.lang.Boolean |
isPrefill()
Get the prefill.
|
java.lang.Boolean |
isUseStrictMin()
Get the useStrictMin.
|
validatejava.lang.Integer getMinPoolSize()
java.lang.Integer getMaxPoolSize()
java.lang.Boolean isPrefill()
java.lang.Boolean isUseStrictMin()
FlushStrategy getFlushStrategy()
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)