public interface PoolType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
poolType xsd type| Modifier and Type | Method and Description |
|---|---|
PoolType<T> |
fair(java.lang.Boolean fair)
Sets the
fair element |
PoolType<T> |
flushStrategy(java.lang.String flushStrategy)
Sets the
flush-strategy element |
java.lang.String |
getFlushStrategy()
Returns the
flush-strategy element |
java.lang.Integer |
getInitialPoolSize()
Returns the
initial-pool-size element |
java.lang.Integer |
getMaxPoolSize()
Returns the
max-pool-size element |
java.lang.Integer |
getMinPoolSize()
Returns the
min-pool-size element |
CapacityType<PoolType<T>> |
getOrCreateCapacity()
If not already created, a new
capacity element with the given value will be created. |
PoolType<T> |
initialPoolSize(java.lang.Integer initialPoolSize)
Sets the
initial-pool-size element |
java.lang.Boolean |
isFair()
Returns the
fair element |
java.lang.Boolean |
isPrefill()
Returns the
prefill element |
java.lang.Boolean |
isUseStrictMin()
Returns the
use-strict-min element |
PoolType<T> |
maxPoolSize(java.lang.Integer maxPoolSize)
Sets the
max-pool-size element |
PoolType<T> |
minPoolSize(java.lang.Integer minPoolSize)
Sets the
min-pool-size element |
PoolType<T> |
prefill(java.lang.Boolean prefill)
Sets the
prefill element |
PoolType<T> |
removeCapacity()
Removes the
capacity element |
PoolType<T> |
removeFair()
Removes the
fair element |
PoolType<T> |
removeFlushStrategy()
Removes the
flush-strategy element |
PoolType<T> |
removeInitialPoolSize()
Removes the
initial-pool-size element |
PoolType<T> |
removeMaxPoolSize()
Removes the
max-pool-size element |
PoolType<T> |
removeMinPoolSize()
Removes the
min-pool-size element |
PoolType<T> |
removePrefill()
Removes the
prefill element |
PoolType<T> |
removeUseStrictMin()
Removes the
use-strict-min element |
PoolType<T> |
useStrictMin(java.lang.Boolean useStrictMin)
Sets the
use-strict-min element |
PoolType<T> minPoolSize(java.lang.Integer minPoolSize)
min-pool-size elementminPoolSize - the value for the element min-pool-sizePoolTypejava.lang.Integer getMinPoolSize()
min-pool-size elementmin-pool-sizePoolType<T> removeMinPoolSize()
min-pool-size elementPoolTypePoolType<T> initialPoolSize(java.lang.Integer initialPoolSize)
initial-pool-size elementinitialPoolSize - the value for the element initial-pool-sizePoolTypejava.lang.Integer getInitialPoolSize()
initial-pool-size elementinitial-pool-sizePoolType<T> removeInitialPoolSize()
initial-pool-size elementPoolTypePoolType<T> maxPoolSize(java.lang.Integer maxPoolSize)
max-pool-size elementmaxPoolSize - the value for the element max-pool-sizePoolTypejava.lang.Integer getMaxPoolSize()
max-pool-size elementmax-pool-sizePoolType<T> removeMaxPoolSize()
max-pool-size elementPoolTypePoolType<T> prefill(java.lang.Boolean prefill)
prefill elementprefill - the value for the element prefillPoolTypejava.lang.Boolean isPrefill()
prefill elementprefillPoolType<T> removePrefill()
prefill elementPoolTypePoolType<T> fair(java.lang.Boolean fair)
fair elementfair - the value for the element fairPoolTypejava.lang.Boolean isFair()
fair elementfairPoolType<T> removeFair()
fair elementPoolTypePoolType<T> useStrictMin(java.lang.Boolean useStrictMin)
use-strict-min elementuseStrictMin - the value for the element use-strict-minPoolTypejava.lang.Boolean isUseStrictMin()
use-strict-min elementuse-strict-minPoolType<T> removeUseStrictMin()
use-strict-min elementPoolTypePoolType<T> flushStrategy(java.lang.String flushStrategy)
flush-strategy elementflushStrategy - the value for the element flush-strategyPoolTypejava.lang.String getFlushStrategy()
flush-strategy elementflush-strategyPoolType<T> removeFlushStrategy()
flush-strategy elementPoolTypeCapacityType<PoolType<T>> getOrCreateCapacity()
capacity element with the given value will be created.
Otherwise, the existing capacity element will be returned.CapacityType> Copyright © 2014 IronJacamar (http://www.ironjacamar.org)