public class CalculatorData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Constructor and Description |
|---|
CalculatorData() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearValuesMetaMapping() |
RowMetaInterface |
getCalcRowMeta() |
Calculator.FieldIndexes[] |
getFieldIndexes() |
RowMetaInterface |
getOutputRowMeta() |
int[] |
getTempIndexes() |
ValueMetaInterface |
getValueMetaFor(int resultType,
String name) |
void |
setCalcRowMeta(RowMetaInterface calcRowMeta) |
void |
setFieldIndexes(Calculator.FieldIndexes[] fieldIndexes) |
void |
setOutputRowMeta(RowMetaInterface outputRowMeta) |
void |
setTempIndexes(int[] tempIndexes) |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic RowMetaInterface getOutputRowMeta()
public void setOutputRowMeta(RowMetaInterface outputRowMeta)
public RowMetaInterface getCalcRowMeta()
public void setCalcRowMeta(RowMetaInterface calcRowMeta)
public Calculator.FieldIndexes[] getFieldIndexes()
public void setFieldIndexes(Calculator.FieldIndexes[] fieldIndexes)
public int[] getTempIndexes()
public void setTempIndexes(int[] tempIndexes)
public ValueMetaInterface getValueMetaFor(int resultType, String name) throws KettlePluginException
KettlePluginExceptionpublic void clearValuesMetaMapping()
Copyright © 2018 Hitachi Vantara. All rights reserved.