| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractStepMeta  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BaseSerializingMeta
Handles serialization of meta by implementing getXML/loadXML, readRep/saveRep. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepMetaInterface | 
StepMetaProps.to(StepMetaInterface stepMetaInterface)
Sets the properties of this StepMetaProps on  
 | 
StepMetaInterface | 
BaseSerializingMeta.withVariables(VariableSpace variables)
Creates a copy of this stepMeta with variables globally substituted. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static StepMetaProps | 
StepMetaProps.from(StepMetaInterface stepMeta)
Retuns an instance of this class with stepMeta properties mapped
 to a list of  
PropGroup | 
RepoSerializer.Builder | 
RepoSerializer.Builder.stepMeta(StepMetaInterface stepMetaInterface)  | 
StepMetaInterface | 
StepMetaProps.to(StepMetaInterface stepMetaInterface)
Sets the properties of this StepMetaProps on  
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StepWithMappingMeta
This class is supposed to use in steps where the mapping to sub transformations takes place 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static TransMeta | 
TransPreviewFactory.generatePreviewTransformation(VariableSpace parent,
                             StepMetaInterface oneMeta,
                             String oneStepname)  | 
| Modifier and Type | Field and Description | 
|---|---|
StepMetaInterface | 
StepMetaDataCombi.meta  | 
| Modifier and Type | Method and Description | 
|---|---|
StepMetaInterface | 
StepMeta.getStepMetaInterface()  | 
StepMetaInterface | 
BaseStep.getStepMetaInterface()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StepInterface.dispose(StepMetaInterface sii,
       StepDataInterface sdi)
Dispose of this step: close files, empty logs, etc. 
 | 
void | 
BaseStep.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
default TransMeta | 
StepMetaInterface.fetchTransMeta(StepMetaInterface stepMeta,
              Repository rep,
              org.pentaho.metastore.api.IMetaStore metastore,
              VariableSpace space)
Allows for someone to fetch the related TransMeta object. 
 | 
boolean | 
StepInterface.init(StepMetaInterface stepMetaInterface,
    StepDataInterface stepDataInterface)
Initialize and do work where other steps need to wait for... 
 | 
boolean | 
BaseStep.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
StepInterface.processRow(StepMetaInterface smi,
          StepDataInterface sdi)
Perform the equivalent of processing one row. 
 | 
boolean | 
BaseStep.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
void | 
StepMeta.setStepMetaInterface(StepMetaInterface stepMetaInterface)  | 
void | 
BaseStep.setStepMetaInterface(StepMetaInterface stepMetaInterface)  | 
void | 
StepInterface.stopRunning(StepMetaInterface stepMetaInterface,
           StepDataInterface stepDataInterface)
Stop running operations... 
 | 
void | 
BaseStep.stopRunning(StepMetaInterface stepMetaInterface,
           StepDataInterface stepDataInterface)
Perform actions to stop a running step. 
 | 
| Constructor and Description | 
|---|
StepMeta(String stepname,
        StepMetaInterface stepMetaInterface)  | 
StepMeta(String stepid,
        String stepname,
        StepMetaInterface stepMetaInterface)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CalculatorMeta
Contains the meta-data for the Calculator step: calculates predefined formula's 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Calculator.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
Calculator.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConstantMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Constant.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
Constant.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CreditCardValidatorMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CreditCardValidator.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
CreditCardValidator.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
CreditCardValidator.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CsvInputMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CsvInput.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
CsvInput.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
CsvInput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DatabaseJoinMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DatabaseJoin.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
DatabaseJoin.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
DatabaseJoin.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
void | 
DatabaseJoin.stopRunning(StepMetaInterface smi,
           StepDataInterface sdi)
Stop the running query
 [PDI-17820] - In the Database Join step data.isCancelled is checked before synchronization and set after synchronization is completed. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DatabaseLookupMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DatabaseLookup.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
DatabaseLookup.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
DatabaseLookup.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
void | 
DatabaseLookup.stopRunning(StepMetaInterface smi,
           StepDataInterface sdi)
Stop the running query 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DataGridMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
DataGrid.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DBProcMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DBProc.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
DBProc.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
DBProc.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DeleteMeta
This class takes care of deleting values in a table using a certain condition and values for input. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Delete.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
Delete.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
Delete.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DenormaliserMeta
The Denormaliser transformation step meta-data 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Denormaliser.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
Denormaliser.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DetectEmptyStreamMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
DetectEmptyStream.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
DetectEmptyStream.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DetectLastRowMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DetectLastRow.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
DetectLastRow.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
DetectLastRow.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DimensionLookupMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DimensionLookup.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
DimensionLookup.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
DimensionLookup.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DummyTransMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
DummyTrans.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DynamicSQLRowMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DynamicSQLRow.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
DynamicSQLRow.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
DynamicSQLRow.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
void | 
DynamicSQLRow.stopRunning(StepMetaInterface smi,
           StepDataInterface sdi)
Stop the running query 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Edi2XmlMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Edi2Xml.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
Edi2Xml.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
Edi2Xml.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExcelInputMeta
Meta data for the Excel step. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ExcelInput.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
ExcelInput.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
ExcelInput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExcelOutputMeta
Metadata of the Excel Output step. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ExcelOutput.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
ExcelOutput.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
ExcelOutput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExcelWriterStepMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ExcelWriterStep.dispose(StepMetaInterface smi,
       StepDataInterface sdi)
transformation run end 
 | 
boolean | 
ExcelWriterStep.init(StepMetaInterface smi,
    StepDataInterface sdi)
transformation run initialize, may create the output file if specified by user options 
 | 
boolean | 
ExcelWriterStep.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExecProcessMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ExecProcess.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
ExecProcess.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
ExecProcess.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExecSQLRowMeta
Contains meta-data to execute arbitrary SQL from a specified field. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ExecSQLRow.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
ExecSQLRow.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
ExecSQLRow.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
void | 
ExecSQLRow.stopRunning(StepMetaInterface smi,
           StepDataInterface sdi)
Stop the running query 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FieldsChangeSequenceMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FieldsChangeSequence.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
FieldsChangeSequence.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
FieldsChangeSequence.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FieldSplitterMeta
  Example1: | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
FieldSplitter.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
FieldSplitter.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BaseFileInputMeta<A extends BaseFileInputAdditionalField,I extends BaseFileInputFiles,F extends BaseFileField>
Base meta for file-based input steps. 
 | 
class  | 
BaseFileMeta
A base parent class for all file based metas. 
 | 
class  | 
BaseFileOutputMeta
A base implementation for all output file based metas. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BaseFileInputStep.dispose(StepMetaInterface smi,
       StepDataInterface sdi)
Dispose step. 
 | 
boolean | 
BaseFileInputStep.init(StepMetaInterface smi,
    StepDataInterface sdi)
Initialize step before execute. 
 | 
boolean | 
BaseFileInputStep.processRow(StepMetaInterface smi,
          StepDataInterface sdi)
Process next row. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FileExistsMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FileExists.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
FileExists.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
FileExists.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TextFileInputMeta  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FileLockedMeta
Check if a file is locked * 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FileLocked.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
FileLocked.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
FileLocked.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FilesFromResultMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
FilesFromResult.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
FilesFromResult.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FilesToResultMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
FilesToResult.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
FilesToResult.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FilterRowsMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
FilterRows.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
FilterRows.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FixedInputMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FixedInput.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
FixedInput.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
FixedInput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FlattenerMeta
The flattener step meta-data 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Flattener.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
Flattener.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FormulaMeta
Contains the meta-data for the Formula step: calculates ad-hoc formula's Powered by Pentaho's "libformula"
 Created on 22-feb-2007 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Formula.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
Formula.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FuzzyMatchMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FuzzyMatch.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
FuzzyMatch.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
FuzzyMatch.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GetFileNamesMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GetFileNames.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
GetFileNames.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
GetFileNames.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GetFilesRowsCountMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GetFilesRowsCount.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
GetFilesRowsCount.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
GetFilesRowsCount.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GetRepositoryNamesMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
GetRepositoryNames.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
GetRepositoryNames.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GetSlaveSequenceMeta
Meta data for the Add Sequence step. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
GetSlaveSequence.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
GetSlaveSequence.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GetSubFoldersMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GetSubFolders.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
GetSubFolders.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
GetSubFolders.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GetTableNamesMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GetTableNames.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
GetTableNames.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
GetTableNames.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GetVariableMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GetVariable.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
GetVariable.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
GetVariable.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GroupByMeta
Created on 02-jun-2003 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GroupBy.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
GroupBy.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
GroupBy.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HTTPMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HTTP.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
HTTP.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
HTTP.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HTTPPOSTMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HTTPPOST.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
HTTPPOST.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
HTTPPOST.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
IfNullMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
IfNull.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
IfNull.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
InfobrightLoaderMeta
Metadata for the Infobright loader. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InfobrightLoader.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
InfobrightLoader.init(StepMetaInterface smi,
    StepDataInterface sdi)
Initialize and do work where other steps need to wait for... 
 | 
boolean | 
InfobrightLoader.processRow(StepMetaInterface smi,
          StepDataInterface sdi)
Perform the equivalent of processing one row. 
 | 
void | 
InfobrightLoader.stopRunning(StepMetaInterface smi,
           StepDataInterface sdi)
Perform actions to stop a running step. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
InjectorMeta
Metadata class to allow a java program to inject rows of data into a transformation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Injector.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
InsertUpdateMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InsertUpdate.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
InsertUpdate.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
InsertUpdate.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
IngresVectorwiseLoaderMeta
Metadata for the VectorWise bulk loader. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IngresVectorwiseLoader.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
IngresVectorwiseLoader.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
IngresVectorwiseLoader.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JaninoMeta
Contains the meta-data for the Formula step: calculates ad-hoc formula's Powered by Pentaho's "libformula"
 Created on 22-feb-2007 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Janino.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
Janino.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JavaFilterMeta
Contains the meta-data for the java filter step: calculates conditions using Janino
 Created on 30-oct-2009 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
JavaFilter.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
JavaFilter.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JobExecutorMeta
Meta-data for the Job executor step. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobExecutor.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
JobExecutor.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
JobExecutor.processRow(StepMetaInterface smi,
          StepDataInterface sdi)
Process a single row. 
 | 
void | 
JobExecutor.stopRunning(StepMetaInterface stepMetaInterface,
           StepDataInterface stepDataInterface)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JoinRowsMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JoinRows.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
JoinRows.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
LdapMeta  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LDAPInputMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LDAPInput.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
LDAPInput.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
LDAPInput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LDAPOutputMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LDAPOutput.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
LDAPOutput.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
LDAPOutput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LDIFInputMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LDIFInput.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
LDIFInput.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
LDIFInput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LoadFileInputMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LoadFileInput.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
LoadFileInput.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
LoadFileInput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MailMeta
Send mail step. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Mail.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
Mail.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
Mail.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MailInputMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MailInput.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
MailInput.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
MailInput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MailValidatorMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MailValidator.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
MailValidator.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
MailValidator.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MappingMeta
Meta-data for the Mapping step: contains name of the (sub-)transformation to execute 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Mapping.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
Mapping.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
Mapping.processRow(StepMetaInterface smi,
          StepDataInterface sdi)
Process a single row. 
 | 
void | 
Mapping.stopRunning(StepMetaInterface stepMetaInterface,
           StepDataInterface stepDataInterface)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MappingInputMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
MappingInput.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
MappingInput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MappingOutputMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
MappingOutput.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
MappingOutput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MemoryGroupByMeta
Created on 02-jun-2003 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MemoryGroupBy.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
MemoryGroupBy.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
MemoryGroupBy.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MergeJoinMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
MergeJoin.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
MergeJoin.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MergeRowsMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
MergeRows.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
MergeRows.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MissingTrans  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
MissingTransStep.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MondrianInputMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MondrianInput.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
MondrianInput.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
MondrianInput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MonetDBAgileMartMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
MonetDBAgileMart.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MonetDBBulkLoaderMeta
Created on 20-feb-2007 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MonetDBBulkLoader.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
MonetDBBulkLoader.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
MonetDBBulkLoader.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MultiMergeJoinMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
MultiMergeJoin.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
MultiMergeJoin.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MySQLBulkLoaderMeta
Here are the steps that we need to take to make streaming loading possible for MySQL: 
The following steps are carried out by the step at runtime: - create a unique FIFO file (using mkfifo, LINUX ONLY FOLKS!) - Create a target table using standard Kettle SQL generation - Execute the LOAD DATA SQL Command to bulk load in a separate SQL thread in the background: - Write to the FIFO file - At the end, close the output stream to the FIFO file * At the end, remove the FIFO file Created on 24-oct-2007  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MySQLBulkLoader.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
MySQLBulkLoader.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
MySQLBulkLoader.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NormaliserMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Normaliser.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
Normaliser.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NullIfMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NullIf.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
NullIf.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
NullIf.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NumberRangeMeta
Configuration for the NumberRangePlugin 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NumberRange.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
NumberRange.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
NumberRange.processRow(StepMetaInterface smi,
          StepDataInterface sdi)
Column number where the input value is stored 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OlapInputMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OlapInput.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
OlapInput.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
OlapInput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OraBulkLoaderMeta
Created on 20-feb-2007 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OraBulkLoader.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
OraBulkLoader.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
OraBulkLoader.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ParGzipCsvInputMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ParGzipCsvInput.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
ParGzipCsvInput.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
ParGzipCsvInput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PentahoReportingOutputMeta
Created on 4-apr-2003 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
PentahoReportingOutput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PGBulkLoaderMeta
Created on 20-feb-2007 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
PGBulkLoader.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
PGBulkLoader.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PGPDecryptStreamMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PGPDecryptStream.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
PGPDecryptStream.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
PGPDecryptStream.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PGPEncryptStreamMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PGPEncryptStream.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
PGPEncryptStream.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
PGPEncryptStream.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PrioritizeStreamsMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PrioritizeStreams.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
PrioritizeStreams.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
PrioritizeStreams.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ProcessFilesMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ProcessFiles.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
ProcessFiles.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
ProcessFiles.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PropertyInputMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PropertyInput.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
PropertyInput.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
PropertyInput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PropertyOutputMeta
Output rows to Properties file and create a file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PropertyOutput.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
PropertyOutput.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
PropertyOutput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RandomCCNumberGeneratorMeta
Generate random credit card number. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RandomCCNumberGenerator.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
RandomCCNumberGenerator.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
RandomCCNumberGenerator.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RandomValueMeta
Created on 08-07-2008 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RandomValue.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
RandomValue.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
RandomValue.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RecordsFromStreamMeta  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RegexEvalMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RegexEval.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
RegexEval.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
RegexEval.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ReplaceStringMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ReplaceString.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
ReplaceString.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
ReplaceString.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ReservoirSamplingMeta
Contains the meta data for the ReservoirSampling step. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
ReservoirSampling.init(StepMetaInterface smi,
    StepDataInterface sdi)
Initialize the step. 
 | 
boolean | 
ReservoirSampling.processRow(StepMetaInterface smi,
          StepDataInterface sdi)
Process an incoming row of data. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RestMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Rest.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
Rest.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
Rest.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RowGeneratorMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
RowGenerator.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
RowGenerator.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RowsFromResultMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
RowsFromResult.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RowsToResultMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
RowsToResult.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
RowsToResult.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RssInputMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RssInput.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
RssInput.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
RssInput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RssOutputMeta
Output rows to RSS feed and create a file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RssOutput.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
RssOutput.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
RssOutput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SampleRowsMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
SampleRows.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
SampleRows.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SasInputMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
SasInput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
void | 
SasInput.stopRunning(StepMetaInterface stepMetaInterface,
           StepDataInterface stepDataInterface)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ScriptMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ScriptDummy.dispose(StepMetaInterface sii,
       StepDataInterface sdi)  | 
void | 
ScriptInterface.dispose(StepMetaInterface sii,
       StepDataInterface sdi)  | 
void | 
Script.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
ScriptDummy.init(StepMetaInterface stepMetaInterface,
    StepDataInterface stepDataInterface)  | 
boolean | 
ScriptInterface.init(StepMetaInterface stepMetaInterface,
    StepDataInterface stepDataInterface)  | 
boolean | 
Script.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
ScriptDummy.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
boolean | 
ScriptInterface.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
boolean | 
Script.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
void | 
ScriptDummy.stopRunning(StepMetaInterface stepMetaInterface,
           StepDataInterface stepDataInterface)  | 
void | 
ScriptInterface.stopRunning(StepMetaInterface stepMetaInterface,
           StepDataInterface stepDataInterface)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ScriptValuesMetaMod  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ScriptValuesMod.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
void | 
ScriptValuesModDummy.dispose(StepMetaInterface sii,
       StepDataInterface sdi)  | 
boolean | 
ScriptValuesMod.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
ScriptValuesModDummy.init(StepMetaInterface stepMetaInterface,
    StepDataInterface stepDataInterface)  | 
boolean | 
ScriptValuesMod.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
boolean | 
ScriptValuesModDummy.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
void | 
ScriptValuesModDummy.stopRunning(StepMetaInterface stepMetaInterface,
           StepDataInterface stepDataInterface)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SelectValuesMeta
Meta Data class for the Select Values Step. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
SelectValues.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
SelectValues.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SetValueConstantMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
SetValueConstant.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
SetValueConstant.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SetValueFieldMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SetValueField.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
SetValueField.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
SetValueField.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SetVariableMeta
Sets environment variables based on content in certain fields of a single input row. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SetVariable.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
SetVariable.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
SetVariable.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SFTPPutMeta
Send file to SFTP host. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SFTPPut.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
SFTPPut.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleMappingMeta
Meta-data for the Mapping step: contains name of the (sub-)transformation to execute 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SimpleMapping.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
SimpleMapping.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
SimpleMapping.processRow(StepMetaInterface smi,
          StepDataInterface sdi)
Process a single row. 
 | 
void | 
SimpleMapping.stopRunning(StepMetaInterface stepMetaInterface,
           StepDataInterface stepDataInterface)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SingleThreaderMeta
Meta-data for the Mapping step: contains name of the (sub-)transformation to execute 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SingleThreader.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
SingleThreader.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
SingleThreader.processRow(StepMetaInterface smi,
          StepDataInterface sdi)
Process rows in batches of N rows. 
 | 
void | 
SingleThreader.stopRunning(StepMetaInterface stepMetaInterface,
           StepDataInterface stepDataInterface)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SocketReaderMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SocketReader.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
SocketReader.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
SocketReader.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SocketWriterMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SocketWriter.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
SocketWriter.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
SocketWriter.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SortRowsMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SortRows.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
SortRows.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
SortRows.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SortedMergeMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
SortedMerge.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
SortedMerge.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SplitFieldToRowsMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
SplitFieldToRows.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
SplitFieldToRows.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExecSQLMeta
Contains meta-data to execute arbitrary SQL, optionally each row again. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ExecSQL.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
ExecSQL.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
ExecSQL.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
void | 
ExecSQL.stopRunning(StepMetaInterface smi,
           StepDataInterface sdi)
Stop the running query 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SQLFileOutputMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SQLFileOutput.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
SQLFileOutput.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
SQLFileOutput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SSHMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SSH.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
SSH.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
SSH.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StepMetastructureMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
StepMetastructure.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
StepMetastructure.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StepsMetricsMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
StepsMetrics.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
StepsMetrics.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StreamLookupMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StreamLookup.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
StreamLookup.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
StreamLookup.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StringCutMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StringCut.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
StringCut.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
StringCut.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StringOperationsMeta
This class takes care of the meta data for the StringOperations step. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StringOperations.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
StringOperations.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
StringOperations.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SwitchCaseMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
SwitchCase.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
SwitchCase.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SecretKeyGeneratorMeta
Generate secret key. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SecretKeyGenerator.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
SecretKeyGenerator.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
SecretKeyGenerator.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SymmetricCryptoTransMeta
Symmetric algorithm Executes a SymmetricCryptoTrans on the values in the input stream. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SymmetricCryptoTrans.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
SymmetricCryptoTrans.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
SymmetricCryptoTrans.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SynchronizeAfterMergeMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SynchronizeAfterMerge.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
SynchronizeAfterMerge.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
SynchronizeAfterMerge.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SyslogMessageMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SyslogMessage.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
SyslogMessage.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
SyslogMessage.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SystemDataMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SystemData.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
SystemData.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
SystemData.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TableAgileMartMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
TableAgileMart.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
TableAgileMart.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TableCompareMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TableCompare.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
TableCompare.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
TableCompare.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TableExistsMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TableExists.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
TableExists.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
TableExists.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TableInputMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TableInput.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
TableInput.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
TableInput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
void | 
TableInput.stopRunning(StepMetaInterface smi,
           StepDataInterface sdi)
Stop the running query 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TableOutputMeta
Table Output meta data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TableOutput.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
TableOutput.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
TableOutput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TeraFastMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TeraFast.dispose(StepMetaInterface smi,
       StepDataInterface sdi)
Dispose of this step: close files, empty logs, etc. 
 | 
boolean | 
TeraFast.init(StepMetaInterface smi,
    StepDataInterface sdi)
Initialize and do work where other steps need to wait for... 
 | 
boolean | 
TeraFast.processRow(StepMetaInterface smi,
          StepDataInterface sdi)
Perform the equivalent of processing one row. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
InputFileMetaInterface
Deprecated. 
 
replaced by implementation in the ...steps.fileinput.text package 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TextFileInput.dispose(StepMetaInterface smi,
       StepDataInterface sdi)
Deprecated.  
  | 
boolean | 
TextFileInput.init(StepMetaInterface smi,
    StepDataInterface sdi)
Deprecated.  
  | 
boolean | 
TextFileInput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)
Deprecated.  
  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TextFileOutputMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TextFileOutput.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
TextFileOutput.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
TextFileOutput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TextFileOutputLegacyMeta
Deprecated. 
 
use  
TextFileOutputMeta instead. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TransExecutorMeta
Meta-data for the Trans Executor step. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TransExecutor.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
TransExecutor.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
TransExecutor.processRow(StepMetaInterface smi,
          StepDataInterface sdi)
Process a single row. 
 | 
void | 
TransExecutor.stopRunning(StepMetaInterface stepMetaInterface,
           StepDataInterface stepDataInterface)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
UniqueRowsMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
UniqueRows.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
UniqueRows.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
UniqueRowsByHashSetMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
UniqueRowsByHashSet.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
UniqueRowsByHashSet.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
UnivariateStatsMeta
Contains the meta-data for the UnivariateStats step: calculates predefined univariate statistics 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
UnivariateStats.init(StepMetaInterface smi,
    StepDataInterface sdi)
Initialize the step. 
 | 
boolean | 
UnivariateStats.processRow(StepMetaInterface smi,
          StepDataInterface sdi)
Process an incoming row of data. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
UpdateMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Update.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
Update.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
Update.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
UserDefinedJavaClassMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TransformClassBase.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
void | 
UserDefinedJavaClass.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
void | 
UserDefinedJavaClass.disposeImpl(StepMetaInterface smi,
           StepDataInterface sdi)  | 
boolean | 
TransformClassBase.init(StepMetaInterface stepMetaInterface,
    StepDataInterface stepDataInterface)  | 
boolean | 
UserDefinedJavaClass.init(StepMetaInterface stepMetaInterface,
    StepDataInterface stepDataInterface)  | 
boolean | 
UserDefinedJavaClass.initImpl(StepMetaInterface stepMetaInterface,
        StepDataInterface stepDataInterface)  | 
abstract boolean | 
TransformClassBase.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
boolean | 
UserDefinedJavaClass.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
void | 
TransformClassBase.stopRunning(StepMetaInterface stepMetaInterface,
           StepDataInterface stepDataInterface)  | 
void | 
UserDefinedJavaClass.stopRunning(StepMetaInterface stepMetaInterface,
           StepDataInterface stepDataInterface)  | 
void | 
UserDefinedJavaClass.stopRunningImpl(StepMetaInterface stepMetaInterface,
               StepDataInterface stepDataInterface)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ValidatorMeta
Contains the meta-data for the Validator step: calculates predefined formula's
 Created on 08-sep-2005 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Validator.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
Validator.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ValueMapperMeta
Maps String values of a certain field to new values
 Created on 03-apr-2006 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ValueMapper.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
ValueMapper.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
ValueMapper.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WebServiceAvailableMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WebServiceAvailable.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
WebServiceAvailable.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
WebServiceAvailable.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WebServiceMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WebService.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
WebService.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
WebService.processRow(StepMetaInterface metaInterface,
          StepDataInterface dataInterface)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WriteToLogMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
WriteToLog.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
WriteToLog.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
XBaseInputMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
XBaseInput.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
XBaseInput.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
XBaseInput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
YamlInputMeta
Store run-time data on the YamlInput step. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
YamlInput.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
YamlInput.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
YamlInput.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ZipFileMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ZipFile.dispose(StepMetaInterface smi,
       StepDataInterface sdi)  | 
boolean | 
ZipFile.init(StepMetaInterface smi,
    StepDataInterface sdi)  | 
boolean | 
ZipFile.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BaseStreamStepMeta  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
BaseStreamStep.init(StepMetaInterface stepMetaInterface,
    StepDataInterface stepDataInterface)  | 
boolean | 
BaseStreamStep.processRow(StepMetaInterface smi,
          StepDataInterface sdi)  | 
void | 
BaseStreamStep.stopRunning(StepMetaInterface stepMetaInterface,
           StepDataInterface stepDataInterface)  | 
Copyright © 2020 Hitachi Vantara. All rights reserved.