Package | Description |
---|---|
com.espertech.esper.epl.join.base |
Join process interfaces and glue code
|
com.espertech.esper.epl.subquery |
Subquery helper classes are found here.
|
com.espertech.esper.view.internal |
Internal management views for buffering view results and providing these to joins.
|
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 |
SubselectBufferObserver
Observer to a buffer that is filled by a subselect view when it posts events,
to be added and removed from indexes.
|
Modifier and Type | Method and Description |
---|---|
void |
BufferView.setObserver(BufferObserver observer)
Set the observer for indicating new and old data.
|