All Superinterfaces:
Serializable
All Known Subinterfaces:
CacheOptimizedData, DatasourceData, DataTransaction, GroupableData, HistoricalDataList, HistoricalTagValue, RetryHistoricalData, ScanclassHistorySet
All Known Implementing Classes:
AnnotationHistoricalData, BasicHistoricalRecord, BasicScanclassHistorySet, PackedHistoricalQualifiedValue, PackedHistoricalTagValue, TagRetirementList

@Deprecated(since="8.3.0") public interface HistoricalData extends Serializable
Deprecated.
since 8.3.0
This interface is marked as deprecated since version 8.3.0. Use PersistentData instead.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Deprecated.
    Retrieves the count of data entries in the historical data.
    Deprecated.
    Retrieves the flavor of the historical data.
    Deprecated.
    Retrieves the logger name associated with the historical data, if any.
    Deprecated.
    Retrieves the signature of the historical data.
    upgrade(String engineId)
    Deprecated.
    Attempts to upgrade the historical data to persistent data using the specified engine ID if necessary.
  • Method Details

    • getFlavor

      HistoryFlavor getFlavor()
      Deprecated.
      Retrieves the flavor of the historical data.
      Returns:
      the flavor of the historical data
    • getSignature

      String getSignature()
      Deprecated.
      Retrieves the signature of the historical data.
      Returns:
      the signature of the historical data
    • getDataCount

      int getDataCount()
      Deprecated.
      Retrieves the count of data entries in the historical data.
      Returns:
      the count of data entries
    • getLoggerName

      @Nullable String getLoggerName()
      Deprecated.
      Retrieves the logger name associated with the historical data, if any.
      Returns:
      the logger name, or null if none is associated
    • upgrade

      PersistentData upgrade(String engineId)
      Deprecated.
      Attempts to upgrade the historical data to persistent data using the specified engine ID if necessary.
      Parameters:
      engineId - the engine ID to use for the upgrade if necessary
      Returns:
      the upgraded persistent data