Interface DatasourceData
- All Superinterfaces:
- HistoricalData,- Serializable
- All Known Implementing Classes:
- BasicHistoricalRecord
This interface represents historical data that knows how to store itself to a database connection. It will go through
 the store and forward pipeline, and when the time comes for it to write, will be called with an open database
 connection.
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionvoidCalled after passing through the store and forward system, the data should store itself to the open connection.Methods inherited from interface com.inductiveautomation.ignition.gateway.history.HistoricalDatagetDataCount, getFlavor, getLoggerName, getSignature
- 
Field Details- 
FLAVOR
 
- 
- 
Method Details- 
storeToConnectionCalled after passing through the store and forward system, the data should store itself to the open connection. If it cannot, it should throw an exception. After several retries, the data will be quarantined.- Throws:
- Exception
 
 
-