org.wildfly.extras.creaper.commands.transactions
Class ChangeBasicTransactionAttributes.Builder
java.lang.Object
org.wildfly.extras.creaper.commands.transactions.ChangeBasicTransactionAttributes.Builder
- Enclosing class:
- ChangeBasicTransactionAttributes
public static final class ChangeBasicTransactionAttributes.Builder
- extends Object
Please note that WildFly 9 has a bug: if the JDBC store is enabled, it isn't automatically disabled
when enabling the journal store. Moreover, disabling the JDBC store properly requires server restart,
which is why this command doesn't do that under the hood. All other versions (WildFly 8 and previous,
WildFly 10 and later) are fine.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChangeBasicTransactionAttributes.Builder
public ChangeBasicTransactionAttributes.Builder()
timeout
public ChangeBasicTransactionAttributes.Builder timeout(int val)
enableTsmStatus
public ChangeBasicTransactionAttributes.Builder enableTsmStatus(boolean val)
journalStoreEnableAsyncIO
public ChangeBasicTransactionAttributes.Builder journalStoreEnableAsyncIO(boolean val)
- "hornetq-store-enable-async-io" will be used for AS7, WildFly 8 and WildFly 9
jts
public ChangeBasicTransactionAttributes.Builder jts(boolean val)
nodeIdentifier
public ChangeBasicTransactionAttributes.Builder nodeIdentifier(String val)
statisticsEnabled
public ChangeBasicTransactionAttributes.Builder statisticsEnabled(boolean val)
useJournalStore
public ChangeBasicTransactionAttributes.Builder useJournalStore(boolean val)
- "use-hornetq-store" will be used for AS7, WildFly 8 and WildFly 9
processIdUuid
public ChangeBasicTransactionAttributes.Builder processIdUuid(Boolean val)
processIdSocketBinding
public ChangeBasicTransactionAttributes.Builder processIdSocketBinding(String val)
processIdSocketMaxPorts
public ChangeBasicTransactionAttributes.Builder processIdSocketMaxPorts(Integer val)
socketBinding
public ChangeBasicTransactionAttributes.Builder socketBinding(String val)
statusSocketBinding
public ChangeBasicTransactionAttributes.Builder statusSocketBinding(String val)
recoveryListener
public ChangeBasicTransactionAttributes.Builder recoveryListener(Boolean val)
objectStorePath
public ChangeBasicTransactionAttributes.Builder objectStorePath(String val)
objectStoreRelativeTo
public ChangeBasicTransactionAttributes.Builder objectStoreRelativeTo(String val)
build
public ChangeBasicTransactionAttributes build()
Copyright © 2020. All rights reserved.