public interface RowDistributionInterface
| Modifier and Type | Method and Description | 
|---|---|
void | 
distributeRow(org.pentaho.di.core.row.RowMetaInterface rowMeta,
             Object[] row,
             StepInterface stepInterface)
Do the actual row distribution in the step 
 | 
String | 
getCode()  | 
String | 
getDescription()  | 
org.pentaho.di.core.gui.PrimitiveGCInterface.EImage | 
getDistributionImage()
Which mini-icon needs to be shown on the hop? 
 | 
String getCode()
String getDescription()
void distributeRow(org.pentaho.di.core.row.RowMetaInterface rowMeta,
                 Object[] row,
                 StepInterface stepInterface)
                   throws org.pentaho.di.core.exception.KettleStepException
rowMeta - the meta-data of the row to distributerow - the data of the row data to distributestepInterface - The step to distribute the rows inorg.pentaho.di.core.exception.KettleStepExceptionorg.pentaho.di.core.gui.PrimitiveGCInterface.EImage getDistributionImage()