Uses of Class
com.espertech.esper.common.client.configuration.Configuration
Package
Description
Configuration classes.
Compiler API: Compiles EPL to byte code.
Runtime API: Runs compiled EPL.
Deployment option callbacks.
-
Uses of Configuration in com.espertech.esper.common.client.configuration
Modifier and TypeMethodDescriptionConfiguration.configure()
Use the configuration specified in an application resource namedesper.cfg.xml
.Use the configuration specified in the given application file.Use the configuration specified in the given application resource.Use the configuration specified by the given URL.Use the mappings and properties specified in the given XML document. -
Uses of Configuration in com.espertech.esper.common.client.hook.recompile
ModifierConstructorDescriptionEPRecompileProviderContext
(EPCompiled compiled, Configuration configuration, String deploymentId, String moduleName, Map<ModuleProperty, Object> moduleProperties, List<EPCompiled> path, int statementIdFirstStatement, Map<Integer, Object> userObjectsRuntime, Map<Integer, String> statementNamesWhenProvidedByAPI, Map<Integer, Map<Integer, Object>> substitutionParameters) Ctor. -
Uses of Configuration in com.espertech.esper.compiler.client
Modifier and TypeMethodDescriptionEPCompiler.eplToModel
(String epl, Configuration configuration) Parse the single-statement EPL and return a statement object model.CompilerArguments.setConfiguration
(Configuration configuration) Sets the configuration -
Uses of Configuration in com.espertech.esper.runtime.client
Modifier and TypeMethodDescriptionEPRuntime.getConfigurationDeepCopy()
Returns a deep-copy of the configuration that is actively in use by the runtime.Modifier and TypeMethodDescriptionstatic EPRuntime
EPRuntimeProvider.getDefaultRuntime
(Configuration configuration) Returns the default runtime.static EPRuntime
EPRuntimeProvider.getDefaultRuntime
(Configuration configuration, EPRuntimeOptions options) Returns the default runtime.static EPRuntime
EPRuntimeProvider.getRuntime
(String uri, Configuration configuration) Returns a runtime for a given URI.static EPRuntime
EPRuntimeProvider.getRuntime
(String uri, Configuration configuration, EPRuntimeOptions options) Returns a runtime for a given URI. -
Uses of Configuration in com.espertech.esper.runtime.client.option
Modifier and TypeMethodDescriptionDeploymentClassLoaderContext.getConfiguration()
Returns the configuration.ModifierConstructorDescriptionDeploymentClassLoaderContext
(com.espertech.esper.common.internal.context.util.ParentClassLoader runtimeParentClassLoader, Configuration configuration) Ctor.