Interface CacheOptimizedSchema
- 
- All Superinterfaces:
- java.io.Serializable
 - All Known Implementing Classes:
- BasicHistoricalRecord
 
 public interface CacheOptimizedSchema extends java.io.SerializableA schema for cache optimized data. Provides a function for creating an instance of the historical data given the value data (the object that would come from CacheOptimizedData.getValueData- See Also:
- CacheOptimizedData
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description HistoricalDatacreateData(java.lang.Object valueData)
 
- 
- 
- 
Method Detail- 
createDataHistoricalData createData(java.lang.Object valueData) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 
- 
 
-