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 TypeMethodDescriptionbooleanDeprecated.protected voidDeprecated.@Nullable HistoricalDatabadData()Deprecated.voidDeprecated.booleanDeprecated.copy()Deprecated.Deprecated.intDeprecated.Retrieves the count of data entries in the historical data.intDeprecated.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.voidDeprecated.voidmarkAsBad(HistoricalTagValue value) Deprecated.booleanDeprecated.Deprecated.voidsetExecutionTime(Date execTime) Deprecated.voidDeprecated.voidDeprecated.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, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAllMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface com.inductiveautomation.ignition.gateway.storeforward.deprecated.GroupableData
groupDataMethods 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: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
-
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
-
getExecRate
public int getExecRate()Deprecated.- Specified by:
getExecRatein interfaceScanclassHistorySet
-
getExecutionTime
Deprecated.- Specified by:
getExecutionTimein interfaceScanclassHistorySet
-
setExecutionTime
Deprecated. -
getSetName
Deprecated.- Specified by:
getSetNamein interfaceScanclassHistorySet
-
getProviderName
Deprecated.- Specified by:
getProviderNamein interfaceScanclassHistorySet
-
getGatewayName
Deprecated.- Specified by:
getGatewayNamein interfaceScanclassHistorySet
-
markAllAsBad
public void markAllAsBad()Deprecated.- Specified by:
markAllAsBadin interfaceRetryHistoricalData
-
clearBadData
public void clearBadData()Deprecated.- Specified by:
clearBadDatain interfaceRetryHistoricalData
-
markAsBad
Deprecated.- Specified by:
markAsBadin interfaceRetryHistoricalData
-
badData
Deprecated.- Specified by:
badDatain interfaceRetryHistoricalData
-
setFailureReason
Deprecated.- Specified by:
setFailureReasonin interfaceRetryHistoricalData
-
failureReason
Deprecated.- Specified by:
failureReasonin interfaceRetryHistoricalData
-
setRetry
Deprecated.- Specified by:
setRetryin interfaceRetryHistoricalData
-
retryState
Deprecated.- Specified by:
retryStatein interfaceRetryHistoricalData
-
retryEnabled
public boolean retryEnabled()Deprecated.- Specified by:
retryEnabledin interfaceRetryHistoricalData
-
toString
Deprecated.- Overrides:
toStringin classAbstractCollection<HistoricalTagValue>
-
add
Deprecated.- Specified by:
addin interfaceCollection<HistoricalTagValue>- Specified by:
addin interfaceList<HistoricalTagValue>- Overrides:
addin classArrayList<HistoricalTagValue>
-
addToCache
Deprecated. -
contains
Deprecated.- Specified by:
containsin interfaceCollection<HistoricalTagValue>- Specified by:
containsin interfaceList<HistoricalTagValue>- Overrides:
containsin classArrayList<HistoricalTagValue>
-
getGroupId
Deprecated.- Specified by:
getGroupIdin interfaceGroupableData
-
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 interfaceGroupableData- Specified by:
upgradein interfaceHistoricalData- Parameters:
engineId- the engine ID to use for the upgrade if necessary- Returns:
- the upgraded persistent data
-