Class HistoryActorFactory.PeriodicEvaluationContainer
- java.lang.Object
-
- com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory.AbstractEvaluationContainer
-
- com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory.DelayedEvaluationContainer
-
- com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory.PeriodicEvaluationContainer
-
- All Implemented Interfaces:
HistoryActorFactory.EvaluationContainer
,java.lang.Runnable
- Direct Known Subclasses:
HistoryActorFactory.OnChangeEvaluationContainer
- Enclosing class:
- HistoryActorFactory
protected class HistoryActorFactory.PeriodicEvaluationContainer extends HistoryActorFactory.DelayedEvaluationContainer
-
-
Constructor Summary
Constructors Constructor Description PeriodicEvaluationContainer(ProviderContext context, Multikey key, long evalTimeMS)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isValid(PropertySet config)
Returns whether this is the appropriate container for the configuration.void
shutdown()
void
start(NodeContext nc)
-
Methods inherited from class com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory.DelayedEvaluationContainer
getSetName, getSetRate, instantiateAtomicActor, process, queueForStorage, run, sendEmptySets
-
Methods inherited from class com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory.AbstractEvaluationContainer
add, getContainerSettings, getHistoricalProvider, getTagProvider, instantiateActor, queueRetirement, remove
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory.EvaluationContainer
getTimestampSource
-
-
-
-
Constructor Detail
-
PeriodicEvaluationContainer
public PeriodicEvaluationContainer(ProviderContext context, Multikey key, long evalTimeMS)
-
-
Method Detail
-
isValid
public boolean isValid(PropertySet config)
Description copied from class:HistoryActorFactory.AbstractEvaluationContainer
Returns whether this is the appropriate container for the configuration.- Specified by:
isValid
in interfaceHistoryActorFactory.EvaluationContainer
- Specified by:
isValid
in classHistoryActorFactory.AbstractEvaluationContainer
-
start
public void start(NodeContext nc)
- Overrides:
start
in classHistoryActorFactory.AbstractEvaluationContainer
-
shutdown
public void shutdown()
- Overrides:
shutdown
in classHistoryActorFactory.AbstractEvaluationContainer
-
-