Class PackedHistoricalQualifiedValue
java.lang.Object
com.inductiveautomation.ignition.gateway.storeforward.deprecated.PackedHistoricalQualifiedValue
- All Implemented Interfaces:
HistoricalData,HistoricalTagValue,Serializable
@Deprecated(since="8.3.0")
public class PackedHistoricalQualifiedValue
extends Object
implements HistoricalTagValue
Deprecated.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.Fields inherited from interface com.inductiveautomation.ignition.gateway.storeforward.deprecated.HistoricalTagValue
TAG_DATA_SIGNITURE -
Constructor Summary
ConstructorsConstructorDescriptionPackedHistoricalQualifiedValue(TagPath path, DataTypeClass typeClass, InterpolationMode queryMode, TimestampSource tsSource, QualifiedValue value) Deprecated.PackedHistoricalQualifiedValue(TagPath path, DataTypeClass typeClass, InterpolationMode queryMode, TimestampSource tsSource, Object value, DataQuality quality) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.intDeprecated.Retrieves the count of data entries in the historical data.protected intgetField(int field) Deprecated.Deprecated.Retrieves the flavor of the historical data.Deprecated.Deprecated.Retrieves the logger name associated with the historical data, if any.Deprecated.Deprecated.Retrieves the signature of the historical data.Deprecated.Deprecated.Deprecated.Deprecated.getValue()Deprecated.protected voidsetField(int field, int value) Deprecated.Deprecated.Attempts to upgrade the historical data to persistent data using the specified engine ID if necessary.
-
Field Details
-
LEGACY_CLASS_PATH
Deprecated.
-
-
Constructor Details
-
PackedHistoricalQualifiedValue
public PackedHistoricalQualifiedValue(TagPath path, DataTypeClass typeClass, InterpolationMode queryMode, TimestampSource tsSource, Object value, DataQuality quality) Deprecated. -
PackedHistoricalQualifiedValue
public PackedHistoricalQualifiedValue(TagPath path, DataTypeClass typeClass, InterpolationMode queryMode, TimestampSource tsSource, QualifiedValue value) Deprecated.
-
-
Method Details
-
equals
Deprecated. -
getQuality
Deprecated.- Specified by:
getQualityin interfaceHistoricalTagValue
-
getTimestamp
Deprecated.- Specified by:
getTimestampin interfaceHistoricalTagValue
-
getValue
Deprecated.- Specified by:
getValuein interfaceHistoricalTagValue
-
getFlavor
Deprecated.Description copied from interface:HistoricalDataRetrieves the flavor of the historical data.- Specified by:
getFlavorin interfaceHistoricalData- Returns:
- the flavor of the historical data
-
getSignature
Deprecated.Description copied from interface:HistoricalDataRetrieves the signature of the historical data.- Specified by:
getSignaturein interfaceHistoricalData- Returns:
- the signature of the historical data
-
getDataCount
public int getDataCount()Deprecated.Description copied from interface:HistoricalDataRetrieves the count of data entries in the historical data.- Specified by:
getDataCountin interfaceHistoricalData- Returns:
- the count of data entries
-
getLoggerName
Deprecated.Description copied from interface:HistoricalDataRetrieves the logger name associated with the historical data, if any.- Specified by:
getLoggerNamein interfaceHistoricalData- Returns:
- the logger name, or null if none is associated
-
getSource
Deprecated.- Specified by:
getSourcein interfaceHistoricalTagValue
-
getTypeClass
Deprecated.- Specified by:
getTypeClassin interfaceHistoricalTagValue
-
getInterpolationMode
Deprecated.- Specified by:
getInterpolationModein interfaceHistoricalTagValue
-
getTimestampSource
Deprecated.- Specified by:
getTimestampSourcein interfaceHistoricalTagValue
-
getField
protected int getField(int field) Deprecated. -
setField
protected void setField(int field, int value) Deprecated. -
upgrade
Deprecated.Description copied from interface:HistoricalDataAttempts to upgrade the historical data to persistent data using the specified engine ID if necessary.- Specified by:
upgradein interfaceHistoricalData- Specified by:
upgradein interfaceHistoricalTagValue- Parameters:
engineId- the engine ID to use for the upgrade if necessary- Returns:
- the upgraded persistent data
-