Interface TagGroupHistorySet
- All Superinterfaces:
Collection<HistoricalTagValue>
,Iterable<HistoricalTagValue>
,List<HistoricalTagValue>
,PersistentData
,RetryPersistentData
,TagHistoryData
- All Known Implementing Classes:
BasicTagGroupHistorySet
public interface TagGroupHistorySet
extends List<HistoricalTagValue>, RetryPersistentData, TagHistoryData
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.inductiveautomation.ignition.gateway.storeforward.data.RetryPersistentData
RetryPersistentData.DataState, RetryPersistentData.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 tag group.Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
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.storeforward.data.PersistentData
getDataCount
Methods inherited from interface com.inductiveautomation.ignition.gateway.storeforward.data.RetryPersistentData
clearAll, failureReason, getMarkedData, markAll, markAs, retryEnabled, retryState, setFailureReason, setRetry
Methods inherited from interface com.inductiveautomation.ignition.gateway.history.TagHistoryData
getFlavor
-
Method Details
-
getTagGroupName
String getTagGroupName()The name of the tag group. -
getExecutionRate
int getExecutionRate()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.
-