Interface ScanclassHistorySet
- All Superinterfaces:
- Collection<HistoricalTagValue>,- HistoricalData,- HistoricalDataList,- Iterable<HistoricalTagValue>,- List<HistoricalTagValue>,- RetryHistoricalData,- Serializable
- All Known Implementing Classes:
- BasicScanclassHistorySet
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.inductiveautomation.ignition.gateway.history.RetryHistoricalDataRetryHistoricalData.RetryState
- 
Method SummaryModifier and TypeMethodDescriptionintThe 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.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface com.inductiveautomation.ignition.gateway.history.HistoricalDatagetDataCount, getFlavor, getLoggerName, getSignatureMethods inherited from interface java.util.Listadd, 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, toArrayMethods inherited from interface com.inductiveautomation.ignition.gateway.history.RetryHistoricalDatabadData, clearBadData, failureReason, markAllAsBad, markAsBad, retryEnabled, retryState, setFailureReason, setRetry
- 
Method Details- 
getSetNameString getSetName()The name of the scan class
- 
getExecRateint 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)
- 
getExecutionTimeDate getExecutionTime()
- 
getGatewayNameString getGatewayName()Returns the name of the source gateway. If null, it is the local gateway.
- 
getProviderNameString getProviderName()Returns the name of the tag provider that generated this set.
 
-