Modifier and Type | Field and Description |
---|---|
protected HistoricalDataCache |
HistoricalEventViewableBase.dataCache |
Modifier and Type | Method and Description |
---|---|
HistoricalDataCache |
HistoricalEventViewableBase.getOptionalDataCache() |
HistoricalDataCache |
HistoricalEventViewable.getOptionalDataCache() |
Modifier and Type | Method and Description |
---|---|
ThreadLocal<HistoricalDataCache> |
HistoricalEventViewableFactoryBase.getDataCacheThreadLocal() |
ThreadLocal<HistoricalDataCache> |
HistoricalEventViewableBase.getDataCacheThreadLocal() |
ThreadLocal<HistoricalDataCache> |
HistoricalEventViewable.getDataCacheThreadLocal() |
Modifier and Type | Method and Description |
---|---|
HistoricalDataCache |
DatabaseConfigServiceRuntime.getDataCache(String databaseName,
AgentInstanceContext agentInstanceContext,
int streamNumber,
int scheduleCallbackId)
Returns a new cache implementation for this database.
|
HistoricalDataCache |
DatabaseConfigServiceImpl.getDataCache(String databaseName,
AgentInstanceContext agentInstanceContext,
int streamNumber,
int scheduleCallbackId) |
Modifier and Type | Class and Description |
---|---|
class |
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. |
class |
HistoricalDataCacheExpiringImpl
Implements an expiry-time cache that evicts data when data becomes stale
after a given number of seconds.
|
class |
HistoricalDataCacheLRUImpl
Query result data cache implementation that uses a least-recently-used algorithm
to store and evict query results.
|
class |
HistoricalDataCacheNullImpl
Null implementation for a data cache that doesn't ever hit.
|
Modifier and Type | Method and Description |
---|---|
HistoricalDataCache |
HistoricalDataCacheFactory.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) |
Copyright © 2005–2021. All rights reserved.