Class AbortTransactionCommand
java.lang.Object
de.caluga.morphium.driver.commands.MongoCommand<T>
de.caluga.morphium.driver.commands.AdminMongoCommand<AbortTransactionCommand>
de.caluga.morphium.driver.commands.AbortTransactionCommand
- All Implemented Interfaces:
SingleResultCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasMap()getLsid()longbooleansetAutocommit(boolean autocommit) setTxnNumber(long txnNumber) Methods inherited from class de.caluga.morphium.driver.commands.AdminMongoCommand
execute, executeAsyncMethods inherited from class de.caluga.morphium.driver.commands.MongoCommand
clear, fromMap, getColl, getComment, getConnection, getDb, getDefaultBatchSize, getMetaData, getRetriesOnNetworkError, getSleepBetweenErrorRetries, setColl, setComment, setConnection, setDb, setDefaultBatchSize, setMetaData, setMetaData, setRetriesOnNetworkError, setSleepBetweenErrorRetriesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.caluga.morphium.driver.commands.SingleResultCommand
getMetaData
-
Constructor Details
-
AbortTransactionCommand
-
-
Method Details
-
asMap
- Specified by:
asMapin interfaceSingleResultCommand- Overrides:
asMapin classAdminMongoCommand<AbortTransactionCommand>
-
getCommandName
- Specified by:
getCommandNamein classMongoCommand<AbortTransactionCommand>
-
isAutocommit
public boolean isAutocommit() -
setAutocommit
-
getLsid
-
setLsid
-
getTxnNumber
public long getTxnNumber() -
setTxnNumber
-