| 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,
           org.pentaho.di.core.RowSet rowSet) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BaseStepThis 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(org.pentaho.di.core.row.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) | 
| Constructor and Description | 
|---|
| StepStatus(StepInterface baseStep) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbortStep that will abort after having seen 'x' number of rows on its input. | 
| Modifier and Type | Method and Description | 
|---|---|
| StepInterface | AbortMeta. getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AccessInputRead all Access files, convert them to rows and writes these to one or more output streams. | 
| Modifier and Type | Method and Description | 
|---|---|
| StepInterface | AccessInputMeta. getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AccessOutputWrites rows to a database table. | 
| Modifier and Type | Method and Description | 
|---|---|
| StepInterface | AccessOutputMeta. getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AddSequenceAdds a sequential number to a stream of rows. | 
| Modifier and Type | Method and Description | 
|---|---|
| StepInterface | AddSequenceMeta. getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AnalyticQueryPerforms analytic queries (LEAD/LAG, etc) based on a group | 
| Modifier and Type | Method and Description | 
|---|---|
| StepInterface | AnalyticQueryMeta. getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AppendRead all rows from a hop until the end, and then read the rows from another hop. | 
| Modifier and Type | Method and Description | 
|---|---|
| StepInterface | AppendMeta. getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AutoDocReads a set of transformation and job filenames and documents those. | 
| Modifier and Type | Method and Description | 
|---|---|
| StepInterface | AutoDocMeta. getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BlockingStepA step that blocks throughput until the input ends, then it will either output the last row or the complete input. | 
| Modifier and Type | Method and Description | 
|---|---|
| StepInterface | BlockingStepMeta. getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BlockUntilStepsFinishBlock all incoming rows until defined steps finish processing rows. | 
| Modifier and Type | Field and Description | 
|---|---|
| ConcurrentHashMap<Integer,StepInterface> | BlockUntilStepsFinishData. stepInterfaces | 
| Modifier and Type | Method and Description | 
|---|---|
| StepInterface | BlockUntilStepsFinishMeta. getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CalculatorCalculate 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  | ChangeFileEncodingChange file encoding * | 
| Modifier and Type | Method and Description | 
|---|---|
| StepInterface | ChangeFileEncodingMeta. getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CheckSumCaculate a checksum for each row. | 
| Modifier and Type | Method and Description | 
|---|---|
| StepInterface | CheckSumMeta. getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CloneRowClone input row. | 
| Modifier and Type | Method and Description | 
|---|---|
| StepInterface | CloneRowMeta. getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClosureGeneratorReads information from a database table by using freehand SQL | 
| Modifier and Type | Method and Description | 
|---|---|
| StepInterface | ClosureGeneratorMeta. getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ColumnExistsCheck if a column exists in table on a specified connection * | 
| Modifier and Type | Method and Description | 
|---|---|
| StepInterface | ColumnExistsMeta. getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CombinationLookupManages or looks up information in a Type 1 or junk dimension. | 
| Modifier and Type | Method and Description | 
|---|---|
| StepInterface | CombinationLookupMeta. getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ConcatFields | 
| Modifier and Type | Method and Description | 
|---|---|
| StepInterface | ConcatFieldsMeta. getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ConstantGenerates 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  | CreditCardValidatorCheck 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  | CsvInputRead 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  | CubeInput | 
| Modifier and Type | Method and Description | 
|---|---|
| StepInterface | CubeInputMeta. getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CubeOutputOutputs a stream/series of rows to a file, effectively building a sort of (compressed) microcube. | 
| Modifier and Type | Method and Description | 
|---|---|
| StepInterface | CubeOutputMeta. getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DatabaseJoinUse 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  | DatabaseLookupLooks 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  | DataGridGenerates 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  | DBProcRetrieves 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  | DelayDelay input row. | 
| Modifier and Type | Method and Description | 
|---|---|
| StepInterface | DelayMeta. getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DeleteDelete 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  | DenormaliserDenormalises 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  | DetectEmptyStreamDetect 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  | DetectLastRowDetect 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  | DimensionLookupManages 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  | DummyTransDo 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  | DynamicSQLRowRun 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  | ExcelInputThis 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  | ExcelOutputConverts 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  | ExecProcessExecute 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  | ExecSQLRowExecute 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  | FieldsChangeSequenceAdd 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  | FieldSplitterSplit 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  | FileExistsCheck 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  | BaseFileInputStep<M extends BaseFileInputStepMeta,D extends BaseFileInputStepData>This class contains base functionality for file-based input steps. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TextFileInputRead 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  | FileLockedCheck 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  | FilesFromResultReads 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  | FilesToResultWrites 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  | FilterRowsFilters 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  | FixedInputRead 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  | FlattenerPivots 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  | FormulaCalculate 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  | FuzzyMatchPerforms 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  | GetFileNamesRead 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  | GetFilesRowsCountRead 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  | GetRepositoryNamesRead 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  | GetSlaveSequenceAdds 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  | GetSubFoldersRead 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  | GetTableNamesReturn 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  | GetVariableGet 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  | GroupByGroups 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  | HTTPRetrieves values from a database by calling database stored procedures or functions | 
| 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  | HTTPPOSTMake 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  | IfNullSets 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  | InfobrightLoaderUses 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  | InjectorExecutor 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  | InsertUpdatePerforms 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  | IngresVectorwiseLoaderPerforms 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  | JaninoCalculate 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  | JavaFilterCalculate 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  | JobExecutorExecute 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  | JoinRowsPerforms 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  | LDAPInputRead 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  | LDAPOutputWrite 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  | LDIFInputRead 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  | LoadFileInputRead 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  | MailSend 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  | MailInputRead 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  | MailValidatorCheck 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  | MappingExecute 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  | MappingInputDo 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  | MappingOutputDo 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  | MemoryGroupByGroups informations 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  | MergeJoinMerge 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  | MergeRowsMerge 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  | MetaInjectRead a simple CSV file Just output Strings found in the file... | 
| Modifier and Type | Method and Description | 
|---|---|
| StepInterface | MetaInjectMeta. getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta tr,
       Trans trans) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MondrianInputReads 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  | MonetDBBulkLoaderPerforms 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  | MultiMergeJoinMerge 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  | MySQLBulkLoaderPerforms 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  | NormaliserNormalise 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  | NullIfNullIf 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  | NumberRangeBusiness 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  | OlapInputReads 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  | OraBulkLoaderPerforms 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  | ParGzipCsvInputRead 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  | PentahoReportingOutputOutputs 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  | PGBulkLoaderPerforms 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  | PGPDecryptStreamDecrypt 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  | PGPEncryptStreamEncrypt 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  | PrioritizeStreamsPrioritize 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  | ProcessFilesCopy, 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  | PropertyInputRead 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  | PropertyOutputOutput 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  | RandomCCNumberGeneratorGenerate 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  | RandomValueGet 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  | RegexEvalUse 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  | ReplaceStringSearch 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  | RowGeneratorGenerates 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  | RowsFromResultReads 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  | RowsToResultWrites 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  | RssInputRead 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  | RssOutputOutput 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  | SampleRowsSample 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  | SapInputReads information from a database table by using freehand SQL | 
| Modifier and Type | Method and Description | 
|---|---|
| StepInterface | SapInputMeta. getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SasInputReads 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  | ScriptInterfaceInterface to make the real ScriptValueMod and ScriptValueModDummy similar. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ScriptExecutes a JavaScript on the values in the input stream. | 
| class  | ScriptDummyDummy 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  | ScriptValuesModExecutes a JavaScript on the values in the input stream. | 
| class  | ScriptValuesModDummyDummy 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  | SelectValuesSelect, 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  | SetValueConstantReplace 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  | SetValueFieldSet 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  | SetVariableConvert 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  | SFTPPutSend 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  | SimpleMappingExecute 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  | SingleThreaderExecute 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  | SocketReaderRead 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  | SocketWriterWrite 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  | SortRowsSort 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  | SortedMergeDo 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  | ExecSQLExecute 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  | SQLFileOutputWrites 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  | SSHWrite 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  | StepMetastructureReturn 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  | StepsMetricsOuptu step metrics | 
| Modifier and Type | Field and Description | 
|---|---|
| HashSet<StepInterface> | StepsMetrics. stepInterfaces | 
| ConcurrentHashMap<Integer,StepInterface> | StepsMetricsData. 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  | StreamLookupLooks 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  | StringCutCut 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  | StringOperationsApply 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  | SwitchCaseFilters 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  | SecretKeyGeneratorGenerate 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  | SymmetricCryptoTransSymmetric 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  | SynchronizeAfterMergePerforms 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  | SyslogMessageWrite 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  | SystemDataGet 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  | TableExistsCheck 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  | TableInputReads 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  | TableOutputWrites 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  | TextFileOutputConverts 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  | TransExecutorExecute 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  | UniqueRowsRemoves 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  | UnivariateStatsCalculate 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  | UpdateUpdate 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  | ValidatorCalculate 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  | ValueMapperConvert 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  | WebServiceAvailableCheck 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  | WriteToLogWrite 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  | XBaseInputReads 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  | YamlInputRead 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  | ZipFileZip file * | 
| Modifier and Type | Method and Description | 
|---|---|
| StepInterface | ZipFileMeta. getStep(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int cnr,
       TransMeta transMeta,
       Trans trans) |