public class RowOutputDataMapper extends RowAdapter
Constructor and Description |
---|
RowOutputDataMapper(MappingIODefinition inputDefinition,
MappingIODefinition outputDefinition,
PutRowInterface putRowInterface) |
Modifier and Type | Method and Description |
---|---|
void |
rowWrittenEvent(org.pentaho.di.core.row.RowMetaInterface rowMeta,
Object[] row)
Empty method implementing the RowListener.rowWrittenEvent interface method
|
errorRowWrittenEvent, rowReadEvent
public RowOutputDataMapper(MappingIODefinition inputDefinition, MappingIODefinition outputDefinition, PutRowInterface putRowInterface)
public void rowWrittenEvent(org.pentaho.di.core.row.RowMetaInterface rowMeta, Object[] row) throws org.pentaho.di.core.exception.KettleStepException
RowAdapter
rowWrittenEvent
in interface RowListener
rowWrittenEvent
in class RowAdapter
rowMeta
- the metadata of the rowrow
- the data of the roworg.pentaho.di.core.exception.KettleStepException
- an exception that can be thrown to hard stop the stepRowListener.rowWrittenEvent(org.pentaho.di.core.row.RowMetaInterface, java.lang.Object[])