Uses of Interface
com.espertech.esper.view.EventStream

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

Uses of EventStream in com.espertech.esper.view
 

Classes in com.espertech.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 com.espertech.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 com.espertech.esper.view.stream
 

Methods in com.espertech.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