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 TypeMethodDescriptionboolean
Deprecated.int
Deprecated.Retrieves the count of data entries in the historical data.protected int
getField
(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 void
setField
(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:
getQuality
in interfaceHistoricalTagValue
-
getTimestamp
Deprecated.- Specified by:
getTimestamp
in interfaceHistoricalTagValue
-
getValue
Deprecated.- Specified by:
getValue
in interfaceHistoricalTagValue
-
getFlavor
Deprecated.Description copied from interface:HistoricalData
Retrieves the flavor of the historical data.- Specified by:
getFlavor
in interfaceHistoricalData
- Returns:
- the flavor of the historical data
-
getSignature
Deprecated.Description copied from interface:HistoricalData
Retrieves the signature of the historical data.- Specified by:
getSignature
in interfaceHistoricalData
- Returns:
- the signature of the historical data
-
getDataCount
public int getDataCount()Deprecated.Description copied from interface:HistoricalData
Retrieves the count of data entries in the historical data.- Specified by:
getDataCount
in interfaceHistoricalData
- Returns:
- the count of data entries
-
getLoggerName
Deprecated.Description copied from interface:HistoricalData
Retrieves the logger name associated with the historical data, if any.- Specified by:
getLoggerName
in interfaceHistoricalData
- Returns:
- the logger name, or null if none is associated
-
getSource
Deprecated.- Specified by:
getSource
in interfaceHistoricalTagValue
-
getTypeClass
Deprecated.- Specified by:
getTypeClass
in interfaceHistoricalTagValue
-
getInterpolationMode
Deprecated.- Specified by:
getInterpolationMode
in interfaceHistoricalTagValue
-
getTimestampSource
Deprecated.- Specified by:
getTimestampSource
in interfaceHistoricalTagValue
-
getField
protected int getField(int field) Deprecated. -
setField
protected void setField(int field, int value) Deprecated. -
upgrade
Deprecated.Description copied from interface:HistoricalData
Attempts to upgrade the historical data to persistent data using the specified engine ID if necessary.- Specified by:
upgrade
in interfaceHistoricalData
- Specified by:
upgrade
in interfaceHistoricalTagValue
- Parameters:
engineId
- the engine ID to use for the upgrade if necessary- Returns:
- the upgraded persistent data
-