|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ZeroDepthStreamIterable
Event stream implementation that does not keep any window by itself of the events coming into the stream, however is itself iterable and keeps the last event. |
class |
ZeroDepthStreamNoIterate
Event stream implementation that does not keep any window by itself of the events coming into the stream, without the possibility to iterate the last event. |
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 EventStream | |
---|---|
static EventStream |
EventStreamProxy.getAuditProxy(java.lang.String engineURI,
java.lang.String statementName,
java.lang.annotation.Annotation[] annotations,
FilterSpecCompiled filterSpec,
EventStream designated)
|
Methods in com.espertech.esper.view.stream that return types with arguments of type EventStream | |
---|---|
Pair<EventStream,StatementAgentInstanceLock> |
StreamFactorySvcImpl.createStream(java.lang.String statementId,
FilterSpecCompiled filterSpec,
FilterService filterService,
EPStatementAgentInstanceHandle epStatementAgentInstanceHandle,
boolean isJoin,
ExprEvaluatorContext exprEvaluatorContext,
boolean hasOrderBy,
boolean filterWithSameTypeSubselect,
java.lang.annotation.Annotation[] annotations,
boolean stateless,
int streamNum,
boolean isCanIterateUnbound)
See the method of the same name in StreamFactoryService . |
Pair<EventStream,StatementAgentInstanceLock> |
StreamFactoryService.createStream(java.lang.String statementId,
FilterSpecCompiled filterSpec,
FilterService filterService,
EPStatementAgentInstanceHandle epStatementAgentInstanceHandle,
boolean isJoin,
ExprEvaluatorContext exprEvaluatorContext,
boolean hasOrderBy,
boolean filterWithSameTypeSubselect,
java.lang.annotation.Annotation[] annotations,
boolean stateless,
int streamNum,
boolean isCanIterateUnbound)
Create or reuse existing EventStream instance representing that event filter. |
Methods in com.espertech.esper.view.stream with parameters of type EventStream | |
---|---|
static EventStream |
EventStreamProxy.getAuditProxy(java.lang.String engineURI,
java.lang.String statementName,
java.lang.annotation.Annotation[] annotations,
FilterSpecCompiled filterSpec,
EventStream designated)
|
static java.lang.Object |
EventStreamProxy.newInstance(java.lang.String engineURI,
java.lang.String statementName,
java.lang.String eventTypeAndFilter,
EventStream eventStream)
|
Constructors in com.espertech.esper.view.stream with parameters of type EventStream | |
---|---|
EventStreamProxy(java.lang.String engineURI,
java.lang.String statementName,
java.lang.String eventTypeAndFilter,
EventStream eventStream)
|
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |