public class EngineImportSingleRowDesc extends Object implements Serializable
Constructor and Description |
---|
EngineImportSingleRowDesc(String className,
String methodName,
ConfigurationPlugInSingleRowFunction.ValueCache valueCache,
ConfigurationPlugInSingleRowFunction.FilterOptimizable filterOptimizable,
boolean rethrowExceptions,
String optionalEventTypeName) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
ConfigurationPlugInSingleRowFunction.FilterOptimizable |
getFilterOptimizable() |
String |
getMethodName() |
String |
getOptionalEventTypeName() |
ConfigurationPlugInSingleRowFunction.ValueCache |
getValueCache() |
boolean |
isRethrowExceptions() |
public EngineImportSingleRowDesc(String className, String methodName, ConfigurationPlugInSingleRowFunction.ValueCache valueCache, ConfigurationPlugInSingleRowFunction.FilterOptimizable filterOptimizable, boolean rethrowExceptions, String optionalEventTypeName)
public String getClassName()
public String getMethodName()
public ConfigurationPlugInSingleRowFunction.ValueCache getValueCache()
public ConfigurationPlugInSingleRowFunction.FilterOptimizable getFilterOptimizable()
public boolean isRethrowExceptions()
public String getOptionalEventTypeName()