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,
List<ViewSpec> viewSpecDefinitions,
ViewServiceContext context)
|
View |
ViewService.createView(EventStream eventStream,
List<ViewSpec> viewSpecList,
ViewServiceContext context)
Creates a chain of views returning the last view in the chain. |
protected static List<View> |
ViewServiceHelper.instantiateChain(List<View> existingParentViews,
Viewable parentViewable,
List<ViewSpec> specifications,
ViewServiceContext context)
Instantiate a chain of views. |
protected static Pair<Viewable,List<View>> |
ViewServiceHelper.matchExistingViews(Viewable rootViewable,
Map<View,ViewSpec> specificationRepository,
List<ViewSpec> specifications)
Match the views under the stream to the list of view specications passed in. |