public interface RowDistributionInterface
Modifier and Type | Method and Description |
---|---|
void |
distributeRow(RowMetaInterface rowMeta,
Object[] row,
StepInterface stepInterface)
Do the actual row distribution in the step
|
String |
getCode() |
String |
getDescription() |
PrimitiveGCInterface.EImage |
getDistributionImage()
Which mini-icon needs to be shown on the hop?
|
String getCode()
String getDescription()
void distributeRow(RowMetaInterface rowMeta, Object[] row, StepInterface stepInterface) throws KettleStepException
rowMeta
- the meta-data of the row to distributerow
- the data of the row data to distributestepInterface
- The step to distribute the rows inKettleStepException
PrimitiveGCInterface.EImage getDistributionImage()
Copyright © 2018 Hitachi Vantara. All rights reserved.