Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.epl.db |
Database SQL polling views and caches
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationExpiryTimeCache
Expiring cache settings.
|
class |
ConfigurationLRUCache
LRU cache settings.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationDataCache |
ConfigurationMethodRef.getDataCacheDesc()
Return a method invocation result data cache descriptor.
|
ConfigurationDataCache |
ConfigurationDBRef.getDataCacheDesc()
Return a query result data cache descriptor.
|
Modifier and Type | Method and Description |
---|---|
DataCache |
DataCacheFactory.getDataCache(ConfigurationDataCache cacheDesc,
StatementContext statementContext,
EPStatementAgentInstanceHandle epStatementAgentInstanceHandle,
SchedulingService schedulingService,
ScheduleBucket scheduleBucket,
int streamNum)
Creates a cache implementation for the strategy as defined by the cache descriptor.
|