Interface IBaseFileInputTransformControl
-
- All Known Implementing Classes:
BaseFileInputTransform
public interface IBaseFileInputTransformControlInterface for some transform operations required for parse input file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheckFeedback(long lines)booleanfailAfterBadFile(String errorMsg)longgetErrors()longgetLinesInput()longgetLinesWritten()longincrementLinesInput()longincrementLinesUpdated()voidputRow(IRowMeta rowMeta, Object[] row)voidsetErrors(long e)voidstopAll()
-
-
-
Method Detail
-
incrementLinesInput
long incrementLinesInput()
-
getLinesWritten
long getLinesWritten()
-
putRow
void putRow(IRowMeta rowMeta, Object[] row) throws HopTransformException
- Throws:
HopTransformException
-
getLinesInput
long getLinesInput()
-
checkFeedback
boolean checkFeedback(long lines)
-
incrementLinesUpdated
long incrementLinesUpdated()
-
failAfterBadFile
boolean failAfterBadFile(String errorMsg)
-
stopAll
void stopAll()
-
getErrors
long getErrors()
-
setErrors
void setErrors(long e)
-
-