Interface HistoricalTagValue

  • All Superinterfaces:
    HistoricalData, java.io.Serializable
    All Known Implementing Classes:
    BasicHistoricalTagValue, PackedHistoricalQualifiedValue, PackedHistoricalTagValue

    public interface HistoricalTagValue
    extends HistoricalData
    This interface defines a piece of history coming from a tag, and is used by the history storage system. It is a QualifiedValue, and adds on some information about the source and settings.

    NOTE: The tag history system does not expect multiple values for a given path for a given time. It relies on implementors of this interface to implement .equals() correctly in order to ensure this.

    • Field Detail

      • TAG_DATA_SIGNITURE

        static final java.lang.String TAG_DATA_SIGNITURE
        All SQLTags history data shares the same signature.
        See Also:
        Constant Field Values