Package | Description |
---|---|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
com.espertech.esper.runtime.internal.kernel.service |
Modifier and Type | Method and Description |
---|---|
static EPRuntime |
EPRuntimeProvider.getDefaultRuntime(com.espertech.esper.common.client.configuration.Configuration configuration,
EPRuntimeOptions options)
Returns the default runtime.
|
static EPRuntime |
EPRuntimeProvider.getRuntime(String uri,
com.espertech.esper.common.client.configuration.Configuration configuration,
EPRuntimeOptions options)
Returns a runtime for a given URI.
|
Modifier and Type | Method and Description |
---|---|
EPServicesContext |
EPServicesContextFactoryBase.createServicesContext(EPRuntimeSPI epRuntime,
com.espertech.esper.common.client.configuration.Configuration configs,
EPRuntimeOptions options) |
EPServicesContext |
EPServicesContextFactory.createServicesContext(EPRuntimeSPI epRuntime,
com.espertech.esper.common.client.configuration.Configuration configurationSnapshot,
EPRuntimeOptions options)
Factory method for a new set of runtime services.
|
protected void |
EPRuntimeImpl.doInitialize(Long startTime,
EPRuntimeOptions options,
Consumer<EPRuntimeSPIRunAfterDestroyCtx> runAfterDestroy)
Performs the initialization.
|
protected EPServicesHA |
EPServicesContextFactoryDefault.initHA(String runtimeURI,
com.espertech.esper.common.client.configuration.Configuration configurationSnapshot,
RuntimeEnvContext runtimeEnvContext,
com.espertech.esper.common.internal.util.ManagedReadWriteLock eventProcessingRWLock,
com.espertech.esper.common.internal.settings.RuntimeSettingsService runtimeSettingsService,
EPRuntimeOptions options,
com.espertech.esper.common.internal.context.util.ParentClassLoader classLoaderParent) |
protected abstract EPServicesHA |
EPServicesContextFactoryBase.initHA(String runtimeURI,
com.espertech.esper.common.client.configuration.Configuration configurationSnapshot,
RuntimeEnvContext runtimeEnvContext,
com.espertech.esper.common.internal.util.ManagedReadWriteLock eventProcessingRWLock,
com.espertech.esper.common.internal.settings.RuntimeSettingsService runtimeSettingsService,
EPRuntimeOptions options,
com.espertech.esper.common.internal.context.util.ParentClassLoader classLoaderParent) |
Constructor and Description |
---|
EPRuntimeImpl(com.espertech.esper.common.client.configuration.Configuration configuration,
String runtimeURI,
Map<String,EPRuntimeSPI> runtimes,
EPRuntimeOptions options)
Constructor - initializes services.
|
Copyright © 2005–2022. All rights reserved.