Uses of Class
com.espertech.esper.runtime.client.EPRuntimeOptions
Package
Description
Runtime API: Runs compiled EPL.
-
Uses of EPRuntimeOptions in com.espertech.esper.runtime.client
Modifier and TypeMethodDescriptionstatic 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. -
Uses of EPRuntimeOptions in com.espertech.esper.runtime.internal.kernel.service
Modifier and TypeMethodDescriptionEPServicesContextFactory.createServicesContext
(EPRuntimeSPI epRuntime, com.espertech.esper.common.client.configuration.Configuration configurationSnapshot, EPRuntimeOptions options) Factory method for a new set of runtime services.EPServicesContextFactoryBase.createServicesContext
(EPRuntimeSPI epRuntime, com.espertech.esper.common.client.configuration.Configuration configs, EPRuntimeOptions options) protected void
EPRuntimeImpl.doInitialize
(Long startTime, EPRuntimeOptions options, Consumer<EPRuntimeSPIRunAfterDestroyCtx> runAfterDestroy) Performs the initialization.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) 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) ModifierConstructorDescriptionEPRuntimeImpl
(com.espertech.esper.common.client.configuration.Configuration configuration, String runtimeURI, Map<String, EPRuntimeSPI> runtimes, EPRuntimeOptions options) Constructor - initializes services.