Package | Description |
---|---|
com.espertech.esper.common.client.configuration.common |
Configuration classes for the common section, which is relevant to both the compiler and the runtime
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,ConfigurationCommonMethodRef> |
ConfigurationCommon.methodInvocationReferences
Map of class name and configuration for method invocations on that class.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ConfigurationCommonMethodRef> |
ConfigurationCommon.getMethodInvocationReferences()
Returns the method-invocation-names for use in joins
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCommon.addMethodRef(java.lang.Class clazz,
ConfigurationCommonMethodRef methodInvocationConfig)
Adds a cache configuration for a class providing methods for use in the from-clause.
|
void |
ConfigurationCommon.addMethodRef(java.lang.String className,
ConfigurationCommonMethodRef methodInvocationConfig)
Adds a cache configuration for a class providing methods for use in the from-clause.
|