Class TransactionID

    • Method Detail

      • getEncodedForm

        public byte[] getEncodedForm()
        Deprecated.
        Get a copy of the encoded form of this transaction ID.
        Returns:
        the copy of the encoded form
      • getEncodedFormRaw

        protected byte[] getEncodedFormRaw()
        Deprecated.
        Get the encoded form of this transaction ID. Note that callers must take care to avoid modifying the encoded form.
        Returns:
        the encoded form
      • equals

        public final boolean equals​(Object other)
        Deprecated.
        Determine whether this object is equal to another. Transaction IDs are equal if their encoded form is equal and the class is equal.
        Overrides:
        equals in class Object
        Parameters:
        other - the other object
        Returns:
        true if they are equal, false otherwise
      • hashCode

        public final int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • createTransactionID

        public static TransactionID createTransactionID​(byte[] encoded)
        Deprecated.
        Create a transaction ID object for the given encoded representation.
        Parameters:
        encoded - the encoded representation
        Returns:
        the transaction ID object
      • writeReplace

        protected final Object writeReplace()
        Deprecated.
        Substitute this transaction ID with a serialized representation.
        Returns:
        the serialized representation