public interface RowListener
addRowListenermethod. When the row event occurs, that object's appropriate method is invoked.
RowEvent| 限定符和类型 | 方法和说明 |
|---|---|
void |
errorRowWrittenEvent(org.pentaho.di.core.row.RowMetaInterface rowMeta,
Object[] row)
This method is called when the error handling of a row is writing a row to the error stream.
|
void |
rowReadEvent(org.pentaho.di.core.row.RowMetaInterface rowMeta,
Object[] row)
This method is called when a row is read from another step
|
void |
rowWrittenEvent(org.pentaho.di.core.row.RowMetaInterface rowMeta,
Object[] row)
This method is called when a row is written to another step (even if there is no next step)
|
void rowReadEvent(org.pentaho.di.core.row.RowMetaInterface rowMeta,
Object[] row)
throws org.pentaho.di.core.exception.KettleStepException
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 stepvoid rowWrittenEvent(org.pentaho.di.core.row.RowMetaInterface rowMeta,
Object[] row)
throws org.pentaho.di.core.exception.KettleStepException
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 stepvoid errorRowWrittenEvent(org.pentaho.di.core.row.RowMetaInterface rowMeta,
Object[] row)
throws org.pentaho.di.core.exception.KettleStepException
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 stepCopyright © 2024 Hitachi Vantara. All rights reserved.