Uses of Class
com.espertech.esper.common.internal.context.mgr.ContextControllerStatementDesc
Package
Description
-
Uses of ContextControllerStatementDesc in com.espertech.esper.common.internal.context.controller.category
Modifier and TypeMethodDescriptionContextControllerCategoryFactory.populateFilterAddendum
(FilterSpecActivatable filterSpec, boolean forStatement, int nestingLevel, Object partitionKey, ContextControllerStatementDesc optionalStatementDesc, Map<Integer, ContextControllerStatementDesc> statements, AgentInstanceContext agentInstanceContextStatement) Modifier and TypeMethodDescriptionContextControllerCategoryFactory.populateFilterAddendum
(FilterSpecActivatable filterSpec, boolean forStatement, int nestingLevel, Object partitionKey, ContextControllerStatementDesc optionalStatementDesc, Map<Integer, ContextControllerStatementDesc> statements, AgentInstanceContext agentInstanceContextStatement) -
Uses of ContextControllerStatementDesc in com.espertech.esper.common.internal.context.controller.core
Modifier and TypeMethodDescriptionContextControllerFactory.populateFilterAddendum
(FilterSpecActivatable filterSpec, boolean forStatement, int nestingLevel, Object partitionKey, ContextControllerStatementDesc optionalStatementDesc, Map<Integer, ContextControllerStatementDesc> statements, AgentInstanceContext agentInstanceContextStatement) Modifier and TypeMethodDescriptionContextControllerFactory.populateFilterAddendum
(FilterSpecActivatable filterSpec, boolean forStatement, int nestingLevel, Object partitionKey, ContextControllerStatementDesc optionalStatementDesc, Map<Integer, ContextControllerStatementDesc> statements, AgentInstanceContext agentInstanceContextStatement) -
Uses of ContextControllerStatementDesc in com.espertech.esper.common.internal.context.controller.hash
Modifier and TypeMethodDescriptionContextControllerHashFactory.populateFilterAddendum
(FilterSpecActivatable filterSpec, boolean forStatement, int nestingLevel, Object partitionKey, ContextControllerStatementDesc optionalStatementDesc, Map<Integer, ContextControllerStatementDesc> statements, AgentInstanceContext agentInstanceContextStatement) Modifier and TypeMethodDescriptionContextControllerHashFactory.populateFilterAddendum
(FilterSpecActivatable filterSpec, boolean forStatement, int nestingLevel, Object partitionKey, ContextControllerStatementDesc optionalStatementDesc, Map<Integer, ContextControllerStatementDesc> statements, AgentInstanceContext agentInstanceContextStatement) -
Uses of ContextControllerStatementDesc in com.espertech.esper.common.internal.context.controller.initterm
Modifier and TypeMethodDescriptionContextControllerInitTermFactory.populateFilterAddendum
(FilterSpecActivatable filterSpec, boolean forStatement, int nestingLevel, Object partitionKey, ContextControllerStatementDesc optionalStatementDesc, Map<Integer, ContextControllerStatementDesc> statements, AgentInstanceContext agentInstanceContextStatement) Modifier and TypeMethodDescriptionContextControllerInitTermFactory.populateFilterAddendum
(FilterSpecActivatable filterSpec, boolean forStatement, int nestingLevel, Object partitionKey, ContextControllerStatementDesc optionalStatementDesc, Map<Integer, ContextControllerStatementDesc> statements, AgentInstanceContext agentInstanceContextStatement) -
Uses of ContextControllerStatementDesc in com.espertech.esper.common.internal.context.controller.keyed
Modifier and TypeMethodDescriptionstatic FilterValueSetParam[][]
ContextControllerKeyedUtil.getAddendumFilters
(Object getterKey, FilterSpecActivatable filtersSpec, ContextControllerDetailKeyed keyedSpec, boolean includePartition, ContextControllerStatementDesc optionalStatementDesc, Map<Integer, ContextControllerStatementDesc> statements, AgentInstanceContext agentInstanceContext) ContextControllerKeyedFactory.populateFilterAddendum
(FilterSpecActivatable filterSpec, boolean forStatement, int nestingLevel, Object partitionKey, ContextControllerStatementDesc optionalStatementDesc, Map<Integer, ContextControllerStatementDesc> statements, AgentInstanceContext agentInstanceContextStatement) Modifier and TypeMethodDescriptionstatic FilterValueSetParam[][]
ContextControllerKeyedUtil.getAddendumFilters
(Object getterKey, FilterSpecActivatable filtersSpec, ContextControllerDetailKeyed keyedSpec, boolean includePartition, ContextControllerStatementDesc optionalStatementDesc, Map<Integer, ContextControllerStatementDesc> statements, AgentInstanceContext agentInstanceContext) ContextControllerKeyedFactory.populateFilterAddendum
(FilterSpecActivatable filterSpec, boolean forStatement, int nestingLevel, Object partitionKey, ContextControllerStatementDesc optionalStatementDesc, Map<Integer, ContextControllerStatementDesc> statements, AgentInstanceContext agentInstanceContextStatement) -
Uses of ContextControllerStatementDesc in com.espertech.esper.common.internal.context.mgr
Modifier and TypeMethodDescriptionContextManager.getStatements()
ContextManagerResident.getStatements()
Modifier and TypeMethodDescriptionvoid
ContextManagerRealization.activateCreateVariableStatement
(ContextControllerStatementDesc statement) void
ContextManagementService.addStatement
(String deploymentIdCreateContext, String contextName, ContextControllerStatementDesc statement, boolean recovery) void
ContextManagementServiceImpl.addStatement
(String deploymentIdCreateContext, String contextName, ContextControllerStatementDesc statement, boolean recovery) void
ContextManager.addStatement
(ContextControllerStatementDesc statement, boolean recovery) void
ContextManagerResident.addStatement
(ContextControllerStatementDesc statement, boolean recovery) static IdentityHashMap<FilterSpecActivatable,
FilterValueSetParam[][]> ContextManagerUtil.computeAddendumForStatement
(ContextControllerStatementDesc statementDesc, Map<Integer, ContextControllerStatementDesc> statements, ContextControllerFactory[] controllerFactories, Object[] allPartitionKeys, AgentInstanceContext agentInstanceContextCreate) ContextManagerResident.computeFilterAddendum
(ContextControllerStatementDesc statement, Object[] contextPartitionKeys) static List<AgentInstance>
ContextManagerUtil.getAgentInstances
(ContextControllerStatementDesc statement, Collection<Integer> agentInstanceIds) static List<AgentInstance>
ContextManagerUtil.getAgentInstancesFiltered
(ContextControllerStatementDesc statement, Collection<Integer> agentInstanceIds, Function<AgentInstance, Boolean> filter) void
ContextManagerRealization.removeStatement
(ContextControllerStatementDesc statementDesc) void
ContextManagerRealization.startLateStatement
(ContextControllerStatementDesc statement) Modifier and TypeMethodDescriptionstatic IdentityHashMap<FilterSpecActivatable,
FilterValueSetParam[][]> ContextManagerUtil.computeAddendumForStatement
(ContextControllerStatementDesc statementDesc, Map<Integer, ContextControllerStatementDesc> statements, ContextControllerFactory[] controllerFactories, Object[] allPartitionKeys, AgentInstanceContext agentInstanceContextCreate) -
Uses of ContextControllerStatementDesc in com.espertech.esper.common.internal.context.util
Modifier and TypeMethodDescriptionstatic void
AgentInstanceUtil.contextPartitionTerminate
(int agentInstanceId, ContextControllerStatementDesc statementDesc, ContextController[] contextControllers, Map<String, Object> terminationProperties, boolean leaveLocksAcquired, List<AgentInstance> agentInstancesLocksHeld) AgentInstanceUtil.start
(StatementContextRuntimeServices services, ContextControllerStatementDesc statement, int agentInstanceId, MappedEventBean contextProperties, AgentInstanceFilterProxy agentInstanceFilterProxy, boolean isRecoveringResilient) static AgentInstance
AgentInstanceUtil.startStatement
(StatementContextRuntimeServices services, int assignedContextId, ContextControllerStatementDesc statementDesc, MappedEventBean contextBean, AgentInstanceFilterProxy proxy)