Uses of Class
com.espertech.esper.client.ConfigurationPlugInSingleRowFunction.ValueCache

Packages that use ConfigurationPlugInSingleRowFunction.ValueCache
com.espertech.esper.client This package and its sub-packages defines the central Esper Client APIs. 
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
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 ConfigurationPlugInSingleRowFunction.ValueCache in com.espertech.esper.client
 

Methods in com.espertech.esper.client that return ConfigurationPlugInSingleRowFunction.ValueCache
 ConfigurationPlugInSingleRowFunction.ValueCache ConfigurationPlugInSingleRowFunction.getValueCache()
          Returns the setting for the cache behavior.
static ConfigurationPlugInSingleRowFunction.ValueCache ConfigurationPlugInSingleRowFunction.ValueCache.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConfigurationPlugInSingleRowFunction.ValueCache[] ConfigurationPlugInSingleRowFunction.ValueCache.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.espertech.esper.client with parameters of type ConfigurationPlugInSingleRowFunction.ValueCache
 void ConfigurationOperations.addPlugInSingleRowFunction(java.lang.String functionName, java.lang.String className, java.lang.String methodName, ConfigurationPlugInSingleRowFunction.ValueCache valueCache)
          Adds a plug-in single-row function given a EPL function name, a class name, method name and setting for value-cache behavior.
 void Configuration.addPlugInSingleRowFunction(java.lang.String functionName, java.lang.String className, java.lang.String methodName, ConfigurationPlugInSingleRowFunction.ValueCache valueCache)
           
 void Configuration.addPlugInSingleRowFunction(java.lang.String functionName, java.lang.String className, java.lang.String methodName, ConfigurationPlugInSingleRowFunction.ValueCache valueCache, ConfigurationPlugInSingleRowFunction.FilterOptimizable filterOptimizable)
          Add single-row function with configurations.
 void ConfigurationOperations.addPlugInSingleRowFunction(java.lang.String functionName, java.lang.String className, java.lang.String methodName, ConfigurationPlugInSingleRowFunction.ValueCache valueCache, ConfigurationPlugInSingleRowFunction.FilterOptimizable filterOptimizable, boolean rethrowExceptions)
          Adds a plug-in single-row function given a EPL function name, a class name, method name and setting for value-cache behavior.
 void Configuration.addPlugInSingleRowFunction(java.lang.String functionName, java.lang.String className, java.lang.String methodName, ConfigurationPlugInSingleRowFunction.ValueCache valueCache, ConfigurationPlugInSingleRowFunction.FilterOptimizable filterOptimizable, boolean rethrowExceptions)
          Add single-row function with configurations.
 void ConfigurationPlugInSingleRowFunction.setValueCache(ConfigurationPlugInSingleRowFunction.ValueCache valueCache)
          Sets the cache behavior.
 

Uses of ConfigurationPlugInSingleRowFunction.ValueCache in com.espertech.esper.core.service
 

Methods in com.espertech.esper.core.service with parameters of type ConfigurationPlugInSingleRowFunction.ValueCache
 void ConfigurationOperationsImpl.addPlugInSingleRowFunction(java.lang.String functionName, java.lang.String className, java.lang.String methodName, ConfigurationPlugInSingleRowFunction.ValueCache valueCache)
           
 void ConfigurationOperationsImpl.addPlugInSingleRowFunction(java.lang.String functionName, java.lang.String className, java.lang.String methodName, ConfigurationPlugInSingleRowFunction.ValueCache valueCache, ConfigurationPlugInSingleRowFunction.FilterOptimizable filterOptimizable, boolean rethrowExceptions)
           
 

Uses of ConfigurationPlugInSingleRowFunction.ValueCache in com.espertech.esper.epl.core
 

Methods in com.espertech.esper.epl.core that return ConfigurationPlugInSingleRowFunction.ValueCache
 ConfigurationPlugInSingleRowFunction.ValueCache EngineImportSingleRowDesc.getValueCache()
           
 

Methods in com.espertech.esper.epl.core with parameters of type ConfigurationPlugInSingleRowFunction.ValueCache
 void EngineImportServiceImpl.addSingleRow(java.lang.String functionName, java.lang.String singleRowFuncClass, java.lang.String methodName, ConfigurationPlugInSingleRowFunction.ValueCache valueCache, ConfigurationPlugInSingleRowFunction.FilterOptimizable filterOptimizable, boolean rethrowExceptions)
           
 void EngineImportService.addSingleRow(java.lang.String functionName, java.lang.String singleRowFuncClass, java.lang.String methodName, ConfigurationPlugInSingleRowFunction.ValueCache valueCache, ConfigurationPlugInSingleRowFunction.FilterOptimizable filterOptimizable, boolean rethrowExceptions)
          Add an single-row function.
 

Constructors in com.espertech.esper.epl.core with parameters of type ConfigurationPlugInSingleRowFunction.ValueCache
EngineImportSingleRowDesc(java.lang.String className, java.lang.String methodName, ConfigurationPlugInSingleRowFunction.ValueCache valueCache, ConfigurationPlugInSingleRowFunction.FilterOptimizable filterOptimizable, boolean rethrowExceptions)
           
 


© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com