|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateDispatchView | |
---|---|
com.espertech.esper.core | Implementation of client package interfaces, glue code |
com.espertech.esper.epl.view | Internal processing views for output rate limiting, filtering and internal event routing |
Uses of UpdateDispatchView in com.espertech.esper.core |
---|
Classes in com.espertech.esper.core that implement UpdateDispatchView | |
---|---|
class |
UpdateDispatchViewBase
Convenience view for dispatching view updates received from a parent view to update listeners via the dispatch service. |
class |
UpdateDispatchViewBlockingSpin
Convenience view for dispatching view updates received from a parent view to update listeners via the dispatch service. |
class |
UpdateDispatchViewBlockingWait
Convenience view for dispatching view updates received from a parent view to update listeners via the dispatch service. |
class |
UpdateDispatchViewNonBlocking
Convenience view for dispatching view updates received from a parent view to update listeners via the dispatch service. |
Uses of UpdateDispatchView in com.espertech.esper.epl.view |
---|
Fields in com.espertech.esper.epl.view declared as UpdateDispatchView | |
---|---|
protected UpdateDispatchView |
OutputProcessView.childView
The view to ultimately dispatch to. |
Methods in com.espertech.esper.epl.view with parameters of type UpdateDispatchView | |
---|---|
void |
OutputStrategySimple.output(boolean forceUpdate,
UniformPair<EventBean[]> result,
UpdateDispatchView finalView)
|
void |
OutputStrategyPostProcess.output(boolean forceUpdate,
UniformPair<EventBean[]> result,
UpdateDispatchView finalView)
|
void |
OutputStrategy.output(boolean forceUpdate,
UniformPair<EventBean[]> result,
UpdateDispatchView outputView)
Outputs the result to the output view and following update policy. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |