Methods in net.esper.view that throw ViewProcessingException |
protected static View |
ViewFactory.create(Viewable parentView,
ViewSpec spec)
Instantiates a view based on view name and parameters stored in the view spec, and attempts to
hook it up with a parent view. |
View |
ViewServiceImpl.createView(EventStream eventStream,
java.util.List<ViewSpec> viewSpecDefinitions,
ViewServiceContext context)
|
View |
ViewService.createView(EventStream eventStream,
java.util.List<ViewSpec> viewSpecList,
ViewServiceContext context)
Creates a chain of views returning the last view in the chain. |
protected static java.util.List<View> |
ViewServiceHelper.instantiateChain(java.util.List<View> existingParentViews,
Viewable parentViewable,
java.util.List<ViewSpec> specifications,
ViewServiceContext context)
Instantiate a chain of views. |
protected static Pair<Viewable,java.util.List<View>> |
ViewServiceHelper.matchExistingViews(Viewable rootViewable,
java.util.Map<View,ViewSpec> specificationRepository,
java.util.List<ViewSpec> specifications)
Match the views under the stream to the list of view specications passed in. |