Interface MetadataValue<V>

  • All Superinterfaces:
    Metadata, Versioned, VersionedValue<V>

    public interface MetadataValue<V>
    extends VersionedValue<V>, Metadata
    Besides the value, also contains a version and expiration information. Time values are server time representations as returned by TimeService.wallClockTime()
    Since:
    5.2
    Author:
    Tristan Tarrant