Class CoreTransactionResult
java.lang.Object
com.couchbase.client.core.transaction.CoreTransactionResult
-
Method Details
-
log
An in-memory log is built up during each transaction. The application may want to write this to their own logs, for example upon transaction failure. -
timeTaken
Returns the total time taken by a transaction. -
transactionId
Returns the id of this transaction. -
unstagingComplete
public boolean unstagingComplete()Returns whether all documents were successfully unstaged (committed). This will only return true if the transaction reached the COMMIT point and then went on to reach the COMPLETE point. It will be false for transactions that: - Rolled back - Were read-only -
toString
-