Uses of Interface
net.esper.view.StreamView

Packages that use StreamView
net.esper.view   
 

Uses of StreamView in net.esper.view
 

Methods in net.esper.view with parameters of type StreamView
 void ZeroDepthStream.doneWith(StreamView view, long index)
           
 void EventStream.doneWith(StreamView view, long index)
          Callback from views to indicate that the stream can remove references to all events up to (and including) a particular index.