public class RowDataInputMapper extends Object
| Constructor and Description |
|---|
RowDataInputMapper(MappingIODefinition inputDefinition,
RowProducer rowProducer) |
public RowDataInputMapper(MappingIODefinition inputDefinition, RowProducer rowProducer)
public boolean putRow(org.pentaho.di.core.row.RowMetaInterface rowMeta,
Object[] row)
row onto the underlying rowProducer during its timeout period.
Returns true if the operation completed successfully and false otherwise.rowMeta - input row's meta datarow - input rowtrue if the row was put successfullypublic void finished()