public class 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 |
|---|---|
Io |
bufferPool(BufferPool value)
Add the BufferPool object to the list of subresources
|
Io |
bufferPools(List<BufferPool> value)
Add all BufferPool objects to this subresource
|
String |
getKey() |
Io.IoResources |
subresources() |
Io |
worker(Worker value)
Add the Worker object to the list of subresources
|
Io |
workers(List<Worker> value)
Add all Worker objects to this subresource
|
public String getKey()
public Io.IoResources subresources()
public Io workers(List<Worker> value)
value - List of Worker objects.public Io worker(Worker value)
value - The Worker to addpublic Io bufferPools(List<BufferPool> value)
value - List of BufferPool objects.public Io bufferPool(BufferPool value)
value - The BufferPool to addCopyright © 2015 JBoss by Red Hat. All rights reserved.