Interface Versioned

  • All Known Implementing Classes:
    VersionedRepeatableReadEntry

    public interface Versioned
    An interface that marks the ability to handle versions
    Since:
    5.1
    Author:
    Manik Surtani
    • Method Detail

      • getVersion

        EntryVersion getVersion()
        Returns:
        the version of the entry. May be null if versioning is not supported, and must never be null if versioning is supported.
      • setVersion

        void setVersion​(EntryVersion version)
        Sets the version on this entry.
        Parameters:
        version - version to set