|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.view.ViewFactoryChain
public class ViewFactoryChain
Holder for the logical chain of view factories.
Constructor Summary | |
---|---|
ViewFactoryChain(EventType streamEventType,
List<ViewFactory> viewFactoryChain)
Ctor. |
Method Summary | |
---|---|
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. |
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, List<ViewFactory> viewFactoryChain)
streamEventType
- is the event type of the event streamviewFactoryChain
- is the chain of view factoriesMethod Detail |
---|
public EventType getEventType()
public List<ViewFactory> getViewFactoryChain()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |