Uses of Interface
com.espertech.esper.common.internal.epl.historical.datacache.HistoricalDataCache
Package
Description
-
Uses of HistoricalDataCache in com.espertech.esper.common.internal.epl.historical.common
Modifier and TypeFieldDescriptionprotected HistoricalDataCache
HistoricalEventViewableBase.dataCache
Modifier and TypeMethodDescriptionHistoricalEventViewable.getOptionalDataCache()
HistoricalEventViewableBase.getOptionalDataCache()
Modifier and TypeMethodDescriptionHistoricalEventViewable.getDataCacheThreadLocal()
HistoricalEventViewableBase.getDataCacheThreadLocal()
HistoricalEventViewableFactoryBase.getDataCacheThreadLocal()
-
Uses of HistoricalDataCache in com.espertech.esper.common.internal.epl.historical.database.connection
Modifier and TypeMethodDescriptionDatabaseConfigServiceImpl.getDataCache
(String databaseName, AgentInstanceContext agentInstanceContext, int streamNumber, int scheduleCallbackId) DatabaseConfigServiceRuntime.getDataCache
(String databaseName, AgentInstanceContext agentInstanceContext, int streamNumber, int scheduleCallbackId) Returns a new cache implementation for this database. -
Uses of HistoricalDataCache in com.espertech.esper.common.internal.epl.historical.datacache
Modifier and TypeClassDescriptionclass
For use in iteration over historical joins, aHistoricalDataCache
implementation that serves to hold EventBean rows generated during a join evaluation involving historical streams stable for the same cache lookup keys.class
Implements an expiry-time cache that evicts data when data becomes stale after a given number of seconds.class
Query result data cache implementation that uses a least-recently-used algorithm to store and evict query results.class
Null implementation for a data cache that doesn't ever hit.Modifier and TypeMethodDescriptionHistoricalDataCacheFactory.getDataCache
(ConfigurationCommonCache cacheDesc, AgentInstanceContext agentInstanceContext, int streamNum, int scheduleCallbackId) Creates a cache implementation for the strategy as defined by the cache descriptor.protected HistoricalDataCache
HistoricalDataCacheFactory.makeTimeCache
(ConfigurationCommonCacheExpiryTime expCache, AgentInstanceContext agentInstanceContext, int streamNum, int scheduleCallbackId)