Package | Description |
---|---|
com.espertech.esper.common.internal.context.activator | |
com.espertech.esper.common.internal.context.util | |
com.espertech.esper.common.internal.filtersvc |
Constructor and Description |
---|
ViewableActivatorFilterMgmtCallback(FilterHandle filterHandle,
FilterSpecActivatable filterSpecActivatable) |
Modifier and Type | Class and Description |
---|---|
class |
EPStatementHandleCallbackFilter
Statement resource handle and callback for use with filter services.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
AgentInstanceUtil.evaluateFilterForStatement(EventBean theEvent,
AgentInstanceContext agentInstanceContext,
FilterHandle filterHandle) |
Modifier and Type | Method and Description |
---|---|
void |
FilterService.add(EventType eventType,
FilterValueSetParam[][] valueSet,
FilterHandle callback)
Add a filter for events as defined by the filter specification, and register a
callback to be invoked upon evaluation of an event that matches the filter spec.
|
void |
FilterService.remove(FilterHandle callback,
EventType eventType,
FilterValueSetParam[][] valueSet)
Remove a filter callback.
|
Modifier and Type | Method and Description |
---|---|
long |
FilterService.evaluate(EventBean theEvent,
Collection<FilterHandle> matches,
ExprEvaluatorContext ctx)
Finds matching filters to the event passed in and collects their associated callback method.
|
long |
FilterService.evaluate(EventBean theEvent,
Collection<FilterHandle> matches,
int statementId,
ExprEvaluatorContext ctx)
Finds matching filters to the event passed in and collects their associated callback method, for a particular statement only
|
Copyright © 2005–2020. All rights reserved.