public class 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.
|
LogStore |
exposeAllLogs(Boolean value)
Whether to expose all logs like orphans etc.
|
String |
getKey() |
LogStore.LogStoreResources |
subresources() |
LogStore |
transactions(List<Transactions> value)
Add all org.wildfly.swarm.config.transactions.log_store.Transactions objects to this subresource
|
LogStore |
transactions(Transactions value)
Add the org.wildfly.swarm.config.transactions.log_store.Transactions object to the list of subresources
|
String |
type()
Specifies the implementation type of the logging store.
|
LogStore |
type(String value)
Specifies the implementation type of the logging store.
|
public String getKey()
public Boolean exposeAllLogs()
public LogStore exposeAllLogs(Boolean value)
public String type()
public LogStore.LogStoreResources subresources()
public LogStore transactions(List<Transactions> value)
value - List of org.wildfly.swarm.config.transactions.log_store.Transactions objects.public LogStore transactions(Transactions value)
value - The org.wildfly.swarm.config.transactions.log_store.Transactions to addCopyright © 2015 JBoss by Red Hat. All rights reserved.