| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.transactions |
| Modifier and Type | Method and Description |
|---|---|
LogStore |
Transactions.logStore()
Representation of the transaction logging storage mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
T |
Transactions.logStore(LogStore value)
Representation of the transaction logging storage mechanism.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LogStore<T extends LogStore>
Representation of the transaction logging storage mechanism.
|
interface |
LogStoreConfigurator<T extends LogStore> |
| Modifier and Type | Method and Description |
|---|---|
LogStore |
LogStore.exposeAllLogs(Boolean value)
Whether to expose all logs like orphans etc.
|
LogStore |
LogStore.transactions(List<Transactions> value)
Add all org.wildfly.swarm.config.transactions.log_store.Transactions objects to this subresource
|
LogStore |
LogStore.transactions(String childKey)
Create and configure a org.wildfly.swarm.config.transactions.log_store.Transactions object to the list of subresources
|
LogStore |
LogStore.transactions(String childKey,
TransactionsConfigurator config)
Create and configure a org.wildfly.swarm.config.transactions.log_store.Transactions object to the list of subresources
|
LogStore |
LogStore.transactions(Transactions value)
Add the org.wildfly.swarm.config.transactions.log_store.Transactions object to the list of subresources
|
LogStore |
LogStore.type(String value)
Specifies the implementation type of the logging store.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.