Uses of Class
com.espertech.esper.common.client.configuration.Configuration
Packages that use 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
Methods in com.espertech.esper.common.client.configuration that return ConfigurationModifier 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
Methods in com.espertech.esper.common.client.hook.recompile that return ConfigurationConstructors in com.espertech.esper.common.client.hook.recompile with parameters of type ConfigurationModifierConstructorDescriptionEPRecompileProviderContext
(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
Methods in com.espertech.esper.compiler.client that return ConfigurationMethods in com.espertech.esper.compiler.client with parameters of type ConfigurationModifier and TypeMethodDescriptionEPCompiler.eplToModel
(String epl, Configuration configuration) Parse the single-statement EPL and return a statement object model.CompilerArguments.setConfiguration
(Configuration configuration) Sets the configurationConstructors in com.espertech.esper.compiler.client with parameters of type Configuration -
Uses of Configuration in com.espertech.esper.runtime.client
Methods in com.espertech.esper.runtime.client that return ConfigurationModifier and TypeMethodDescriptionEPRuntime.getConfigurationDeepCopy()
Returns a deep-copy of the configuration that is actively in use by the runtime.Methods in com.espertech.esper.runtime.client with parameters of type ConfigurationModifier 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
Methods in com.espertech.esper.runtime.client.option that return ConfigurationModifier and TypeMethodDescriptionDeploymentClassLoaderContext.getConfiguration()
Returns the configuration.Constructors in com.espertech.esper.runtime.client.option with parameters of type ConfigurationModifierConstructorDescriptionDeploymentClassLoaderContext
(com.espertech.esper.common.internal.context.util.ParentClassLoader runtimeParentClassLoader, Configuration configuration) Ctor.