com.espertech.esper.epl.core
Class EngineImportSingleRowDesc

java.lang.Object
  extended by com.espertech.esper.epl.core.EngineImportSingleRowDesc
All Implemented Interfaces:
java.io.Serializable

public class EngineImportSingleRowDesc
extends java.lang.Object
implements java.io.Serializable

Provides information about a single-row function.

See Also:
Serialized Form

Constructor Summary
EngineImportSingleRowDesc(java.lang.String className, java.lang.String methodName, ConfigurationPlugInSingleRowFunction.ValueCache valueCache, ConfigurationPlugInSingleRowFunction.FilterOptimizable filterOptimizable, boolean rethrowExceptions)
           
 
Method Summary
 java.lang.String getClassName()
           
 ConfigurationPlugInSingleRowFunction.FilterOptimizable getFilterOptimizable()
           
 java.lang.String getMethodName()
           
 ConfigurationPlugInSingleRowFunction.ValueCache getValueCache()
           
 boolean isRethrowExceptions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EngineImportSingleRowDesc

public EngineImportSingleRowDesc(java.lang.String className,
                                 java.lang.String methodName,
                                 ConfigurationPlugInSingleRowFunction.ValueCache valueCache,
                                 ConfigurationPlugInSingleRowFunction.FilterOptimizable filterOptimizable,
                                 boolean rethrowExceptions)
Method Detail

getClassName

public java.lang.String getClassName()

getMethodName

public java.lang.String getMethodName()

getValueCache

public ConfigurationPlugInSingleRowFunction.ValueCache getValueCache()

getFilterOptimizable

public ConfigurationPlugInSingleRowFunction.FilterOptimizable getFilterOptimizable()

isRethrowExceptions

public boolean isRethrowExceptions()

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