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 |
---|---|
AgentInstanceScriptContext |
AgentInstanceViewFactoryChainContext.getAgentInstanceScriptContext() |
AgentInstanceScriptContext |
AgentInstanceContext.getAgentInstanceScriptContext() |
Constructor and Description |
---|
AgentInstanceContext(StatementContext statementContext,
EPStatementAgentInstanceHandle epStatementAgentInstanceHandle,
int agentInstanceId,
AgentInstanceFilterProxy agentInstanceFilterProxy,
MappedEventBean agentInstanceProperties,
AgentInstanceScriptContext agentInstanceScriptContext) |
Modifier and Type | Method and Description |
---|---|
AgentInstanceScriptContext |
ExprEvaluatorContextStatement.getAgentInstanceScriptContext() |
AgentInstanceScriptContext |
StatementContext.getDefaultAgentInstanceScriptContext() |
Constructor and Description |
---|
StatementContext(StatementContextEngineServices stmtEngineServices,
byte[] statementIdBytes,
SchedulingService schedulingService,
ScheduleBucket scheduleBucket,
EPStatementHandle epStatementHandle,
ViewResolutionService viewResultionService,
PatternObjectResolutionService patternResolutionService,
StatementExtensionSvcContext statementExtensionSvcContext,
StatementStopService statementStopService,
MethodResolutionService methodResolutionService,
PatternContextFactory patternContextFactory,
FilterService filterService,
StatementResultService statementResultService,
InternalEventRouteDest internalEventEngineRouteDest,
java.lang.annotation.Annotation[] annotations,
StatementAIResourceRegistry statementAgentInstanceRegistry,
StatementAgentInstanceLock defaultAgentInstanceLock,
ContextDescriptor contextDescriptor,
PatternSubexpressionPoolStmtSvc patternSubexpressionPoolSvc,
boolean statelessSelect,
ContextControllerFactoryService contextControllerFactoryService,
AgentInstanceScriptContext defaultAgentInstanceScriptContext,
AggregationServiceFactoryService aggregationServiceFactoryService)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AgentInstanceScriptContext |
ExprEvaluatorContextTimeOnly.getAgentInstanceScriptContext() |
AgentInstanceScriptContext |
ExprEvaluatorContext.getAgentInstanceScriptContext() |