public interface IBaseFileInputStepControl
Modifier and Type | Method and Description |
---|---|
boolean |
checkFeedback(long lines) |
boolean |
failAfterBadFile(String errorMsg) |
long |
getErrors() |
long |
getLinesInput() |
long |
getLinesWritten() |
long |
incrementLinesInput() |
long |
incrementLinesUpdated() |
void |
putRow(RowMetaInterface rowMeta,
Object[] row) |
void |
setErrors(long e) |
void |
stopAll() |
long incrementLinesInput()
long getLinesWritten()
void putRow(RowMetaInterface rowMeta, Object[] row) throws KettleStepException
KettleStepException
long getLinesInput()
boolean checkFeedback(long lines)
long incrementLinesUpdated()
boolean failAfterBadFile(String errorMsg)
void stopAll()
long getErrors()
void setErrors(long e)
Copyright © 2018 Hitachi Vantara. All rights reserved.