Class KeyVersion

  • All Implemented Interfaces:
    java.io.Serializable

    public class KeyVersion
    extends java.lang.Object
    implements java.io.Serializable
    Version of a Key in a Table.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NO_VERSION

        public static final KeyVersion NO_VERSION
        KeyVersion that indicates no specific version is desired. Using this will result in an unconditional update or removal being performed. See KeyValueTable for details on conditional/unconditional updates.
      • NOT_EXISTS

        public static final KeyVersion NOT_EXISTS
        KeyVersion that indicates the TableKey must not exist. Using this will result in an conditional update or removal being performed, conditioned on the TableKey not existing at the time of the operation. See KeyValueTable for details on conditional/unconditional updates.