Package | Description |
---|---|
com.espertech.esper.core.context.util |
Context partition utility or reference classes.
|
com.espertech.esper.epl.join.base |
Join process interfaces and glue code
|
com.espertech.esper.view.internal |
Internal management views for buffering view results and providing these to joins.
|
Modifier and Type | Method and Description |
---|---|
EPStatementDispatch |
EPStatementAgentInstanceHandle.getOptionalDispatchable() |
Modifier and Type | Method and Description |
---|---|
void |
EPStatementAgentInstanceHandle.setOptionalDispatchable(EPStatementDispatch optionalDispatchable)
Provides a callback for use when statement processing for filters and schedules is done,
for use by join statements that require an explicit indicator that all
joined streams results have been processed.
|
Modifier and Type | Class and Description |
---|---|
class |
JoinExecStrategyDispatchable
This class reacts to any new data buffered by registring with the dispatch service.
|
Modifier and Type | Class and Description |
---|---|
class |
PatternRemoveDispatchView
View to handle pattern discarding for a single stream (no join).
|
class |
SingleStreamDispatchView
View to dispatch for a single stream (no join).
|