Package | Description |
---|---|
com.espertech.esper.common.client.configuration.common |
Configuration classes for the common section, which is relevant to both the compiler and the runtime
|
com.espertech.esper.common.internal.epl.historical.datacache |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationCommonCacheExpiryTime
Expiring cache settings.
|
class |
ConfigurationCommonCacheLRU
LRU cache settings.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationCommonCache |
ConfigurationCommonMethodRef.getDataCacheDesc()
Return a method invocation result data cache descriptor.
|
ConfigurationCommonCache |
ConfigurationCommonDBRef.getDataCacheDesc()
Return a query result data cache descriptor.
|
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.
|
Copyright © 2005–2022. All rights reserved.