public class RowOutputDataMapper extends RowAdapter
| 构造器和说明 |
|---|
RowOutputDataMapper(MappingIODefinition inputDefinition,
MappingIODefinition outputDefinition,
PutRowInterface putRowInterface) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
rowWrittenEvent(org.pentaho.di.core.row.RowMetaInterface rowMeta,
Object[] row)
Empty method implementing the RowListener.rowWrittenEvent interface method
|
errorRowWrittenEvent, rowReadEventpublic 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
RowAdapterrowWrittenEvent 在接口中 RowListenerrowWrittenEvent 在类中 RowAdapterrowMeta - 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[])Copyright © 2024 Hitachi Vantara. All rights reserved.