| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.io |
| Modifier and Type | Method and Description |
|---|---|
List<BufferPool> |
Io.IoResources.bufferPools()
Get the list of org.wildfly.swarm.config.io.BufferPool resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Io.bufferPool(BufferPool value)
Add the org.wildfly.swarm.config.io.BufferPool object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Io.bufferPools(List<BufferPool> value)
Add all org.wildfly.swarm.config.io.BufferPool objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
BufferPool |
BufferPool.bufferSize(Integer value)
How big is the buffer
|
BufferPool |
BufferPool.buffersPerSlice(Integer value)
How many buffers per slice
|
BufferPool |
BufferPool.directBuffers(Boolean value)
Does the buffer pool use direct buffers
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.