Uses of Class
com.espertech.esper.common.internal.context.mgr.ContextControllerStatementDesc
Packages that use ContextControllerStatementDesc
Package
Description
-
Uses of ContextControllerStatementDesc in com.espertech.esper.common.internal.context.controller.category
Methods in com.espertech.esper.common.internal.context.controller.category with parameters of type ContextControllerStatementDescModifier and TypeMethodDescriptionContextControllerCategoryFactory.populateFilterAddendum
(FilterSpecActivatable filterSpec, boolean forStatement, int nestingLevel, Object partitionKey, ContextControllerStatementDesc optionalStatementDesc, Map<Integer, ContextControllerStatementDesc> statements, AgentInstanceContext agentInstanceContextStatement) Method parameters in com.espertech.esper.common.internal.context.controller.category with type arguments of type ContextControllerStatementDescModifier 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
Methods in com.espertech.esper.common.internal.context.controller.core with parameters of type ContextControllerStatementDescModifier and TypeMethodDescriptionContextControllerFactory.populateFilterAddendum
(FilterSpecActivatable filterSpec, boolean forStatement, int nestingLevel, Object partitionKey, ContextControllerStatementDesc optionalStatementDesc, Map<Integer, ContextControllerStatementDesc> statements, AgentInstanceContext agentInstanceContextStatement) Method parameters in com.espertech.esper.common.internal.context.controller.core with type arguments of type ContextControllerStatementDescModifier 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
Methods in com.espertech.esper.common.internal.context.controller.hash with parameters of type ContextControllerStatementDescModifier and TypeMethodDescriptionContextControllerHashFactory.populateFilterAddendum
(FilterSpecActivatable filterSpec, boolean forStatement, int nestingLevel, Object partitionKey, ContextControllerStatementDesc optionalStatementDesc, Map<Integer, ContextControllerStatementDesc> statements, AgentInstanceContext agentInstanceContextStatement) Method parameters in com.espertech.esper.common.internal.context.controller.hash with type arguments of type ContextControllerStatementDescModifier 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
Methods in com.espertech.esper.common.internal.context.controller.initterm with parameters of type ContextControllerStatementDescModifier and TypeMethodDescriptionContextControllerInitTermFactory.populateFilterAddendum
(FilterSpecActivatable filterSpec, boolean forStatement, int nestingLevel, Object partitionKey, ContextControllerStatementDesc optionalStatementDesc, Map<Integer, ContextControllerStatementDesc> statements, AgentInstanceContext agentInstanceContextStatement) Method parameters in com.espertech.esper.common.internal.context.controller.initterm with type arguments of type ContextControllerStatementDescModifier 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
Methods in com.espertech.esper.common.internal.context.controller.keyed with parameters of type ContextControllerStatementDescModifier 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) Method parameters in com.espertech.esper.common.internal.context.controller.keyed with type arguments of type ContextControllerStatementDescModifier 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
Methods in com.espertech.esper.common.internal.context.mgr that return types with arguments of type ContextControllerStatementDescModifier and TypeMethodDescriptionContextManager.getStatements()
ContextManagerResident.getStatements()
Methods in com.espertech.esper.common.internal.context.mgr with parameters of type ContextControllerStatementDescModifier 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) Method parameters in com.espertech.esper.common.internal.context.mgr with type arguments of type ContextControllerStatementDescModifier 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
Methods in com.espertech.esper.common.internal.context.util with parameters of type ContextControllerStatementDescModifier 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)