Uses of Interface
net.esper.view.EventStream

Packages that use EventStream
net.esper.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
net.esper.view.stream View to event stream relationship service 
 

Uses of EventStream in net.esper.view
 

Classes in net.esper.view that implement EventStream
 class ZeroDepthStream
          Event stream implementation that does not keep any window by itself of the events coming into the stream.
 

Methods in net.esper.view with parameters of type EventStream
 void ViewServiceImpl.remove(EventStream eventStream, Viewable viewToRemove)
           
 void ViewService.remove(EventStream eventStream, Viewable view)
          Removes a view discoupling the view and any of it's parent views up the tree to the last shared parent view.
 

Uses of EventStream in net.esper.view.stream
 

Methods in net.esper.view.stream that return EventStream
 EventStream StreamFactorySvcReuse.createStream(FilterSpec filterSpec, FilterService filterService, EPStatementHandle epStatementHandle)
          See the method of the same name in StreamFactoryService.
 EventStream StreamFactorySvcCreate.createStream(FilterSpec filterSpec, FilterService filterService, EPStatementHandle epStatementHandle)
          See the method of the same name in StreamFactoryService.
 EventStream StreamFactorySvcImpl.createStream(FilterSpec filterSpec, FilterService filterService, EPStatementHandle epStatementHandle, boolean isJoin)
           
 EventStream StreamFactoryService.createStream(FilterSpec filterSpec, FilterService filterService, EPStatementHandle epStatementHandle, boolean isJoin)
          Create or reuse existing EventStream instance representing that event filter.