|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.view.ViewFactoryChain
public class ViewFactoryChain
Holder for the logical chain of view factories.
Constructor Summary | |
---|---|
ViewFactoryChain(EventType streamEventType,
java.util.List<ViewFactory> viewFactoryChain)
Ctor. |
Method Summary | |
---|---|
static ViewFactoryChain |
fromTypeNoViews(EventType eventType)
|
int |
getDataWindowViewFactoryCount()
Returns the number of data window factories for the chain. |
EventType |
getEventType()
Returns the final event type which is the event type of the last view factory in the chain, or if the chain is empty then the stream's event type. |
java.util.List<ViewFactory> |
getViewFactoryChain()
Returns the chain of view factories. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewFactoryChain(EventType streamEventType, java.util.List<ViewFactory> viewFactoryChain)
streamEventType
- is the event type of the event streamviewFactoryChain
- is the chain of view factoriesMethod Detail |
---|
public EventType getEventType()
public java.util.List<ViewFactory> getViewFactoryChain()
public int getDataWindowViewFactoryCount()
public static ViewFactoryChain fromTypeNoViews(EventType eventType)
|
© 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 |