Interface CacheOptimizedSchema

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    BasicHistoricalRecord

    public interface CacheOptimizedSchema
    extends java.io.Serializable
    A 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 Detail

      • createData

        HistoricalData createData​(java.lang.Object valueData)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception