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.core |
Core expression classes.
|
com.espertech.esper.epl.script |
Script expression evaluation.
|
com.espertech.esper.util.support |
Internal-use-only unit and regression test support classes.
|
Modifier and Type | Method and Description |
---|---|
AgentInstanceScriptContext |
AgentInstanceViewFactoryChainContext.getAllocateAgentInstanceScriptContext() |
AgentInstanceScriptContext |
AgentInstanceContext.getAllocateAgentInstanceScriptContext() |
Constructor and Description |
---|
AgentInstanceContext(StatementContext statementContext,
EPStatementAgentInstanceHandle epStatementAgentInstanceHandle,
int agentInstanceId,
AgentInstanceFilterProxy agentInstanceFilterProxy,
MappedEventBean agentInstanceProperties,
AgentInstanceScriptContext agentInstanceScriptContext) |
Modifier and Type | Method and Description |
---|---|
AgentInstanceScriptContext |
StatementContext.getAllocateAgentInstanceScriptContext() |
AgentInstanceScriptContext |
ExprEvaluatorContextWTableAccess.getAllocateAgentInstanceScriptContext() |
AgentInstanceScriptContext |
ExprEvaluatorContextStatement.getAllocateAgentInstanceScriptContext() |
AgentInstanceScriptContext |
StatementContext.getDefaultAgentInstanceScriptContext() |
Constructor and Description |
---|
StatementContext(StatementContextEngineServices stmtEngineServices,
SchedulingService schedulingService,
ScheduleBucket scheduleBucket,
EPStatementHandle epStatementHandle,
ViewResolutionService viewResultionService,
PatternObjectResolutionService patternResolutionService,
StatementExtensionSvcContext statementExtensionSvcContext,
StatementStopService statementStopService,
PatternContextFactory patternContextFactory,
FilterService filterService,
StatementResultService statementResultService,
InternalEventRouteDest internalEventEngineRouteDest,
Annotation[] annotations,
StatementAIResourceRegistry statementAgentInstanceRegistry,
StatementAgentInstanceLock defaultAgentInstanceLock,
ContextDescriptor contextDescriptor,
PatternSubexpressionPoolStmtSvc patternSubexpressionPoolSvc,
MatchRecognizeStatePoolStmtSvc matchRecognizeStatePoolStmtSvc,
boolean statelessSelect,
ContextControllerFactoryService contextControllerFactoryService,
AgentInstanceScriptContext defaultAgentInstanceScriptContext,
AggregationServiceFactoryService aggregationServiceFactoryService,
boolean writesToTables,
Object statementUserObject,
StatementSemiAnonymousTypeRegistry statementSemiAnonymousTypeRegistry,
int priority) |
Modifier and Type | Method and Description |
---|---|
AgentInstanceScriptContext |
ExprEvaluatorContextTimeOnly.getAllocateAgentInstanceScriptContext() |
AgentInstanceScriptContext |
ExprEvaluatorContext.getAllocateAgentInstanceScriptContext() |
Modifier and Type | Method and Description |
---|---|
static AgentInstanceScriptContext |
AgentInstanceScriptContext.from(EventAdapterService eventAdapterService) |
Modifier and Type | Method and Description |
---|---|
AgentInstanceScriptContext |
SupportExprEvaluatorContext.getAllocateAgentInstanceScriptContext() |