Interface ScanclassHistorySet
- All Superinterfaces:
Collection<HistoricalTagValue>
,HistoricalData
,HistoricalDataList
,Iterable<HistoricalTagValue>
,List<HistoricalTagValue>
,RetryHistoricalData
,Serializable
- All Known Implementing Classes:
BasicScanclassHistorySet
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.inductiveautomation.ignition.gateway.history.RetryHistoricalData
RetryHistoricalData.RetryState
-
Method Summary
Modifier and TypeMethodDescriptionint
The rate that the scan class is executing at.Returns the name of the source gateway.Returns the name of the tag provider that generated this set.The name of the scan classMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface com.inductiveautomation.ignition.gateway.history.HistoricalData
getDataCount, getFlavor, getLoggerName, getSignature
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
Methods inherited from interface com.inductiveautomation.ignition.gateway.history.RetryHistoricalData
badData, clearBadData, failureReason, markAllAsBad, markAsBad, retryEnabled, retryState, setFailureReason, setRetry
-
Method Details
-
getSetName
String getSetName()The name of the scan class -
getExecRate
int getExecRate()The rate that the scan class is executing at. Returns 0 to indicate a non-direct scan class (one that doesn't execute regularly) -
getExecutionTime
Date getExecutionTime() -
getGatewayName
String getGatewayName()Returns the name of the source gateway. If null, it is the local gateway. -
getProviderName
String getProviderName()Returns the name of the tag provider that generated this set.
-