|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.view.ViewSupport
com.espertech.esper.epl.table.onaction.TableOnViewBase
com.espertech.esper.epl.table.onaction.TableOnDeleteView
public class TableOnDeleteView
View for the on-delete statement that handles removing events from a named window.
Field Summary |
---|
Fields inherited from class com.espertech.esper.epl.table.onaction.TableOnViewBase |
---|
acquireWriteLock, exprEvaluatorContext, lookupStrategy, metadata, tableStateInstance |
Fields inherited from class com.espertech.esper.view.ViewSupport |
---|
EMPTY_VIEW_ARRAY |
Constructor Summary | |
---|---|
TableOnDeleteView(SubordWMatchExprLookupStrategy lookupStrategy,
TableStateInstance rootView,
ExprEvaluatorContext exprEvaluatorContext,
TableMetadata metadata,
TableOnDeleteViewFactory parent)
|
Method Summary | |
---|---|
EventType |
getEventType()
Provides metadata information about the type of object the event collection contains. |
void |
handleMatching(EventBean[] triggerEvents,
EventBean[] matchingEvents)
|
Methods inherited from class com.espertech.esper.epl.table.onaction.TableOnViewBase |
---|
getExprEvaluatorContext, iterator, stop, update |
Methods inherited from class com.espertech.esper.view.ViewSupport |
---|
addView, addView, dumpChildViews, dumpUpdateParams, dumpUpdateParams, findDescendent, findViewIndex, getParent, getViews, hasViews, removeAllViews, removeView, removeView, setParent, updateChildren, updateChildren |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableOnDeleteView(SubordWMatchExprLookupStrategy lookupStrategy, TableStateInstance rootView, ExprEvaluatorContext exprEvaluatorContext, TableMetadata metadata, TableOnDeleteViewFactory parent)
Method Detail |
---|
public void handleMatching(EventBean[] triggerEvents, EventBean[] matchingEvents)
handleMatching
in class TableOnViewBase
public EventType getEventType()
EventCollection
getEventType
in interface EventCollection
getEventType
in class TableOnViewBase
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |