public class SingleThreadedTransExecutor extends Object
| 构造器和说明 |
|---|
SingleThreadedTransExecutor(Trans trans) |
| 限定符和类型 | 方法和说明 |
|---|---|
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() |
protected int |
getTotalRows(List<org.pentaho.di.core.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 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.KettleExceptionprotected int getTotalRows(List<org.pentaho.di.core.RowSet> rowSets)
public 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()
Copyright © 2024 Hitachi Vantara. All rights reserved.