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 flushStrategy.
|
Integer |
getInitialPoolSize()
Get the initial pool size
|
Integer |
getMaxPoolSize()
Get the maxPoolSize.
|
Integer |
getMinPoolSize()
Get the minPoolSize.
|
Boolean |
isFair()
Get pool fairness.
|
Boolean |
isPrefill()
Get the prefill.
|
Boolean |
isUseStrictMin()
Get the useStrictMin.
|
validateInteger getMinPoolSize()
Integer getInitialPoolSize()
Integer getMaxPoolSize()
Boolean isPrefill()
Boolean isUseStrictMin()
FlushStrategy getFlushStrategy()
Capacity getCapacity()
Boolean isFair()
Copyright © 2021 JBoss by Red Hat. All rights reserved.