Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.io |
Modifier and Type | Method and Description |
---|---|
BufferPool |
IO.IOResources.bufferPool(String key) |
Modifier and Type | Method and Description |
---|---|
List<BufferPool> |
IO.IOResources.bufferPools()
Get the list of BufferPool resources
|
Modifier and Type | Method and Description |
---|---|
T |
IO.bufferPool(BufferPool value)
Add the BufferPool object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
IO.bufferPools(List<BufferPool> value)
Add all BufferPool objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
BufferPool<T extends BufferPool<T>>
Defines buffer pool
|
interface |
BufferPoolConsumer<T extends BufferPool<T>> |
interface |
BufferPoolSupplier<T extends BufferPool> |
Modifier and Type | Method and Description |
---|---|
BufferPool |
BufferPoolSupplier.get()
Constructed instance of BufferPool resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.