Class TableModification

    • Method Detail

      • isRemoval

        public abstract boolean isRemoval()
        Gets a value indicating whether this modification attempts to remove the TableKey or not.
        Returns:
        True if removal, false otherwise.
      • getVersion

        @Nullable
        public abstract Version getVersion()
        Gets a Version that may condition the modification. See KeyValueTable for details on conditional updates.
        Returns:
        The Version.