Uses of Class
net.esper.eql.view.OutputProcessView

Packages that use OutputProcessView
net.esper.eql.view Internal processing views for output rate limiting, filtering and internal event routing 
 

Uses of OutputProcessView in net.esper.eql.view
 

Subclasses of OutputProcessView in net.esper.eql.view
 class OutputProcessViewDirect
          Output process view that does not enforce any output policies and may simply hand over events to child views.
 class OutputProcessViewPolicy
          A view that prepares output events, batching incoming events and invoking the result set processor as necessary.
 

Methods in net.esper.eql.view that return OutputProcessView
static OutputProcessView OutputProcessViewFactory.makeView(ResultSetProcessor resultSetProcessor, int streamCount, OutputLimitSpec outputLimitSpec, StatementContext statementContext)
          Creates an output processor view depending on the presence of output limiting requirements.