public class RowAdapter extends Object implements RowListener
RowListener
Constructor and Description |
---|
RowAdapter()
Instantiates a new row adapter.
|
Modifier and Type | Method and Description |
---|---|
void |
errorRowWrittenEvent(RowMetaInterface rowMeta,
Object[] row)
Empty method implementing the RowListener.errorRowWrittenEvent interface method
|
void |
rowReadEvent(RowMetaInterface rowMeta,
Object[] row)
Empty method implementing the RowListener.rowReadEvent interface method
|
void |
rowWrittenEvent(RowMetaInterface rowMeta,
Object[] row)
Empty method implementing the RowListener.rowWrittenEvent interface method
|
public void errorRowWrittenEvent(RowMetaInterface rowMeta, Object[] row) throws KettleStepException
errorRowWrittenEvent
in interface RowListener
rowMeta
- the metadata of the rowrow
- the data of the rowKettleStepException
- an exception that can be thrown to hard stop the stepRowListener.errorRowWrittenEvent(org.pentaho.di.core.row.RowMetaInterface,
java.lang.Object[])
public void rowReadEvent(RowMetaInterface rowMeta, Object[] row) throws KettleStepException
rowReadEvent
in interface RowListener
rowMeta
- the metadata of the rowrow
- the data of the rowKettleStepException
- an exception that can be thrown to hard stop the stepRowListener.rowReadEvent(org.pentaho.di.core.row.RowMetaInterface,
java.lang.Object[])
public void rowWrittenEvent(RowMetaInterface rowMeta, Object[] row) throws KettleStepException
rowWrittenEvent
in interface RowListener
rowMeta
- 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 © 2018 Hitachi Vantara. All rights reserved.