Package | Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
JoinExecutionStrategyImpl
Join execution strategy based on a 3-step getSelectListEvents of composing a join set, filtering the join set and
indicating.
|
Constructor and Description |
---|
JoinExecStrategyDispatchable(JoinExecutionStrategy joinExecutionStrategy,
int numStreams)
CTor.
|
Modifier and Type | Field and Description |
---|---|
protected JoinExecutionStrategy |
OutputProcessViewBase.joinExecutionStrategy |
Modifier and Type | Method and Description |
---|---|
static Iterator<EventBean> |
OutputStrategyUtil.getIterator(JoinExecutionStrategy joinExecutionStrategy,
ResultSetProcessor resultSetProcessor,
Viewable parentView,
boolean distinct) |
void |
OutputProcessViewBase.setJoinExecutionStrategy(JoinExecutionStrategy joinExecutionStrategy)
For joins, supplies the join execution strategy that provides iteration over statement results.
|