Interface EvaluationContainer
- All Superinterfaces:
EventListener
,LicenseStateUpdateListener
- All Known Implementing Classes:
AbstractEvaluationContainer
,ArrayHistoryActor
,DelayedEvaluationContainer
,ErroredContainer
,OnChangeEvaluationContainer
,PeriodicEvaluationContainer
,TagGroupEvaluationContainer
Evaluation containers are created per tag provider, historical provider, and sample mode.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addActor
(HistoryActor actor) int
boolean
isInvalid
(PropertySet config) void
removeActor
(HistoryActor actor) default void
shutdown()
default void
start
(NodeContext nc, DataCollector session) Methods inherited from interface com.inductiveautomation.ignition.gateway.licensing.LicenseStateUpdateListener
licenseStateUpdated
-
Method Details
-
getProviderContext
ProviderContext getProviderContext() -
getCollectionMode
CollectionMode getCollectionMode() -
start
- Throws:
Exception
-
shutdown
- Throws:
Exception
-
getCollectionSession
DataCollector getCollectionSession() -
getActorCount
int getActorCount() -
addActor
-
removeActor
-
isInvalid
-
getContainerSettings
PropertySet getContainerSettings()
-