Uses of Interface
net.esper.view.stream.StreamReuseService

Packages that use StreamReuseService
net.esper.core   
net.esper.view.stream   
 

Uses of StreamReuseService in net.esper.core
 

Methods in net.esper.core that return StreamReuseService
 StreamReuseService EPServicesContext.getStreamService()
          Returns stream service.
 

Uses of StreamReuseService in net.esper.view.stream
 

Classes in net.esper.view.stream that implement StreamReuseService
 class StreamReuseServiceImpl
          Service implementation to reuse event streams and existing filters using reference counting to remove filters when not used.
 

Methods in net.esper.view.stream that return StreamReuseService
static StreamReuseService StreamReuseServiceProvider.newService()
          Creates an implementation of the StreamReuseService interface.