Class Commit.TransactionUpdate

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Commit

    public static final class Commit.TransactionUpdate
    extends java.lang.Object
    implements java.io.Serializable
    An update to transactional attribute of a transaction.
    See Also:
    Serialized Form
    • Constructor Detail

      • TransactionUpdate

        public TransactionUpdate​(java.lang.String targetFamily,
                                 StreamElement update)
        Creates a new TransactionUpdate instance.
        Parameters:
        targetFamily - Name of target attribute family.
        update - The update itself.
    • Method Detail

      • getTargetFamily

        public java.lang.String getTargetFamily()
        Name of target attribute family.
      • getUpdate

        public StreamElement getUpdate()
        The update itself.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object