Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Method and Description |
---|---|
EPOnDemandPreparedQuery |
EPRuntime.prepareQuery(EPStatementObjectModel model)
Prepare an unparameterized on-demand query before execution and for repeated execution.
|
EPOnDemandPreparedQuery |
EPRuntime.prepareQuery(String epl)
Prepare an unparameterized on-demand query before execution and for repeated execution.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EPOnDemandPreparedQuerySPI |
Modifier and Type | Class and Description |
---|---|
class |
EPPreparedQueryImpl
Provides prepared query functionality.
|
Modifier and Type | Method and Description |
---|---|
EPOnDemandPreparedQuery |
EPRuntimeImpl.prepareQuery(EPStatementObjectModel model) |
EPOnDemandPreparedQuery |
EPRuntimeImpl.prepareQuery(String epl) |