Uses of Class
com.espertech.esper.common.internal.context.util.AgentInstance
Packages that use AgentInstance
Package
Description
-
Uses of AgentInstance in com.espertech.esper.common.internal.context.controller.core
Method parameters in com.espertech.esper.common.internal.context.controller.core with type arguments of type AgentInstanceModifier 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
Methods in com.espertech.esper.common.internal.context.mgr that return AgentInstanceModifier and TypeMethodDescriptionstatic AgentInstance
ContextManagerUtil.getAgentInstance
(StatementContext statementContext, int agentInstanceId) Methods in com.espertech.esper.common.internal.context.mgr that return types with arguments of type AgentInstanceModifier 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) Method parameters in com.espertech.esper.common.internal.context.mgr with type arguments of type AgentInstanceModifier 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) Constructor parameters in com.espertech.esper.common.internal.context.mgr with type arguments of type AgentInstanceModifierConstructorDescriptionContextPartitionInstantiationResult
(int subpathOrCPId, List<AgentInstance> agentInstances) -
Uses of AgentInstance in com.espertech.esper.common.internal.context.util
Fields in com.espertech.esper.common.internal.context.util declared as AgentInstanceModifier and TypeFieldDescriptionprotected final AgentInstance[]
AgentInstanceArrayIterator.instances
Methods in com.espertech.esper.common.internal.context.util that return AgentInstanceModifier and TypeMethodDescriptionstatic AgentInstance
AgentInstanceUtil.startStatement
(StatementContextRuntimeServices services, int assignedContextId, ContextControllerStatementDesc statementDesc, MappedEventBean contextBean, AgentInstanceFilterProxy proxy) Methods in com.espertech.esper.common.internal.context.util with parameters of type AgentInstanceModifier and TypeMethodDescriptionint
AgentInstanceComparator.compare
(AgentInstance ai1, AgentInstance ai2) Method parameters in com.espertech.esper.common.internal.context.util with type arguments of type AgentInstanceModifier 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) Constructors in com.espertech.esper.common.internal.context.util with parameters of type AgentInstanceModifierConstructorDescriptionAgentInstanceArrayIterator
(AgentInstance[] instances) AgentInstanceArraySafeIterator
(AgentInstance[] instances)