Interface HistoricalData
- 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
This interface is marked as deprecated since version 8.3.0.
Use
PersistentData
instead.-
Method Summary
Modifier and TypeMethodDescriptionint
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.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
Deprecated.Retrieves the logger name associated with the historical data, if any.- Returns:
- the logger name, or null if none is associated
-
upgrade
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
-