Class SampleMode
java.lang.Object
org.epics.archiverappliance.engine.model.SampleMode
Archive engine sample mode description
- Author:
- Kay Kasemir
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SampleMode
public SampleMode(boolean monitor, double delta, double period) Initialize- Parameters:
monitor- Monitor/subscription or active scan?delta- Value change thresholdperiod- (Expected) update period in seconds
-
-
Method Details
-
isMonitor
public boolean isMonitor()- Returns:
truefor monitored mode, otherwise scan
-
getDelta
public double getDelta()- Returns:
- Sample delta for monitored mode
-
getPeriod
public double getPeriod()- Returns:
- Scan period resp. expected monitor period in seconds
-
toString
-