Package com.seeq.link.sdk.export
package com.seeq.link.sdk.export
-
ClassDescriptionUsed by any connection that supports export of Seeq calculated data to the datasource.Specifies the parameters for the exporting an item, being able to serialize to/de-serialize from a human readable String of the form [EXPORT TO "connection" AS "name"]Provides a Read function to enumerate all export directives on items in Seeq, and a Write function to overwrite the export directive for a particular item.An internal data structure that captures the state around a particular export job.Facilitates all aspects of exporting data to the datasource.This interface defines the functions that must be implemented by the class that facilitates exporting of signal data from Seeq to the datasource.Represents the status of the export, which is serialized to properties for the item in Seeq (for example, "Export - Status" and "Export - Message").Extends ThreadPoolExecutor to have three named queues (fast, normal, slow).A rough complement of GetSamplesParameters, this class supplies the arguments for the ExportSamples.PutSamples(PutSamplesParameters) method.