Uses of Interface
com.espertech.esper.filter.FilterHandleCallback

Packages that use FilterHandleCallback
com.espertech.esper.adapter Adapter shared classes. 
com.espertech.esper.core.context.mgr Context management. 
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.core.service.multimatch Core service multi-match handlers. 
com.espertech.esper.dataflow.ops Data flow built-in operators. 
com.espertech.esper.filter Main switchboard filtering and routing of incoming events to interested statements is performed in this package. 
com.espertech.esper.pattern Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance 
 

Uses of FilterHandleCallback in com.espertech.esper.adapter
 

Classes in com.espertech.esper.adapter that implement FilterHandleCallback
 class BaseSubscription
          Subscription is a concept for selecting events for processing out of all events available from an engine instance.
 

Method parameters in com.espertech.esper.adapter with type arguments of type FilterHandleCallback
abstract  void BaseSubscription.matchFound(EventBean theEvent, java.util.Collection<FilterHandleCallback> allStmtMatches)
           
 

Uses of FilterHandleCallback in com.espertech.esper.core.context.mgr
 

Classes in com.espertech.esper.core.context.mgr that implement FilterHandleCallback
 class ContextControllerHashedFilterCallback
           
 class ContextControllerPartitionedFilterCallback
           
 

Method parameters in com.espertech.esper.core.context.mgr with type arguments of type FilterHandleCallback
 void ContextControllerPartitionedFilterCallback.matchFound(EventBean theEvent, java.util.Collection<FilterHandleCallback> allStmtMatches)
           
 void ContextControllerHashedFilterCallback.matchFound(EventBean theEvent, java.util.Collection<FilterHandleCallback> allStmtMatches)
           
 

Uses of FilterHandleCallback in com.espertech.esper.core.service
 

Methods in com.espertech.esper.core.service that return FilterHandleCallback
 FilterHandleCallback EPStatementHandleCallback.getFilterCallback()
          Returns the statement filter callback, or null if this is a schedule callback handle.
 

Method parameters in com.espertech.esper.core.service with type arguments of type FilterHandleCallback
 void EPRuntimeIsolatedImpl.processStatementFilterMultiple(EPStatementAgentInstanceHandle handle, java.util.ArrayDeque<FilterHandleCallback> callbackList, EventBean theEvent)
          Processing multiple filter matches for a statement.
 

Constructors in com.espertech.esper.core.service with parameters of type FilterHandleCallback
EPStatementHandleCallback(EPStatementAgentInstanceHandle agentInstanceHandle, FilterHandleCallback callback)
          Ctor.
 

Uses of FilterHandleCallback in com.espertech.esper.core.service.multimatch
 

Fields in com.espertech.esper.core.service.multimatch with type parameters of type FilterHandleCallback
protected static java.lang.ThreadLocal<java.util.LinkedHashSet<FilterHandleCallback>> MultiMatchHandlerNoSubqueryWDedup.dedups
           
 

Method parameters in com.espertech.esper.core.service.multimatch with type arguments of type FilterHandleCallback
 void MultiMatchHandlerSubqueryWDedup.handle(java.util.Collection<FilterHandleCallback> callbacks, EventBean theEvent)
           
 void MultiMatchHandlerSubqueryPreevalNoDedup.handle(java.util.Collection<FilterHandleCallback> callbacks, EventBean theEvent)
           
 void MultiMatchHandlerSubqueryPostevalNoDedup.handle(java.util.Collection<FilterHandleCallback> callbacks, EventBean theEvent)
           
 void MultiMatchHandlerNoSubqueryWDedup.handle(java.util.Collection<FilterHandleCallback> callbacks, EventBean theEvent)
           
 void MultiMatchHandlerNoSubqueryNoDedup.handle(java.util.Collection<FilterHandleCallback> callbacks, EventBean theEvent)
           
 void MultiMatchHandler.handle(java.util.Collection<FilterHandleCallback> callbacks, EventBean theEvent)
           
 

Uses of FilterHandleCallback in com.espertech.esper.dataflow.ops
 

Classes in com.espertech.esper.dataflow.ops that implement FilterHandleCallback
 class EventBusSource
           
 

Method parameters in com.espertech.esper.dataflow.ops with type arguments of type FilterHandleCallback
 void EventBusSource.matchFound(EventBean theEvent, java.util.Collection<FilterHandleCallback> allStmtMatches)
           
 

Uses of FilterHandleCallback in com.espertech.esper.filter
 

Method parameters in com.espertech.esper.filter with type arguments of type FilterHandleCallback
 void FilterHandleCallback.matchFound(EventBean theEvent, java.util.Collection<FilterHandleCallback> allStmtMatches)
          Indicate that an event was evaluated by the FilterService which matches the filter specification FilterSpecCompiled associated with this callback.
 

Uses of FilterHandleCallback in com.espertech.esper.pattern
 

Classes in com.espertech.esper.pattern that implement FilterHandleCallback
 class EvalFilterStateNode
          This class contains the state of a single filter expression in the evaluation state tree.
 class EvalFilterStateNodeConsumeImpl
          This class contains the state of a single filter expression in the evaluation state tree.
 

Method parameters in com.espertech.esper.pattern with type arguments of type FilterHandleCallback
 void EvalFilterStateNodeConsumeImpl.matchFound(EventBean theEvent, java.util.Collection<FilterHandleCallback> allStmtMatches)
           
 void EvalFilterStateNode.matchFound(EventBean theEvent, java.util.Collection<FilterHandleCallback> allStmtMatches)
           
static void EvalFilterStateNodeConsumeImpl.processMatches(EvalFilterConsumptionHandler handler, EventBean theEvent, java.util.Collection<FilterHandleCallback> allStmtMatches)
           
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com