Uses of Class
net.esper.view.ViewSpec

Packages that use ViewSpec
net.esper.eql.expression   
net.esper.eql.parse   
net.esper.view   
 

Uses of ViewSpec in net.esper.eql.expression
 

Methods in net.esper.eql.expression that return types with arguments of type ViewSpec
 java.util.List<ViewSpec> StreamSpec.getViewSpecs()
          Returns view definitions to use to construct views to derive data on stream.
 

Constructor parameters in net.esper.eql.expression with type arguments of type ViewSpec
StreamSpec(FilterSpec filterSpec, java.util.List<ViewSpec> viewSpecs, java.lang.String optionalStreamName)
          Ctor.
 

Uses of ViewSpec in net.esper.eql.parse
 

Methods in net.esper.eql.parse that return ViewSpec
static ViewSpec ASTViewSpecHelper.buildSpec(antlr.collections.AST node)
          Build a view specification from the AST node supplied.
 

Uses of ViewSpec in net.esper.view
 

Methods in net.esper.view with parameters of type ViewSpec
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.
 

Method parameters in net.esper.view with type arguments of type ViewSpec
protected static void ViewServiceHelper.addMergeViews(java.util.List<ViewSpec> specifications)
          Add merge views for any views in the chain requiring a merge (group 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.
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.