AsyncWriteOperation<Void>, WriteOperation<Void>public class CommitTransactionOperation extends TransactionOperation
| Constructor | Description |
|---|---|
CommitTransactionOperation(WriteConcern writeConcern) |
Construct an instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected String |
getCommandName() |
Gets the command name.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, executeAsync, getWriteConcernpublic CommitTransactionOperation(WriteConcern writeConcern)
writeConcern - the write concernprotected String getCommandName()
TransactionOperationgetCommandName in class TransactionOperation