| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractStep  | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
Trans.findRunThread(String stepname)
Find the run thread for the step with the specified name. 
 | 
StepInterface | 
Trans.findStepInterface(String stepname,
                 int copyNr)
Find the executing step copy for the step with the specified name and copy number 
 | 
StepInterface | 
Trans.getRunThread(int i)
Gets the run thread for the step at the specified index. 
 | 
StepInterface | 
Trans.getRunThread(String name,
            int copy)
Gets the run thread for the step with the specified name and copy number. 
 | 
StepInterface | 
RowProducer.getStepInterface()  | 
StepInterface | 
Trans.getStepInterface(String stepname,
                int copy)
Find the StepInterface (thread) by looking it up using the name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<StepInterface> | 
Trans.findBaseSteps(String stepname)
Find the base steps for the step with the specified name. 
 | 
List<StepInterface> | 
Trans.findStepInterfaces(String stepname)
Find the available executing step copies for the step with the specified name 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Trans.logSummary(StepInterface si)
Logs a summary message for the specified step. 
 | 
void | 
RowProducer.setStepInterface(StepInterface stepInterface)  | 
| Constructor and Description | 
|---|
RowProducer(StepInterface stepInterface,
           RowSet rowSet)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StepInterfaceWebSocketEngineAdapter
Adapts AEL Operation events to the StepInterface. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BaseStep
This class can be extended for the actual row processing of the implemented step. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
StepInterface | 
StepMetaDataCombi.step  | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
StepMetaInterface.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
Get the executing step, needed by Trans to launch a step. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RowDistributionInterface.distributeRow(RowMetaInterface rowMeta,
             Object[] row,
             StepInterface stepInterface)
Do the actual row distribution in the step 
 | 
void | 
StepListener.stepActive(Trans trans,
          StepMeta stepMeta,
          StepInterface step)
This method is called when a step goes from being idle to being active. 
 | 
void | 
StepAdapter.stepActive(Trans trans,
          StepMeta stepMeta,
          StepInterface step)  | 
void | 
StepListener.stepFinished(Trans trans,
            StepMeta stepMeta,
            StepInterface step)
This method is called when a step completes all work and is finished. 
 | 
void | 
StepAdapter.stepFinished(Trans trans,
            StepMeta stepMeta,
            StepInterface step)  | 
void | 
StepStatus.updateAll(StepInterface baseStep)  | 
| Constructor and Description | 
|---|
StepStatus(StepInterface baseStep)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Calculator
Calculate new field values using pre-defined functions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
CalculatorMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Constant
Generates a number of (empty or the same) rows 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
ConstantMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CreditCardValidator
Check if a Credit Card is valid * 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
CreditCardValidatorMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CsvInput
Read a simple CSV file Just output Strings found in the file... 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
CsvInputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DatabaseJoin
Use values from input streams to joins with values in a database. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
DatabaseJoinMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DatabaseLookup
Looks up values in a database using keys from input streams. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
DatabaseLookupMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DataGrid
Generates a number of (empty or the same) rows 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
DataGridMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DBProc
Retrieves values from a database by calling database stored procedures or functions 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
DBProcMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Delete
Delete data in a database table. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
DeleteMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Denormaliser
Denormalises data based on key-value pairs 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
DenormaliserMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DetectEmptyStream
Detect empty stream. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
DetectEmptyStreamMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DetectLastRow
Detect last row in a stream 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
DetectLastRowMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DimensionLookup
Manages a slowly changing dimension (lookup or update) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
DimensionLookupMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DummyTrans
Do nothing. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
DummyTransMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DynamicSQLRow
Run dynamic SQL. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
DynamicSQLRowMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Edi2Xml  | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
Edi2XmlMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans disp)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExcelInput
This class reads data from one or more Microsoft Excel files. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
ExcelInputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExcelOutput
Converts input rows to excel cells and then writes this information to one or more files. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
ExcelOutputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExcelWriterStep  | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
ExcelWriterStepMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExecProcess
Execute a process * 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
ExecProcessMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExecSQLRow
Execute one or more SQL statements in a script, one time or parameterised (for every row) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
ExecSQLRowMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FieldsChangeSequence
Add sequence to each input row. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
FieldsChangeSequenceMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FieldSplitter
Split a single String fields into multiple parts based on certain conditions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
FieldSplitterMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BaseFileInputStep<M extends BaseFileInputMeta<?,?,?>,D extends BaseFileInputStepData>
This class contains base functionality for file-based input steps. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FileExists
Check if a table exists in a Database * 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
FileExistsMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TextFileInput
Read all sorts of text files, convert them to rows and writes these to one or more output streams. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
TextFileInputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FileLocked
Check if a file is locked * 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
FileLockedMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FilesFromResult
Reads results from a previous transformation in a Job 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
FilesFromResultMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FilesToResult
Writes filenames to a next job entry in a Job 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
FilesToResultMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FilterRows
Filters input rows base on conditions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
FilterRowsMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FixedInput
Read a simple fixed width file Just output fields found in the file... 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
FixedInputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Flattener
Pivots data based on key-value pairs 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
FlattenerMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Formula
Calculate new field values using pre-defined functions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
FormulaMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FuzzyMatch
Performs a fuzzy match for each main stream field row An approximative match is done in a lookup stream 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
FuzzyMatchMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GetFileNames
Read all sorts of text files, convert them to rows and writes these to one or more output streams. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
GetFileNamesMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GetFilesRowsCount
Read all files, count rows number 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
GetFilesRowsCountMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GetRepositoryNames
Read all sorts of text files, convert them to rows and writes these to one or more output streams. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
GetRepositoryNamesMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GetSlaveSequence
Adds a sequential number to a stream of rows. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
GetSlaveSequenceMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GetSubFolders
Read all subfolder inside a specified folder and convert them to rows and writes these to one or more output streams. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
GetSubFoldersMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GetTableNames
Return tables name list from Database connection * 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
GetTableNamesMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GetVariable
Get information from the System or the supervising transformation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
GetVariableMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GroupBy
Groups informations based on aggregation rules. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
GroupByMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HTTP
Retrieves data from an HTTP endpoint 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
HTTPMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HTTPPOST
Make a HTTP Post call 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
HTTPPOSTMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
IfNull
Sets a field value to a constant if it is null 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
IfNullMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
InfobrightLoader
Uses named pipe capability to load Kettle-sourced data into an Infobright table. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
InfobrightLoaderMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)
Get the executing step, needed by Trans to launch a step. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Injector
Executor class to allow a java program to inject rows of data into a transformation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
InjectorMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
InsertUpdate
Performs a lookup in a database table. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
InsertUpdateMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
IngresVectorwiseLoader
Performs a streaming bulk load to a VectorWise table. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
IngresVectorwiseLoaderMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)
Get the executing step, needed by Trans to launch a step. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Janino
Calculate new field values using pre-defined functions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
JaninoMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JavaFilter
Calculate new field values using pre-defined functions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
JavaFilterMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JobExecutor
Execute a job for every input row. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
JobExecutorMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JoinRows
Performs a cartesian product between 2 or more input streams. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
JoinRowsMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LDAPInput
Read LDAP Host, convert them to rows and writes these to one or more output streams. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
LDAPInputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LDAPOutput
Write to LDAP. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
LDAPOutputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LDIFInput
Read all LDIF files, convert them to rows and writes these to one or more output streams. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
LDIFInputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LoadFileInput
Read files, parse them and convert them to rows and writes these to one or more output streams. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
LoadFileInputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Mail
Send mail step. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
MailMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MailInput
Read data from POP3/IMAP server and input data to the next steps. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
MailInputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MailValidator
Check if an email address is valid * 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
MailValidatorMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Mapping
Execute a mapping: a re-usuable transformation 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
MappingMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MappingInput
Do nothing. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
StepInterface[] | 
MappingInputData.sourceSteps  | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
MappingInputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MappingInput.setConnectorSteps(StepInterface[] sourceSteps,
                 List<MappingValueRename> valueRenames,
                 String mappingStepname)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MappingOutput
Do nothing. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
StepInterface[] | 
MappingOutputData.targetSteps  | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
MappingOutputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MappingOutput.setConnectorSteps(StepInterface[] targetSteps,
                 List<MappingValueRename> inputValueRenames,
                 List<MappingValueRename> outputValueRenames)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MemoryGroupBy
Groups information based on aggregation rules. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
MemoryGroupByMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MergeJoin
Merge rows from 2 sorted streams and output joined rows with matched key fields. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
MergeJoinMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MergeRows
Merge rows from 2 sorted streams to detect changes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
MergeRowsMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MissingTransStep  | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
MissingTrans.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MondrianInput
Reads information from a database table by using freehand SQL 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
MondrianInputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MonetDBAgileMart  | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
MonetDBAgileMartMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MonetDBBulkLoader
Performs a bulk load to a MonetDB table. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
MonetDBBulkLoaderMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MultiMergeJoin
Merge rows from 2 sorted streams and output joined rows with matched key fields. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
MultiMergeJoinMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MySQLBulkLoader
Performs a streaming bulk load to a MySQL table. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
MySQLBulkLoaderMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Normaliser
Normalise de-normalised input data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
NormaliserMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NullIf
NullIf step, put null as value when the original field matches a specific value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
NullIfMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NumberRange
Business logic for the NumberRange 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
NumberRangeMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans disp)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OlapInput
Reads information from an OLAP datasource using MDX 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
OlapInputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OraBulkLoader
Performs a bulk load to an oracle table. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
OraBulkLoaderMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ParGzipCsvInput
Read a simple CSV file Just output Strings found in the file... 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
ParGzipCsvInputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PentahoReportingOutput
Outputs a stream/series of rows to a file, effectively building a sort of (compressed) microcube. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
PentahoReportingOutputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PGBulkLoader
Performs a bulk load to a postgres table. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
PGBulkLoaderMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PGPDecryptStream
Decrypt a stream with GPG * 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
PGPDecryptStreamMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PGPEncryptStream
Encrypt a stream with GPG * 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
PGPEncryptStreamMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PrioritizeStreams
Prioritize INPUT Streams. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
PrioritizeStreamsMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ProcessFiles
Copy, move or delete file * 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
ProcessFilesMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PropertyInput
Read all Properties files (& INI files) , convert them to rows and writes these to one or more output streams. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
PropertyInputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PropertyOutput
Output rows to Properties file and create a file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
PropertyOutputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RandomCCNumberGenerator
Generate random credit card number. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
RandomCCNumberGeneratorMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RandomValue
Get random value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
RandomValueMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RecordsFromStream  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RegexEval
Use regular expression to validate a field or capture new fields out of an existing field. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
RegexEvalMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ReplaceString
Search and replace in string. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
ReplaceStringMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ReservoirSampling  | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
ReservoirSamplingMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)
Get the executing step, needed by Trans to launch a step. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Rest  | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
RestMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RowGenerator
Generates a number of (empty or the same) rows 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
RowGeneratorMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RowsFromResult
Reads results from a previous transformation in a Job 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
RowsFromResultMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RowsToResult
Writes results to a next transformation in a Job 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
RowsToResultMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RssInput
Read data from RSS and writes these to one or more output streams. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
RssInputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RssOutput
Output rows to RSS feed and create a file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
RssOutputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SampleRows
Sample rows. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
SampleRowsMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SasInput
Reads data from a SAS file in SAS7BAT format. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
SasInputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ScriptInterface
Interface to make the real ScriptValueMod and ScriptValueModDummy similar. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Script
Executes a JavaScript on the values in the input stream. 
 | 
class  | 
ScriptDummy
Dummy class used for test(). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
ScriptMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ScriptValuesMod
Executes a JavaScript on the values in the input stream. 
 | 
class  | 
ScriptValuesModDummy
Dummy class used for test(). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
ScriptValuesMetaMod.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SelectValues
Select, re-order, remove or change the meta-data of the fields in the inputstreams. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
SelectValuesMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SetValueConstant
Replace Field value by a constant value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
SetValueConstantMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SetValueField
Set value field with another value field. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
SetValueFieldMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SetVariable
Convert Values in a certain fields to other values 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
SetVariableMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SFTPPut
Send file to SFTP host. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
SFTPPutMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleMapping
Execute a mapping: a re-usuable transformation 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
SimpleMappingMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SingleThreader
Execute a mapping: a re-usuable transformation 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
SingleThreaderMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SocketReader
Read data from a TCP/IP socket supplied by SocketWriter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
SocketReaderMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SocketWriter
Write data to a TCP/IP socket read by SocketReader. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
SocketWriterMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SortRows
Sort the rows in the input-streams based on certain criteria 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
SortRowsMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SortedMerge
Do nothing. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
SortedMergeMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SplitFieldToRows  | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
SplitFieldToRowsMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExecSQL
Execute one or more SQL statements in a script, one time or parameterised (for every row) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
ExecSQLMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SQLFileOutput
Writes rows to a sql file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
SQLFileOutputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SSH
Write commands to SSH * 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
SSHMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StepMetastructure
Return the structure of the stream 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
StepMetastructureMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StepsMetrics
Ouptu step metrics 
 | 
| Modifier and Type | Field and Description | 
|---|---|
ConcurrentHashMap<Integer,StepInterface> | 
StepsMetricsData.stepInterfaces  | 
HashSet<StepInterface> | 
StepsMetrics.stepInterfaces  | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
StepsMetricsMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StreamLookup
Looks up information by first reading data into a hash table (in memory)
 TODO: add warning with conflicting types OR modify the lookup values to the input row type. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
StreamLookupMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StringCut
Cut strings. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
StringCutMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StringOperations
Apply certain operations too string. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
StringOperationsMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SwitchCase
Filters input rows base on conditions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
SwitchCaseMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SecretKeyGenerator
Generate secret key. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
SecretKeyGeneratorMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SymmetricCryptoTrans
Symmetric algorithm Executes a SymmetricCryptoTrans on the values in the input stream. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
SymmetricCryptoTransMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SynchronizeAfterMerge
Performs an insert/update/delete depending on the value of a field. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
SynchronizeAfterMergeMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SyslogMessage
Write message to SyslogMessage * 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
SyslogMessageMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SystemData
Get information from the System or the supervising transformation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
SystemDataMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TableAgileMart  | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
TableAgileMartMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TableCompare  | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
TableCompareMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TableExists
Check if a table exists in a Database * 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
TableExistsMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TableInput
Reads information from a database table by using freehand SQL 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
TableInputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TableOutput
Writes rows to a database table. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
TableOutputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TeraFast  | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
TeraFastMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans disp)
Get the executing step, needed by Trans to launch a step. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
TextFileInputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)
Deprecated.  
  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TextFileOutput
Converts input rows to text and then writes this text to one or more files. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
TextFileOutputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TextFileOutputLegacy
Deprecated. 
 
use  
TextFileOutput instead. | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
TextFileOutputLegacyMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)
Deprecated.  
  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TransExecutor
Execute a transformation for every input row, set parameters. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
TransExecutorMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
UniqueRows
Removes the same consequetive rows from the input stream(s). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
UniqueRowsMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
UniqueRowsByHashSet  | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
UniqueRowsByHashSetMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
UnivariateStats
Calculate univariate statistics based on one column of the input data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
UnivariateStatsMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)
Get the executing step, needed by Trans to launch a step. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Update
Update data in a database table, does NOT ever perform an insert. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
UpdateMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
UserDefinedJavaClass  | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
UserDefinedJavaClassMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Validator
Calculate new field values using pre-defined functions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
ValidatorMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ValueMapper
Convert Values in a certain fields to other values 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
ValueMapperMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WebServiceAvailable
Check if a webservice is available * 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
WebServiceAvailableMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WebService  | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
WebServiceMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans disp)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WriteToLog
Write data to log. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
WriteToLogMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
XBaseInput
Reads data from an XBase (dBase, foxpro, ...) file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
XBaseInputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
YamlInput
Read YAML files, parse them and convert them to rows and writes these to one or more output streams. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
YamlInputMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ZipFile
Zip file * 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepInterface | 
ZipFileMeta.getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BaseStreamStep  | 
Copyright © 2020 Hitachi Vantara. All rights reserved.