public class UniqueRowsByHashSetData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Modifier and Type | Field and Description | 
|---|---|
String | 
compareFields  | 
int[] | 
fieldnrs  | 
org.pentaho.di.core.row.RowMetaInterface | 
inputRowMeta  | 
org.pentaho.di.core.row.RowMetaInterface | 
outputRowMeta  | 
String | 
realErrorDescription  | 
HashSet<org.pentaho.di.trans.steps.uniquerowsbyhashset.RowKey> | 
seen  | 
boolean | 
storeValues  | 
| Constructor and Description | 
|---|
UniqueRowsByHashSetData()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
clearHashSet()  | 
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface inputRowMeta
public boolean storeValues
public int[] fieldnrs
public String compareFields
public String realErrorDescription
public HashSet<org.pentaho.di.trans.steps.uniquerowsbyhashset.RowKey> seen