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
|
com.espertech.esper.common.internal.settings |
Modifier and Type | Field and Description |
---|---|
protected Map<String,ConfigurationCommonMethodRef> |
ConfigurationCommon.methodInvocationReferences
Map of class name and configuration for method invocations on that class.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ConfigurationCommonMethodRef> |
ConfigurationCommon.getMethodInvocationReferences()
Returns the method-invocation-names for use in joins
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCommon.addMethodRef(Class clazz,
ConfigurationCommonMethodRef methodInvocationConfig)
Adds a cache configuration for a class providing methods for use in the from-clause.
|
void |
ConfigurationCommon.addMethodRef(String className,
ConfigurationCommonMethodRef methodInvocationConfig)
Adds a cache configuration for a class providing methods for use in the from-clause.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationCommonMethodRef |
ClasspathImportServiceRuntime.getConfigurationMethodRef(String configurationName) |
Constructor and Description |
---|
ClasspathImportServiceRuntime(Map<String,Object> transientConfiguration,
TimeAbacus timeAbacus,
Set<String> eventTypeAutoNames,
TimeZone timeZone,
Map<String,ConfigurationCommonMethodRef> methodInvocationRef,
List<String> imports,
List<String> annotationImports) |
Copyright © 2005–2021. All rights reserved.