Interface CacheOptimizedData
- All Superinterfaces:
 HistoricalData,Serializable
- All Known Implementing Classes:
 BasicHistoricalRecord
Historical data that implements this class can be optimized when storing to the cache by storing structural "schema"
 data separately from "valued data".
- 
Method Summary
Methods inherited from interface com.inductiveautomation.ignition.gateway.history.HistoricalData
getDataCount, getFlavor, getLoggerName, getSignature 
- 
Method Details
- 
getSchema
CacheOptimizedSchema getSchema() - 
getValueData
Object getValueData() 
 -