Interface CacheOptimizedData
- 
- All Superinterfaces:
 HistoricalData,java.io.Serializable
- All Known Implementing Classes:
 BasicHistoricalRecord
public interface CacheOptimizedData extends HistoricalData
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CacheOptimizedSchemagetSchema()java.lang.ObjectgetValueData()- 
Methods inherited from interface com.inductiveautomation.ignition.gateway.history.HistoricalData
getDataCount, getFlavor, getLoggerName, getSignature 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getSchema
CacheOptimizedSchema getSchema()
 
- 
getValueData
java.lang.Object getValueData()
 
 - 
 
 -