Uses of Class
com.espertech.esper.common.internal.context.util.AgentInstance
Package
Description
-
Uses of AgentInstance in com.espertech.esper.common.internal.context.controller.core
Modifier and TypeMethodDescriptionvoid
ContextControllerLifecycleCallback.contextPartitionTerminate
(IntSeqKey controllerPath, int subpathIdOrCPId, ContextController originator, Map<String, Object> terminationProperties, boolean leaveLocksAcquired, List<AgentInstance> agentInstancesLocksHeld) -
Uses of AgentInstance in com.espertech.esper.common.internal.context.mgr
Modifier and TypeMethodDescriptionstatic AgentInstance
ContextManagerUtil.getAgentInstance
(StatementContext statementContext, int agentInstanceId) Modifier and TypeMethodDescriptionstatic List<AgentInstance>
ContextManagerUtil.getAgentInstances
(ContextControllerStatementDesc statement, Collection<Integer> agentInstanceIds) ContextPartitionInstantiationResult.getAgentInstances()
static List<AgentInstance>
ContextManagerUtil.getAgentInstancesFiltered
(ContextControllerStatementDesc statement, Collection<Integer> agentInstanceIds, Function<AgentInstance, Boolean> filter) Modifier and TypeMethodDescriptionvoid
ContextManagerRealization.contextPartitionTerminate
(IntSeqKey controllerPath, int subpathIdOrCPId, ContextController originator, Map<String, Object> terminationProperties, boolean leaveLocksAcquired, List<AgentInstance> agentInstancesLocksHeld) void
ContextStatementEventEvaluator.evaluateEventForStatement
(EventBean theEvent, List<AgentInstance> agentInstances, AgentInstanceContext agentInstanceContextCreate) void
ContextStatementEventEvaluatorDefault.evaluateEventForStatement
(EventBean theEvent, List<AgentInstance> agentInstances, AgentInstanceContext agentInstanceContextCreate) static List<AgentInstance>
ContextManagerUtil.getAgentInstancesFiltered
(ContextControllerStatementDesc statement, Collection<Integer> agentInstanceIds, Function<AgentInstance, Boolean> filter) ModifierConstructorDescriptionContextPartitionInstantiationResult
(int subpathOrCPId, List<AgentInstance> agentInstances) -
Uses of AgentInstance in com.espertech.esper.common.internal.context.util
Modifier and TypeFieldDescriptionprotected final AgentInstance[]
AgentInstanceArrayIterator.instances
Modifier and TypeMethodDescriptionstatic AgentInstance
AgentInstanceUtil.startStatement
(StatementContextRuntimeServices services, int assignedContextId, ContextControllerStatementDesc statementDesc, MappedEventBean contextBean, AgentInstanceFilterProxy proxy) Modifier and TypeMethodDescriptionint
AgentInstanceComparator.compare
(AgentInstance ai1, AgentInstance ai2) Modifier and TypeMethodDescriptionstatic void
AgentInstanceUtil.contextPartitionTerminate
(int agentInstanceId, ContextControllerStatementDesc statementDesc, ContextController[] contextControllers, Map<String, Object> terminationProperties, boolean leaveLocksAcquired, List<AgentInstance> agentInstancesLocksHeld) static void
AgentInstanceUtil.evaluateEventForStatement
(EventBean theEvent, Map<String, Object> optionalTriggeringPattern, List<AgentInstance> agentInstances, AgentInstanceContext agentInstanceContextCreate) ModifierConstructorDescriptionAgentInstanceArrayIterator
(AgentInstance[] instances) AgentInstanceArraySafeIterator
(AgentInstance[] instances)