|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simantics.databoard.history.SampleCollector
public class SampleCollector
Sample collector reads values from a datasource, samples them and adds to a record session. Recording Session is a time series storage format. https://www.simantics.org/wiki/index.php/Databoard_Specification#History_Contract There is a contract for the structure of data sources https://www.simantics.org/wiki/index.php/Databoard_Specification#Datasource_Contract
Constructor Summary | |
---|---|
SampleCollector(Accessor datasource,
Accessor recordingSession,
java.lang.Object samplingConfiguration)
Create sample collector |
Method Summary | |
---|---|
void |
start()
Start collecting samples |
void |
stop()
Stop collecting samples |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SampleCollector(Accessor datasource, Accessor recordingSession, java.lang.Object samplingConfiguration)
datasource
- recordingSession
- samplingConfiguration
- Method Detail |
---|
public void start()
public void stop()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |