public class SingleThreadedTransExecutor extends Object
Constructor and Description |
---|
SingleThreadedTransExecutor(Trans trans) |
Modifier and Type | Method and Description |
---|---|
void |
clearError()
Clear the error in the transformation, clear all the rows from all the row sets...
|
void |
dispose() |
long |
getErrors() |
Result |
getResult() |
protected int |
getTotalRows(List<RowSet> rowSets) |
Trans |
getTrans() |
boolean |
init() |
boolean |
isStopped() |
boolean |
oneIteration()
Give all steps in the transformation the chance to process all rows on input...
|
public SingleThreadedTransExecutor(Trans trans)
public boolean init() throws KettleException
KettleException
public boolean oneIteration() throws KettleException
KettleException
public long getErrors()
public Result getResult()
public boolean isStopped()
public void dispose() throws KettleException
KettleException
public Trans getTrans()
public void clearError()
Copyright © 2018 Hitachi Vantara. All rights reserved.