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
|
com.espertech.esper.dataflow.ops |
Data flow built-in operators.
|
com.espertech.esper.epl.metric |
Services for metrics reporting, including global flag, repositories and threading.
|
com.espertech.esper.event |
This package defines the internal event APIs.
|
com.espertech.esper.event.arr |
Object-array event type.
|
com.espertech.esper.event.bean |
JavaBean and legacy Java underlying event classes are here.
|
com.espertech.esper.event.map |
Map-underlying event classes are here.
|
com.espertech.esper.event.xml |
XML event wrappers
|
Modifier and Type | Method and Description |
---|---|
EPRuntime |
EPServiceProvider.getEPRuntime()
Returns a class instance of EPRuntime.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EPRuntimeSPI
SPI interface of the runtime exposes fire-and-forget, non-continuous query functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
EPRuntimeImpl
Implements runtime interface.
|
Modifier and Type | Method and Description |
---|---|
EPRuntime |
EPServiceProviderImpl.getEPRuntime() |
Constructor and Description |
---|
ConsoleOpRendererXmlJSon(LogSink.LogSinkOutputFormat format,
EPRuntime runtime) |
Modifier and Type | Method and Description |
---|---|
EPRuntime |
MetricExecutionContext.getRuntime()
Returns runtime
|
Modifier and Type | Method and Description |
---|---|
void |
MetricReportingServiceImpl.setContext(EPRuntime runtime,
EPServicesContext servicesContext) |
void |
MetricReportingService.setContext(EPRuntime runtime,
EPServicesContext servicesContext)
Sets runtime and services.
|
Constructor and Description |
---|
MetricExecutionContext(EPServicesContext epServicesContext,
EPRuntime runtime,
StatementMetricRepository statementMetricRepository)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
SendableEvent.send(EPRuntime runtime) |
Modifier and Type | Method and Description |
---|---|
void |
SendableEventObjectArray.send(EPRuntime runtime) |
Modifier and Type | Method and Description |
---|---|
void |
SendableEventBean.send(EPRuntime runtime) |
Modifier and Type | Method and Description |
---|---|
void |
SendableEventMap.send(EPRuntime runtime) |
Modifier and Type | Method and Description |
---|---|
void |
SendableEventXML.send(EPRuntime runtime) |