AsyncReadOperation<Void>
, ReadOperation<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, wait
execute, executeAsync, getWriteConcern
public CommitTransactionOperation(WriteConcern writeConcern)
writeConcern
- the write concernprotected String getCommandName()
TransactionOperation
getCommandName
in class TransactionOperation