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()  | 
org.pentaho.di.core.Result | 
getResult()  | 
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 org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic boolean oneIteration()
                     throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic long getErrors()
public org.pentaho.di.core.Result getResult()
public boolean isStopped()
public void dispose()
             throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic Trans getTrans()
public void clearError()