Class BasicScanclassHistorySet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<HistoricalTagValue>
com.inductiveautomation.ignition.gateway.storeforward.deprecated.BasicScanclassHistorySet
- All Implemented Interfaces:
GroupableData
,HistoricalData
,HistoricalDataList
,RetryHistoricalData
,ScanclassHistorySet
,Serializable
,Cloneable
,Iterable<HistoricalTagValue>
,Collection<HistoricalTagValue>
,List<HistoricalTagValue>
,RandomAccess
@Deprecated(since="8.3.0")
public class BasicScanclassHistorySet
extends ArrayList<HistoricalTagValue>
implements ScanclassHistorySet, GroupableData
Deprecated.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.inductiveautomation.ignition.gateway.storeforward.deprecated.RetryHistoricalData
RetryHistoricalData.RetryState
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
ConstructorsConstructorDescriptionBasicScanclassHistorySet
(String providerName, String scName, int execRate) Deprecated.BasicScanclassHistorySet
(String gatewayName, String providerName, String scName, int execRate) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.protected void
Deprecated.@Nullable HistoricalData
badData()
Deprecated.void
Deprecated.boolean
Deprecated.copy()
Deprecated.Deprecated.int
Deprecated.Retrieves the count of data entries in the historical data.int
Deprecated.Deprecated.Deprecated.Retrieves the flavor of the historical data.Deprecated.Deprecated.Deprecated.Retrieves the logger name associated with the historical data, if any.Deprecated.Deprecated.Deprecated.Retrieves the signature of the historical data.void
Deprecated.void
markAsBad
(HistoricalTagValue value) Deprecated.boolean
Deprecated.Deprecated.void
setExecutionTime
(Date execTime) Deprecated.void
Deprecated.void
Deprecated.toString()
Deprecated.Deprecated.Attempts to upgrade the historical data to persistent data using the specified engine ID if necessary.Methods inherited from class java.util.ArrayList
add, addAll, addAll, clear, clone, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
Methods inherited from class java.util.AbstractCollection
containsAll
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface com.inductiveautomation.ignition.gateway.storeforward.deprecated.GroupableData
groupData
Methods inherited from interface java.util.List
add, addAll, addAll, clear, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
Field Details
-
LEGACY_CLASS_PATH
Deprecated.
-
-
Constructor Details
-
Method Details
-
copy
Deprecated. -
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
-
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
-
getExecRate
public int getExecRate()Deprecated.- Specified by:
getExecRate
in interfaceScanclassHistorySet
-
getExecutionTime
Deprecated.- Specified by:
getExecutionTime
in interfaceScanclassHistorySet
-
setExecutionTime
Deprecated. -
getSetName
Deprecated.- Specified by:
getSetName
in interfaceScanclassHistorySet
-
getProviderName
Deprecated.- Specified by:
getProviderName
in interfaceScanclassHistorySet
-
getGatewayName
Deprecated.- Specified by:
getGatewayName
in interfaceScanclassHistorySet
-
markAllAsBad
public void markAllAsBad()Deprecated.- Specified by:
markAllAsBad
in interfaceRetryHistoricalData
-
clearBadData
public void clearBadData()Deprecated.- Specified by:
clearBadData
in interfaceRetryHistoricalData
-
markAsBad
Deprecated.- Specified by:
markAsBad
in interfaceRetryHistoricalData
-
badData
Deprecated.- Specified by:
badData
in interfaceRetryHistoricalData
-
setFailureReason
Deprecated.- Specified by:
setFailureReason
in interfaceRetryHistoricalData
-
failureReason
Deprecated.- Specified by:
failureReason
in interfaceRetryHistoricalData
-
setRetry
Deprecated.- Specified by:
setRetry
in interfaceRetryHistoricalData
-
retryState
Deprecated.- Specified by:
retryState
in interfaceRetryHistoricalData
-
retryEnabled
public boolean retryEnabled()Deprecated.- Specified by:
retryEnabled
in interfaceRetryHistoricalData
-
toString
Deprecated.- Overrides:
toString
in classAbstractCollection<HistoricalTagValue>
-
add
Deprecated.- Specified by:
add
in interfaceCollection<HistoricalTagValue>
- Specified by:
add
in interfaceList<HistoricalTagValue>
- Overrides:
add
in classArrayList<HistoricalTagValue>
-
addToCache
Deprecated. -
contains
Deprecated.- Specified by:
contains
in interfaceCollection<HistoricalTagValue>
- Specified by:
contains
in interfaceList<HistoricalTagValue>
- Overrides:
contains
in classArrayList<HistoricalTagValue>
-
getGroupId
Deprecated.- Specified by:
getGroupId
in interfaceGroupableData
-
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 interfaceGroupableData
- Specified by:
upgrade
in interfaceHistoricalData
- Parameters:
engineId
- the engine ID to use for the upgrade if necessary- Returns:
- the upgraded persistent data
-