Package | Description |
---|---|
com.espertech.esper.core.context.util |
Context partition utility or reference classes.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.epl.expression |
This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses
|
Modifier and Type | Method and Description |
---|---|
ExpressionResultCacheService |
AgentInstanceViewFactoryChainContext.getExpressionResultCacheService() |
ExpressionResultCacheService |
AgentInstanceContext.getExpressionResultCacheService() |
Modifier and Type | Class and Description |
---|---|
class |
ExpressionResultCacheServiceAgentInstance |
class |
ExpressionResultCacheServiceThreadlocal |
Modifier and Type | Method and Description |
---|---|
ExpressionResultCacheService |
StatementContextEngineServices.getExpressionResultCacheService() |
ExpressionResultCacheService |
ExprEvaluatorContextStatement.getExpressionResultCacheService() |
ExpressionResultCacheService |
StatementContext.getExpressionResultCacheServiceSharable() |
ExpressionResultCacheService |
EPServicesContext.getExpressionResultCacheSharable() |
Constructor and Description |
---|
StatementContextEngineServices(java.lang.String engineURI,
EventAdapterService eventAdapterService,
NamedWindowService namedWindowService,
VariableService variableService,
EngineSettingsService engineSettingsService,
ValueAddEventService valueAddEventService,
ConfigurationInformation configSnapshot,
MetricReportingServiceSPI metricReportingService,
ViewService viewService,
ExceptionHandlingService exceptionHandlingService,
ExpressionResultCacheService expressionResultCacheService,
StatementEventTypeRef statementEventTypeRef) |
Modifier and Type | Method and Description |
---|---|
ExpressionResultCacheService |
ExprEvaluatorContextTimeOnly.getExpressionResultCacheService() |
ExpressionResultCacheService |
ExprEvaluatorContext.getExpressionResultCacheService() |