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 types with arguments of type EventStream
 Pair<EventStream,ManagedLock> StreamFactorySvcImpl.createStream(FilterSpecCompiled filterSpec, FilterService filterService, EPStatementHandle epStatementHandle, boolean isJoin)
          See the method of the same name in StreamFactoryService.
 Pair<EventStream,ManagedLock> StreamFactoryService.createStream(FilterSpecCompiled filterSpec, FilterService filterService, EPStatementHandle epStatementHandle, boolean isJoin)
          Create or reuse existing EventStream instance representing that event filter.
 


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