com.espertech.esper.epl.core
Class EngineImportSingleRowDesc
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EngineImportSingleRowDesc
public EngineImportSingleRowDesc(java.lang.String className,
java.lang.String methodName,
ConfigurationPlugInSingleRowFunction.ValueCache valueCache,
ConfigurationPlugInSingleRowFunction.FilterOptimizable filterOptimizable,
boolean rethrowExceptions)
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()