Modifier and Type | Class and Description |
---|---|
class |
ContextControllerHashFilterEntry |
Modifier and Type | Method and Description |
---|---|
void |
ContextControllerHashFilterEntry.matchFound(EventBean theEvent,
Collection<FilterHandleCallback> allStmtMatches) |
Modifier and Type | Class and Description |
---|---|
class |
ContextControllerKeyedFilterEntry |
class |
ContextControllerKeyedFilterEntryNoInit |
class |
ContextControllerKeyedFilterEntryWInit |
Modifier and Type | Method and Description |
---|---|
void |
ContextControllerKeyedFilterEntryWInit.matchFound(EventBean theEvent,
Collection<FilterHandleCallback> allStmtMatches) |
void |
ContextControllerKeyedFilterEntryNoInit.matchFound(EventBean theEvent,
Collection<FilterHandleCallback> allStmtMatches) |
Modifier and Type | Method and Description |
---|---|
FilterHandleCallback |
EPStatementHandleCallbackFilter.getFilterCallback()
Returns the statement filter callback, or null if this is a schedule callback handle.
|
Modifier and Type | Method and Description |
---|---|
void |
EPStatementHandleCallbackFilter.setFilterCallback(FilterHandleCallback filterCallback) |
Constructor and Description |
---|
EPStatementHandleCallbackFilter(EPStatementAgentInstanceHandle agentInstanceHandle,
FilterHandleCallback callback)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
DataFlowFilterServiceAdapterNonHA.addFilterCallback(FilterHandleCallback filterHandleCallback,
AgentInstanceContext agentInstanceContext,
EventType eventType,
FilterValueSetParam[][] params,
int filterCallbackId) |
void |
DataFlowFilterServiceAdapter.addFilterCallback(FilterHandleCallback filterHandleCallback,
AgentInstanceContext agentInstanceContext,
EventType eventType,
FilterValueSetParam[][] params,
int filterCallbackId) |
void |
DataFlowFilterServiceAdapterNonHA.removeFilterCallback(FilterHandleCallback filterHandleCallback,
AgentInstanceContext agentInstanceContext,
EventType eventType,
FilterValueSetParam[][] params,
int filterCallbackId) |
void |
DataFlowFilterServiceAdapter.removeFilterCallback(FilterHandleCallback filterHandleCallback,
AgentInstanceContext agentInstanceContext,
EventType eventType,
FilterValueSetParam[][] params,
int filterCallbackId) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
EvalFilterStateNodeConsumeImpl.matchFound(EventBean theEvent,
Collection<FilterHandleCallback> allStmtMatches) |
void |
EvalFilterStateNode.matchFound(EventBean theEvent,
Collection<FilterHandleCallback> allStmtMatches) |
Modifier and Type | Method and Description |
---|---|
void |
FilterHandleCallback.matchFound(EventBean theEvent,
Collection<FilterHandleCallback> allStmtMatches)
Indicate that an event was evaluated by the
FilterService
which matches the filter specification FilterSpecActivatable associated with this callback. |
Modifier and Type | Field and Description |
---|---|
protected static ThreadLocal<LinkedHashSet<FilterHandleCallback>> |
MultiMatchHandlerNoSubqueryWDedup.DEDUPS |
Modifier and Type | Method and Description |
---|---|
void |
MultiMatchHandlerSubqueryWDedup.handle(Collection<FilterHandleCallback> callbacks,
EventBean theEvent) |
void |
MultiMatchHandlerSubqueryPreevalNoDedup.handle(Collection<FilterHandleCallback> callbacks,
EventBean theEvent) |
void |
MultiMatchHandlerSubqueryPostevalNoDedup.handle(Collection<FilterHandleCallback> callbacks,
EventBean theEvent) |
void |
MultiMatchHandlerNoSubqueryWDedup.handle(Collection<FilterHandleCallback> callbacks,
EventBean theEvent) |
void |
MultiMatchHandlerNoSubqueryNoDedup.handle(Collection<FilterHandleCallback> callbacks,
EventBean theEvent) |
void |
MultiMatchHandler.handle(Collection<FilterHandleCallback> callbacks,
EventBean theEvent) |
Copyright © 2005–2020. All rights reserved.