Package org.pentaho.di.trans.steps.file
Interface IBaseFileInputStepControl
- All Known Implementing Classes:
BaseFileInputStep,TextFileInput
public interface IBaseFileInputStepControl
Interface for some step operations required for parse input file.
-
Method Summary
Modifier and TypeMethodDescriptionbooleancheckFeedback(long lines) booleanfailAfterBadFile(String errorMsg) longlonglonglonglongvoidvoidsetErrors(long e) voidstopAll()
-
Method Details
-
incrementLinesInput
long incrementLinesInput() -
getLinesWritten
long getLinesWritten() -
putRow
void putRow(org.pentaho.di.core.row.RowMetaInterface rowMeta, Object[] row) throws org.pentaho.di.core.exception.KettleStepException - Throws:
org.pentaho.di.core.exception.KettleStepException
-
getLinesInput
long getLinesInput() -
checkFeedback
boolean checkFeedback(long lines) -
incrementLinesUpdated
long incrementLinesUpdated() -
failAfterBadFile
-
stopAll
void stopAll() -
getErrors
long getErrors() -
setErrors
void setErrors(long e)
-