|
||||||||||
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.variable.CreateVariableView
public class CreateVariableView
View for handling create-variable syntax.
The view posts to listeners when a variable changes, if it has subviews.
The view returns the current variable value for the iterator.
The event type for such posted events is a single field Map with the variable value.
Field Summary |
---|
Fields inherited from class com.espertech.esper.view.ViewSupport |
---|
EMPTY_VIEW_ARRAY, parent |
Constructor Summary | |
---|---|
CreateVariableView(java.lang.String statementId,
EventAdapterService eventAdapterService,
VariableService variableService,
java.lang.String variableName,
StatementResultService statementResultService)
Ctor. |
Method Summary | |
---|---|
EventType |
getEventType()
Provides metadata information about the type of object the event collection contains. |
static EventType |
getEventType(java.lang.String statementId,
EventAdapterService eventAdapterService,
VariableMetaData variableMetaData)
|
java.util.Iterator<EventBean> |
iterator()
Allows iteration through all elements in this event collection. |
void |
update(EventBean[] newData,
EventBean[] oldData)
Notify that data has been added or removed from the Viewable parent. |
void |
update(java.lang.Object newValue,
java.lang.Object oldValue)
Indicate a change in variable value. |
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 CreateVariableView(java.lang.String statementId, EventAdapterService eventAdapterService, VariableService variableService, java.lang.String variableName, StatementResultService statementResultService)
eventAdapterService
- for creating eventsvariableService
- for looking up variablesvariableName
- is the name of the variable to createstatementResultService
- for coordinating on whether insert and remove stream events should be postedMethod Detail |
---|
public static EventType getEventType(java.lang.String statementId, EventAdapterService eventAdapterService, VariableMetaData variableMetaData)
public void update(java.lang.Object newValue, java.lang.Object oldValue)
VariableChangeCallback
update
in interface VariableChangeCallback
newValue
- new valueoldValue
- old valuepublic void update(EventBean[] newData, EventBean[] oldData)
View
update
in interface View
newData
- is the new data that has been added to the parent viewoldData
- is the old data that has been removed from the parent viewpublic EventType getEventType()
EventCollection
getEventType
in interface EventCollection
public java.util.Iterator<EventBean> iterator()
EventCollection
iterator
in interface EventCollection
iterator
in interface java.lang.Iterable<EventBean>
|
© 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 |