Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.epl.core |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,ConfigurationMethodRef> |
Configuration.methodInvocationReferences
Map of class name and configuration for method invocations on that class.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ConfigurationMethodRef> |
ConfigurationInformation.getMethodInvocationReferences()
Returns a map of class name and cache configurations, for use in
method invocations in the from-clause of methods provided by the class.
|
Map<String,ConfigurationMethodRef> |
Configuration.getMethodInvocationReferences() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.addMethodRef(Class clazz,
ConfigurationMethodRef methodInvocationConfig)
Adds a cache configuration for a class providing methods for use in the from-clause.
|
void |
Configuration.addMethodRef(String className,
ConfigurationMethodRef methodInvocationConfig)
Adds a cache configuration for a class providing methods for use in the from-clause.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationMethodRef |
EngineImportServiceImpl.getConfigurationMethodRef(String className) |
ConfigurationMethodRef |
EngineImportService.getConfigurationMethodRef(String className)
Returns the method invocation caches for the from-clause for a class.
|
Modifier and Type | Method and Description |
---|---|
void |
EngineImportServiceImpl.addMethodRefs(Map<String,ConfigurationMethodRef> configs)
Adds cache configs for method invocations for from-clause.
|