Class CommitTransactionResult

    • Method Detail

      • transactionId

        public final String transactionId()

        The transaction ID of the committed transaction.

        Returns:
        The transaction ID of the committed transaction.
      • commitDigest

        public final SdkBytes commitDigest()

        The commit digest of the committed transaction.

        Returns:
        The commit digest of the committed transaction.
      • timingInformation

        public final TimingInformation timingInformation()

        Contains server-side performance information for the command.

        Returns:
        Contains server-side performance information for the command.
      • consumedIOs

        public final IOUsage consumedIOs()

        Contains metrics about the number of I/O requests that were consumed.

        Returns:
        Contains metrics about the number of I/O requests that were consumed.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)