
public interface Pool extends JCAMetadata, ValidatableMetadata
| Modifier and Type | Interface and Description |
|---|---|
static class |
Pool.Tag
A Tag.
|
| Modifier and Type | Method and Description |
|---|---|
Capacity |
getCapacity()
Get the capacity
|
FlushStrategy |
getFlushStrategy()
Get the useStrictMin.
|
Integer |
getInitialPoolSize()
Get the initial pool size
|
Integer |
getMaxPoolSize()
Get the maxPoolSize.
|
Integer |
getMinPoolSize()
Get the minPoolSize.
|
Boolean |
isPrefill()
Get the prefill.
|
Boolean |
isUseStrictMin()
Get the useStrictMin.
|
validateInteger getMinPoolSize()
Integer getInitialPoolSize()
Integer getMaxPoolSize()
Boolean isPrefill()
Boolean isUseStrictMin()
FlushStrategy getFlushStrategy()
Capacity getCapacity()
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)