Package com.seeq.link.sdk.export
Class ExportJob
java.lang.Object
com.seeq.link.sdk.export.ExportJob
An internal data structure that captures the state around a particular
export job. There is a one-to-one mapping between jobs and signals to
be exported. A job lives until the data is written to the datasource,
then a new job is spawned according to the latency on the directive.
-
Constructor Summary
ConstructorsConstructorDescriptionExportJob
(ExportDirective directive) Creates an export job for the supplied directive.ExportJob
(ExportDirective directive, ExportStatus status, TimeInstant startTime, TimeInstant endTime) -
Method Summary
-
Constructor Details
-
ExportJob
Creates an export job for the supplied directive.- Parameters:
directive
- The export directive for this job
-
ExportJob
public ExportJob(ExportDirective directive, ExportStatus status, TimeInstant startTime, TimeInstant endTime)
-