public class Io<T extends Io> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Io.IoResources
Child mutators for Io
|
| Constructor and Description |
|---|
Io() |
| Modifier and Type | Method and Description |
|---|---|
T |
bufferPool(BufferPool value)
Add the BufferPool object to the list of subresources
|
T |
bufferPools(List<BufferPool> value)
Add all BufferPool objects to this subresource
|
String |
getKey() |
Io.IoResources |
subresources() |
T |
worker(Worker value)
Add the Worker object to the list of subresources
|
T |
workers(List<Worker> value)
Add all Worker objects to this subresource
|
public String getKey()
public Io.IoResources subresources()
public T workers(List<Worker> value)
value - List of Worker objects.public T worker(Worker value)
value - The Worker to addpublic T bufferPools(List<BufferPool> value)
value - List of BufferPool objects.public T bufferPool(BufferPool value)
value - The BufferPool to addCopyright © 2015 JBoss by Red Hat. All rights reserved.