Class XSiteState


  • public class XSiteState
    extends java.lang.Object
    Represents the state of a single key to be sent to a backup site. It contains the only needed information, i.e., the key, current value and associated metadata.
    Since:
    7.0
    Author:
    Pedro Ruivo
    • Method Detail

      • key

        public final java.lang.Object key()
      • value

        public final java.lang.Object value()
      • metadata

        public final Metadata metadata()
      • toString

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