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