public class StreamLookupData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Modifier and Type | Field and Description | 
|---|---|
| RowMetaInterface | cacheKeyMeta | 
| RowMetaInterface | cacheValueMeta | 
| Comparator<KeyValue> | comparator | 
| boolean[] | convertKeysToNativeSee if we need to convert the keys to a native data type | 
| ByteArrayHashIndex | hashIndex | 
| boolean | hasLookupRows | 
| RowMetaInterface | infoMeta | 
| StreamInterface | infoStream | 
| int[] | keynrsnrs of keys-values in row. | 
| RowMetaInterface | keyTypesStores the first row of the lookup-values to later determine if the types are the same as the input row lookup
 values. | 
| List<KeyValue> | list | 
| LongHashIndex | longIndex | 
| Map<RowMetaAndData,Object[]> | lookused to store values in used to look up things | 
| int[] | lookupColumnIndex | 
| RowMetaInterface | lookupMeta | 
| boolean | metadataVerifiedIntegerPair | 
| Object[] | nullIfdefault string converted to values... | 
| RowMetaInterface | outputRowMetaThe metadata we send out | 
| boolean | readLookupValuesFlag to indicate that we have to read lookup values from the info step | 
| Constructor and Description | 
|---|
| StreamLookupData() | 
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 Map<RowMetaAndData,Object[]> look
public int[] keynrs
public RowMetaInterface outputRowMeta
public Object[] nullIf
public boolean readLookupValues
public RowMetaInterface keyTypes
public RowMetaInterface cacheKeyMeta
public RowMetaInterface cacheValueMeta
public Comparator<KeyValue> comparator
public ByteArrayHashIndex hashIndex
public LongHashIndex longIndex
public RowMetaInterface lookupMeta
public RowMetaInterface infoMeta
public int[] lookupColumnIndex
public boolean metadataVerifiedIntegerPair
public boolean[] convertKeysToNative
public boolean hasLookupRows
public StreamInterface infoStream
Copyright © 2018 Hitachi Vantara. All rights reserved.