Uses of Interface
com.espertech.esper.epl.view.OutputStrategy

Packages that use OutputStrategy
com.espertech.esper.epl.view Internal processing views for output rate limiting, filtering and internal event routing 
 

Uses of OutputStrategy in com.espertech.esper.epl.view
 

Classes in com.espertech.esper.epl.view that implement OutputStrategy
 class OutputStrategyPostProcess
          An output strategy that handles routing (insert-into) and stream selection.
 class OutputStrategySimple
          An output strategy that outputs if there are results of if the force-update flag is set.
 

Fields in com.espertech.esper.epl.view declared as OutputStrategy
protected  OutputStrategy OutputProcessView.outputStrategy
          Strategy to performs the output once it's decided we need to output.
 

Constructors in com.espertech.esper.epl.view with parameters of type OutputStrategy
OutputProcessView(ResultSetProcessor resultSetProcessor, OutputStrategy outputStrategy, boolean isInsertInto, StatementResultService statementResultService)
          Ctor.
OutputProcessViewDirect(ResultSetProcessor resultSetProcessor, OutputStrategy outputStrategy, boolean isInsertInto, StatementResultService statementResultService)
          Ctor.
OutputProcessViewPolicy(ResultSetProcessor resultSetProcessor, OutputStrategy outputStrategy, boolean isInsertInto, int streamCount, OutputLimitSpec outputLimitSpec, StatementContext statementContext)
          Ctor.
OutputProcessViewSnapshot(ResultSetProcessor resultSetProcessor, OutputStrategy outputStrategy, boolean isInsertInto, int streamCount, OutputLimitSpec outputLimitSpec, StatementContext statementContext)
          Ctor.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com