Package net.esper.view.stream

View to event stream relationship service

See:
          Description

Interface Summary
StreamFactoryService Service on top of the filter service for reuseing filter callbacks and their associated EventStream instances.
 

Class Summary
StreamFactoryServiceProvider Static factory for implementations of the StreamFactoryService interface.
StreamFactorySvcCreate Service implementation to create a new event stream and register newly with the filter service.
StreamFactorySvcImpl Service implementation to reuse or not reuse event streams and existing filters depending on the type of statement.
StreamFactorySvcReuse Service implementation to reuse event streams and existing filters using reference counting to remove filters when not used.
 

Package net.esper.view.stream Description

View to event stream relationship service