Class CoreTransactionResult

java.lang.Object
com.couchbase.client.core.transaction.CoreTransactionResult

@Internal public class CoreTransactionResult extends Object
  • Method Details

    • log

      public CoreTransactionLogger 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

      public Duration timeTaken()
      Returns the total time taken by a transaction.
    • transactionId

      public String 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

      public String toString()
      Overrides:
      toString in class Object