|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JoinSetProcessor | |
---|---|
com.espertech.esper.epl.join.base | Join process interfaces and glue code |
com.espertech.esper.epl.view | Internal processing views for output rate limiting, filtering and internal event routing |
Uses of JoinSetProcessor in com.espertech.esper.epl.join.base |
---|
Subinterfaces of JoinSetProcessor in com.espertech.esper.epl.join.base | |
---|---|
interface |
JoinSetIndicator
Marker interface for indicators to join set processors. |
Classes in com.espertech.esper.epl.join.base that implement JoinSetProcessor | |
---|---|
class |
JoinSetFilter
Processes join tuple set by filtering out tuples. |
Constructors in com.espertech.esper.epl.join.base with parameters of type JoinSetProcessor | |
---|---|
JoinExecutionStrategyImpl(JoinSetComposer composer,
JoinSetProcessor filter,
JoinSetProcessor indicator,
ExprEvaluatorContext staticExprEvaluatorContext)
Ctor. |
Uses of JoinSetProcessor in com.espertech.esper.epl.view |
---|
Classes in com.espertech.esper.epl.view that implement JoinSetProcessor | |
---|---|
class |
OutputProcessViewBase
|
class |
OutputProcessViewBaseCallback
Factory for output processing views. |
class |
OutputProcessViewBaseWAfter
|
class |
OutputProcessViewConditionDefault
A view that prepares output events, batching incoming events and invoking the result set processor as necessary. |
class |
OutputProcessViewConditionDefaultPostProcess
A view that prepares output events, batching incoming events and invoking the result set processor as necessary. |
class |
OutputProcessViewConditionFirst
Handles output rate limiting for FIRST, only applicable with a having-clause and no group-by clause. |
class |
OutputProcessViewConditionFirstPostProcess
Handles output rate limiting for FIRST, only applicable with a having-clause and no group-by clause. |
class |
OutputProcessViewConditionSnapshot
A view that handles the "output snapshot" keyword in output rate stabilizing. |
class |
OutputProcessViewConditionSnapshotPostProcess
A view that handles the "output snapshot" keyword in output rate stabilizing. |
class |
OutputProcessViewDirect
Output process view that does not enforce any output policies and may simply hand over events to child views, does not handle distinct. |
class |
OutputProcessViewDirectDistinctOrAfter
Output process view that does not enforce any output policies and may simply hand over events to child views, but works with distinct and after-output policies |
class |
OutputProcessViewDirectDistinctOrAfterPostProcess
Output process view that does not enforce any output policies and may simply hand over events to child views, but works with distinct and after-output policies |
class |
OutputProcessViewDirectPostProcess
|
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |