Package | Description |
---|---|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
com.espertech.esper.runtime.client.plugin |
Plug-in loaders follow runtime lifecycle and typically are for providing simple adapters or other integrations.
|
com.espertech.esper.runtime.client.scopetest |
Runtime-related classes for facilitating automated regression testing.
|
com.espertech.esper.runtime.client.util |
Adapter shared classes.
|
com.espertech.esper.runtime.internal.dataflow.op.epstatementsource | |
com.espertech.esper.runtime.internal.kernel.service | |
com.espertech.esper.runtime.internal.metrics.instrumentation |
EPL instrumentation helpers.
|
com.espertech.esper.runtime.internal.metrics.stmtmetrics |
Modifier and Type | Method and Description |
---|---|
static EPRuntime |
EPRuntimeProvider.getDefaultRuntime()
Returns the runtime for the default URI.
|
static EPRuntime |
EPRuntimeProvider.getDefaultRuntime(com.espertech.esper.common.client.configuration.Configuration configuration)
Returns the default runtime.
|
static EPRuntime |
EPRuntimeProvider.getExistingRuntime(String uri)
Returns an existing runtime.
|
static EPRuntime |
EPRuntimeProvider.getRuntime(String uri)
Returns a runtime for a given runtime URI.
|
static EPRuntime |
EPRuntimeProvider.getRuntime(String uri,
com.espertech.esper.common.client.configuration.Configuration configuration)
Returns a runtime for a given URI.
|
Modifier and Type | Method and Description |
---|---|
void |
EPRuntimeStateListener.onEPRuntimeDestroyRequested(EPRuntime runtime)
Invoked before an
EPRuntime is destroyed. |
void |
EPRuntimeStateListener.onEPRuntimeInitialized(EPRuntime runtime)
Invoked after an existing
EPRuntime is initialized upon completion of a call to initialize. |
void |
UpdateListener.update(com.espertech.esper.common.client.EventBean[] newEvents,
com.espertech.esper.common.client.EventBean[] oldEvents,
EPStatement statement,
EPRuntime runtime)
Notify that new events are available or old events are removed.
|
Modifier and Type | Method and Description |
---|---|
EPRuntime |
PluginLoaderInitContext.getRuntime()
Returns the runtimeloading the plugin.
|
Constructor and Description |
---|
PluginLoaderInitContext(String name,
Properties properties,
String configXml,
EPRuntime runtime)
Initialization context for use with the adapter loader.
|
Modifier and Type | Method and Description |
---|---|
void |
SupportUpdateListener.update(com.espertech.esper.common.client.EventBean[] newData,
com.espertech.esper.common.client.EventBean[] oldData,
EPStatement statement,
EPRuntime runtime) |
Modifier and Type | Method and Description |
---|---|
EPRuntime |
AdapterSPI.getRuntime()
Returns the runtime instance.
|
Modifier and Type | Method and Description |
---|---|
void |
AdapterSPI.setRuntime(EPRuntime runtime)
An adapter takes an runtime instance to process events.
|
Modifier and Type | Method and Description |
---|---|
void |
EmitterUpdateListener.update(com.espertech.esper.common.client.EventBean[] newEvents,
com.espertech.esper.common.client.EventBean[] oldEvents,
EPStatement statement,
EPRuntime runtime) |
void |
EmitterCollectorUpdateListener.update(com.espertech.esper.common.client.EventBean[] newEvents,
com.espertech.esper.common.client.EventBean[] oldEvents,
EPStatement statement,
EPRuntime runtime) |
Modifier and Type | Interface and Description |
---|---|
interface |
EPRuntimeSPI |
Modifier and Type | Class and Description |
---|---|
class |
EPRuntimeImpl
Service provider encapsulates the runtime's services for runtime and administration interfaces.
|
Modifier and Type | Method and Description |
---|---|
EPRuntime |
EPServicesContext.getEpRuntime() |
Constructor and Description |
---|
EPRuntimeCompileReflectiveSPI(EPRuntimeCompileReflectiveService provider,
EPRuntime runtime) |
Modifier and Type | Method and Description |
---|---|
static void |
InstrumentationHelper.startTest(EPRuntime runtime,
Class testClass,
String testName) |
void |
InstrumentationAssertionService.startTest(EPRuntime runtime,
Class testClass,
String testName) |
static void |
InstrumentationAssertionHelper.startTest(EPRuntime runtime,
Class testClass,
String testName) |
Modifier and Type | Method and Description |
---|---|
void |
MetricsStatementResultListener.update(int numIStream,
int numRStream,
EPStatement statement,
EPRuntime runtime) |
Copyright © 2005–2018. All rights reserved.