Package | Description |
---|---|
com.espertech.esper.common.client.configuration |
Configuration classes.
|
com.espertech.esper.compiler.client |
Compiler API: Compiles EPL to byte code.
|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.configure()
Use the configuration specified in an application
resource named esper.cfg.xml.
|
Configuration |
Configuration.configure(org.w3c.dom.Document document)
Use the mappings and properties specified in the given XML document.
|
Configuration |
Configuration.configure(java.io.File configFile)
Use the configuration specified in the given application
file.
|
Configuration |
Configuration.configure(java.lang.String resource)
Use the configuration specified in the given application
resource.
|
Configuration |
Configuration.configure(java.net.URL url)
Use the configuration specified by the given URL.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
CompilerArguments.getConfiguration()
Returns the configuration
|
Modifier and Type | Method and Description |
---|---|
EPStatementObjectModel |
EPCompiler.eplToModel(java.lang.String epl,
Configuration configuration)
Parse the single-statement EPL and return a statement object model.
|
CompilerArguments |
CompilerArguments.setConfiguration(Configuration configuration)
Sets the configuration
|
Constructor and Description |
---|
CompilerArguments(Configuration configuration)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
EPRuntime.getConfigurationDeepCopy()
Returns a deep-copy of the configuration that is actively in use by the runtime.
|
Modifier and Type | Method and Description |
---|---|
static EPRuntime |
EPRuntimeProvider.getDefaultRuntime(Configuration configuration)
Returns the default runtime.
|
static EPRuntime |
EPRuntimeProvider.getRuntime(java.lang.String uri,
Configuration configuration)
Returns a runtime for a given URI.
|