|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationMethodRef | |
---|---|
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. |
Uses of ConfigurationMethodRef in com.espertech.esper.client |
---|
Fields in com.espertech.esper.client with type parameters of type ConfigurationMethodRef | |
---|---|
protected java.util.Map<java.lang.String,ConfigurationMethodRef> |
Configuration.methodInvocationReferences
Map of class name and configuration for method invocations on that class. |
Methods in com.espertech.esper.client that return types with arguments of type ConfigurationMethodRef | |
---|---|
java.util.Map<java.lang.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. |
java.util.Map<java.lang.String,ConfigurationMethodRef> |
Configuration.getMethodInvocationReferences()
|
Methods in com.espertech.esper.client with parameters of type ConfigurationMethodRef | |
---|---|
void |
Configuration.addMethodRef(java.lang.Class clazz,
ConfigurationMethodRef methodInvocationConfig)
Adds a cache configuration for a class providing methods for use in the from-clause. |
void |
Configuration.addMethodRef(java.lang.String className,
ConfigurationMethodRef methodInvocationConfig)
Adds a cache configuration for a class providing methods for use in the from-clause. |
Uses of ConfigurationMethodRef in com.espertech.esper.epl.core |
---|
Methods in com.espertech.esper.epl.core that return ConfigurationMethodRef | |
---|---|
ConfigurationMethodRef |
EngineImportServiceImpl.getConfigurationMethodRef(java.lang.String className)
|
ConfigurationMethodRef |
EngineImportService.getConfigurationMethodRef(java.lang.String className)
Returns the method invocation caches for the from-clause for a class. |
Method parameters in com.espertech.esper.epl.core with type arguments of type ConfigurationMethodRef | |
---|---|
void |
EngineImportServiceImpl.addMethodRefs(java.util.Map<java.lang.String,ConfigurationMethodRef> configs)
Adds cache configs for method invocations for from-clause. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |