|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DispatchService | |
---|---|
net.esper.core | |
net.esper.dispatch | |
net.esper.eql.join |
Uses of DispatchService in net.esper.core |
---|
Methods in net.esper.core that return DispatchService | |
---|---|
DispatchService |
EPServicesContext.getDispatchService()
Returns dispatch service responsible for dispatching events to listeners. |
Constructors in net.esper.core with parameters of type DispatchService | |
---|---|
EPEQLStatementImpl(java.lang.String expressionText,
DispatchService dispatchService,
EPEQLStmtStartMethod startMethod)
Ctor. |
|
EPPatternStatementImpl(java.lang.String expressionText,
EventType eventType,
DispatchService dispatchService,
EPPatternStmtStartMethod startMethod)
Constructor. |
|
UpdateDispatchView(java.util.Set<UpdateListener> updateListeners,
DispatchService dispatchService)
Ctor. |
Uses of DispatchService in net.esper.dispatch |
---|
Classes in net.esper.dispatch that implement DispatchService | |
---|---|
class |
DispatchServiceImpl
Implements dispatch service using a thread-local linked list of Dispatchable instances. |
Methods in net.esper.dispatch that return DispatchService | |
---|---|
static DispatchService |
DispatchServiceProvider.newService()
Returns new service. |
Uses of DispatchService in net.esper.eql.join |
---|
Constructors in net.esper.eql.join with parameters of type DispatchService | |
---|---|
JoinExecStrategyDispatchable(DispatchService dispatchService,
JoinExecutionStrategy joinExecutionStrategy,
int numStreams)
CTor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |