public class LogStore<T extends LogStore> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
LogStore.LogStoreResources
Child mutators for LogStore
|
| Constructor and Description |
|---|
LogStore() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
exposeAllLogs()
Whether to expose all logs like orphans etc.
|
T |
exposeAllLogs(Boolean value)
Whether to expose all logs like orphans etc.
|
String |
getKey() |
LogStore.LogStoreResources |
subresources() |
T |
transactions(List<Transactions> value)
Add all Transactions objects to this subresource
|
T |
transactions(Transactions value)
Add the Transactions object to the list of subresources
|
String |
type()
Specifies the implementation type of the logging store.
|
T |
type(String value)
Specifies the implementation type of the logging store.
|
public String getKey()
public Boolean exposeAllLogs()
public T exposeAllLogs(Boolean value)
public String type()
public LogStore.LogStoreResources subresources()
public T transactions(List<Transactions> value)
value - List of Transactions objects.public T transactions(Transactions value)
value - The Transactions to addCopyright © 2015 JBoss by Red Hat. All rights reserved.