Interface | Description |
---|---|
HistoricalDataCache |
Implementations serve as caches for historical or reference data retrieved
via lookup keys consisting or one or more rows represented by a list of events.
|
Class | Description |
---|---|
HistoricalDataCacheClearableMap |
For use in iteration over historical joins, a
HistoricalDataCache implementation
that serves to hold EventBean rows generated during a join evaluation
involving historical streams stable for the same cache lookup keys. |
HistoricalDataCacheExpiringImpl |
Implements an expiry-time cache that evicts data when data becomes stale
after a given number of seconds.
|
HistoricalDataCacheFactory |
Factory for data caches for use caching database query results and method invocation results.
|
HistoricalDataCacheLRUImpl |
Query result data cache implementation that uses a least-recently-used algorithm
to store and evict query results.
|
HistoricalDataCacheNullImpl |
Null implementation for a data cache that doesn't ever hit.
|
Copyright © 2005–2018. All rights reserved.