Modifier and Type | Method and Description |
---|---|
org.pentaho.di.core.row.RowMeta |
ProvidesModelerMeta.getRowMeta(StepDataInterface stepData) |
Modifier and Type | Class and Description |
---|---|
class |
GenericStepData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
AbstractStepMeta.getStepData()
Get a new instance of the appropriate data class.
|
Constructor and Description |
---|
AbstractStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
Trans.findDataInterface(String name)
Find the data interface for the step with the specified name.
|
StepDataInterface |
Trans.getStepDataInterface(String stepname,
int stepcopy)
Finds the StepDataInterface (currently) associated with the specified step.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseStepData
This class is the base class for the StepDataInterface and contains the methods to set and retrieve the status of the
step data.
|
Modifier and Type | Field and Description |
---|---|
StepDataInterface |
StepMetaDataCombi.data |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
StepMetaInterface.getStepData()
Get a new instance of the appropriate data class.
|
StepDataInterface |
BaseStep.getStepDataInterface() |
Modifier and Type | Method and Description |
---|---|
void |
BaseStep.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
void |
StepInterface.dispose(StepMetaInterface sii,
StepDataInterface sdi)
Dispose of this step: close files, empty logs, etc.
|
StepInterface |
StepMetaInterface.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
Get the executing step, needed by Trans to launch a step.
|
boolean |
BaseStep.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
StepInterface.init(StepMetaInterface stepMetaInterface,
StepDataInterface stepDataInterface)
Initialize and do work where other steps need to wait for...
|
boolean |
BaseStep.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
StepInterface.processRow(StepMetaInterface smi,
StepDataInterface sdi)
Perform the equivalent of processing one row.
|
void |
BaseStep.setStepDataInterface(StepDataInterface stepDataInterface) |
void |
BaseStep.stopRunning(StepMetaInterface stepMetaInterface,
StepDataInterface stepDataInterface)
Perform actions to stop a running step.
|
void |
StepInterface.stopRunning(StepMetaInterface stepMetaInterface,
StepDataInterface stepDataInterface)
Stop running operations...
|
Constructor and Description |
---|
BaseStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
This is the base step that forms that basis for all steps.
|
Modifier and Type | Class and Description |
---|---|
class |
AbortData
Data class for the Abort step.
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
AbortMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
AbortMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
boolean |
Abort.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
Abort.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
Abort(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
AccessInputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
AccessInputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
AccessInput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
AccessInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
AccessInput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
AccessInput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
AccessInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
AccessOutputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
AccessOutputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
AccessOutput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
AccessOutputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
AccessOutput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
AccessOutput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
AccessOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
AddSequenceData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
AddSequenceMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
AddSequence.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
AddSequenceMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
AddSequence.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
AddSequence.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
AddSequence(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
AnalyticQueryData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
AnalyticQueryMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
AnalyticQueryMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
AnalyticQuery.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
AnalyticQuery.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
AnalyticQuery(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
AppendData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
AppendMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
AppendMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
Append.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
Append.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
Append(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
AutoDocData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
AutoDocMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
AutoDocMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
AutoDoc.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
AutoDoc(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
BlockingStepData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
BlockingStepMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
BlockingStep.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
BlockingStepMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
boolean |
BlockingStep.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
BlockingStep.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
BlockingStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
BlockUntilStepsFinishData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
BlockUntilStepsFinishMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
BlockUntilStepsFinishMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
BlockUntilStepsFinish.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
BlockUntilStepsFinish.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
BlockUntilStepsFinish(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
CalculatorData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
CalculatorMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
CalculatorMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
Calculator.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
Calculator.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
Calculator(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
ChangeFileEncodingData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
ChangeFileEncodingMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeFileEncoding.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
ChangeFileEncodingMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
ChangeFileEncoding.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
ChangeFileEncoding.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
ChangeFileEncoding(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
CheckSumData
Data class for the Cheksum class
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
CheckSumMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
CheckSumMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
CheckSum.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
CheckSum.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
CheckSum(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
CloneRowData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
CloneRowMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
CloneRowMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
CloneRow.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
CloneRow.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
CloneRow(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
ClosureGeneratorData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
ClosureGeneratorMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
ClosureGeneratorMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
ClosureGenerator.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
ClosureGenerator.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
ClosureGenerator(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
ColumnExistsData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
ColumnExistsMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
ColumnExists.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
ColumnExistsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
ColumnExists.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
ColumnExists.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
ColumnExists(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
CombinationLookupData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
CombinationLookupMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
CombinationLookup.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
org.pentaho.di.core.row.RowMeta |
CombinationLookupMeta.getRowMeta(StepDataInterface stepData) |
StepInterface |
CombinationLookupMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
CombinationLookup.init(StepMetaInterface sii,
StepDataInterface sdi) |
boolean |
CombinationLookup.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
CombinationLookup(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
ConcatFieldsData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
ConcatFieldsMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
ConcatFields.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
ConcatFieldsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
ConcatFields.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
ConcatFields.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
ConcatFields(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
ConstantData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
ConstantMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
ConstantMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
Constant.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
Constant.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
Constant(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
CreditCardValidatorData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
CreditCardValidatorMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
CreditCardValidator.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
CreditCardValidatorMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
CreditCardValidator.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
CreditCardValidator.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
CreditCardValidator(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
CsvInputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
CsvInputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
CsvInput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
CsvInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
CsvInput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
CsvInput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
CsvInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
CubeInputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
CubeInputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
CubeInput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
CubeInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
CubeInput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
CubeInput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
CubeInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
CubeOutputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
CubeOutputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
CubeOutput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
CubeOutputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
CubeOutput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
CubeOutput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
CubeOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
DatabaseJoinData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
DatabaseJoinMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseJoin.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
DatabaseJoinMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
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
|
Constructor and Description |
---|
DatabaseJoin(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
DatabaseLookupData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
DatabaseLookupMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseLookup.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
org.pentaho.di.core.row.RowMeta |
DatabaseLookupMeta.getRowMeta(StepDataInterface stepData) |
StepInterface |
DatabaseLookupMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
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
|
Constructor and Description |
---|
DatabaseLookup(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
DataGridData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
DataGridMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
DataGridMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
DataGrid.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
DataGrid(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
DBProcData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
DBProcMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
DBProc.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
DBProcMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
DBProc.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
DBProc.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
DBProc(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
DelayData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
DelayMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
DelayMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
Delay.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
Delay.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
Delay(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
DeleteData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
DeleteMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
Delete.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
DeleteMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
Delete.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
Delete.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
Delete(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
DenormaliserData
Data structure used by Denormaliser during processing
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
DenormaliserMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
DenormaliserMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
Denormaliser.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
Denormaliser.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
Denormaliser(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
DetectEmptyStreamData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
DetectEmptyStreamMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
DetectEmptyStreamMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
DetectEmptyStream.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
DetectEmptyStream.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
DetectEmptyStream(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
DetectLastRowData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
DetectLastRowMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
DetectLastRow.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
DetectLastRowMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
DetectLastRow.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
DetectLastRow.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
DetectLastRow(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
DimensionLookupData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
DimensionLookupMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
DimensionLookup.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
org.pentaho.di.core.row.RowMeta |
DimensionLookupMeta.getRowMeta(StepDataInterface stepData) |
StepInterface |
DimensionLookupMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
DimensionLookup.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
DimensionLookup.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
DimensionLookup(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
DummyTransData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
DummyTransMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
DummyTransMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
DummyTrans.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
DummyTrans(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
DynamicSQLRowData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
DynamicSQLRowMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
DynamicSQLRow.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
DynamicSQLRowMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
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
|
Constructor and Description |
---|
DynamicSQLRow(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
Edi2XmlData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
Edi2XmlMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
Edi2Xml.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
Edi2XmlMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans disp) |
boolean |
Edi2Xml.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
Edi2Xml.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
Edi2Xml(StepMeta s,
StepDataInterface stepDataInterface,
int c,
TransMeta t,
Trans dis) |
Modifier and Type | Class and Description |
---|---|
class |
ExcelInputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
ExcelInputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
ExcelInput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
ExcelInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
ExcelInput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
ExcelInput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
ExcelInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
ExcelOutputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
ExcelOutputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
ExcelOutput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
ExcelOutputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
ExcelOutput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
ExcelOutput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
ExcelOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
ExcelWriterStepData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
ExcelWriterStepMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
ExcelWriterStep.dispose(StepMetaInterface smi,
StepDataInterface sdi)
transformation run end
|
StepInterface |
ExcelWriterStepMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
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) |
Constructor and Description |
---|
ExcelWriterStep(StepMeta s,
StepDataInterface stepDataInterface,
int c,
TransMeta t,
Trans dis) |
Modifier and Type | Class and Description |
---|---|
class |
ExecProcessData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
ExecProcessMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
ExecProcess.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
ExecProcessMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
ExecProcess.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
ExecProcess.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
ExecProcess(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
ExecSQLRowData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
ExecSQLRowMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
ExecSQLRow.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
ExecSQLRowMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
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
|
Constructor and Description |
---|
ExecSQLRow(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
FieldsChangeSequenceData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
FieldsChangeSequenceMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
FieldsChangeSequence.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
FieldsChangeSequenceMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
FieldsChangeSequence.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
FieldsChangeSequence.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
FieldsChangeSequence(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
FieldSplitterData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
FieldSplitterMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
FieldSplitterMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
FieldSplitter.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
FieldSplitter.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
FieldSplitter(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
FileExistsData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
FileExistsMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
FileExists.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
FileExistsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
FileExists.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
FileExists.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
FileExists(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
BaseFileInputStepData
Some base data for file-based input steps.
|
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.
|
Constructor and Description |
---|
BaseFileInputStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
TextFileInputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
TextFileInputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
TextFileInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
Constructor and Description |
---|
TextFileInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
FileLockedData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
FileLockedMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
FileLocked.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
FileLockedMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
FileLocked.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
FileLocked.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
FileLocked(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
FilesFromResultData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
FilesFromResultMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
FilesFromResultMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
FilesFromResult.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
FilesFromResult.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
FilesFromResult(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
FilesToResultData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
FilesToResultMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
FilesToResultMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
FilesToResult.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
FilesToResult.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
FilesToResult(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
FilterRowsData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
FilterRowsMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
FilterRowsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
FilterRows.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
FilterRows.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
FilterRows(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
FixedInputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
FixedInputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
FixedInput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
FixedInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
FixedInput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
FixedInput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
FixedInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
FlattenerData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
FlattenerMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
FlattenerMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
Flattener.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
Flattener.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
Flattener(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
FormulaData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
FormulaMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
FormulaMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
Formula.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
Formula.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
Formula(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
FuzzyMatchData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
FuzzyMatchMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
FuzzyMatch.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
FuzzyMatchMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
FuzzyMatch.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
FuzzyMatch.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
FuzzyMatch(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
GetFileNamesData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
GetFileNamesMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
GetFileNames.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
GetFileNamesMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
GetFileNames.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
GetFileNames.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
GetFileNames(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
GetFilesRowsCountData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
GetFilesRowsCountMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
GetFilesRowsCount.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
GetFilesRowsCountMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
GetFilesRowsCount.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
GetFilesRowsCount.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
GetFilesRowsCount(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
GetRepositoryNamesData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
GetRepositoryNamesMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
GetRepositoryNamesMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
GetRepositoryNames.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
GetRepositoryNames.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
GetRepositoryNames(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
GetSlaveSequenceData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
GetSlaveSequenceMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
GetSlaveSequenceMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
GetSlaveSequence.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
GetSlaveSequence.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
GetSlaveSequence(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
GetSubFoldersData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
GetSubFoldersMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
GetSubFolders.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
GetSubFoldersMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
GetSubFolders.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
GetSubFolders.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
GetSubFolders(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
GetTableNamesData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
GetTableNamesMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
GetTableNames.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
GetTableNamesMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
GetTableNames.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
GetTableNames.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
GetTableNames(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
GetVariableData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
GetVariableMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
GetVariable.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
GetVariableMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
GetVariable.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
GetVariable.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
GetVariable(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
GroupByData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
GroupByMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
GroupBy.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
GroupByMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
GroupBy.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
GroupBy.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
GroupBy(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
HTTPData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
HTTPMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
HTTP.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
HTTPMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
HTTP.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
HTTP.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
HTTP(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
HTTPPOSTData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
HTTPPOSTMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
HTTPPOST.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
HTTPPOSTMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
HTTPPOST.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
HTTPPOST.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
HTTPPOST(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
IfNullData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
IfNullMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
IfNullMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
IfNull.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
IfNull.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
IfNull(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
InfobrightLoaderData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
InfobrightLoaderMeta.getStepData()
Get a new instance of the appropriate data class.
|
Modifier and Type | Method and Description |
---|---|
void |
InfobrightLoader.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
InfobrightLoaderMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
Get the executing step, needed by Trans to launch a step.
|
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.
|
Constructor and Description |
---|
InfobrightLoader(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
Standard constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
InjectorData
Data class to allow a java program to inject rows of data into a transformation.
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
InjectorMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
InjectorMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
Injector.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
Injector(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
InsertUpdateData
Stores data for the Insert/Update step.
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
InsertUpdateMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
InsertUpdate.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
org.pentaho.di.core.row.RowMeta |
InsertUpdateMeta.getRowMeta(StepDataInterface stepData) |
StepInterface |
InsertUpdateMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
InsertUpdate.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
InsertUpdate.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
InsertUpdate(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
IngresVectorwiseLoaderData
Stores data for the MySQL bulk load step.
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
IngresVectorwiseLoaderMeta.getStepData()
Get a new instance of the appropriate data class.
|
Modifier and Type | Method and Description |
---|---|
void |
IngresVectorwiseLoader.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
IngresVectorwiseLoaderMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
Get the executing step, needed by Trans to launch a step.
|
boolean |
IngresVectorwiseLoader.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
IngresVectorwiseLoader.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
IngresVectorwiseLoader(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
JaninoData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
JaninoMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
JaninoMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
Janino.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
Janino.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
Janino(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
JavaFilterData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
JavaFilterMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
JavaFilterMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
JavaFilter.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
JavaFilter.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
JavaFilter(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
JobExecutorData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
JobExecutorMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
JobExecutor.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
JobExecutorMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
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) |
Constructor and Description |
---|
JobExecutor(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
JoinRowsData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
JoinRowsMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
JoinRows.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
JoinRowsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
JoinRows.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
JoinRows(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
LDAPInputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
LDAPInputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
LDAPInput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
LDAPInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
LDAPInput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
LDAPInput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
LDAPInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
LDAPOutputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
LDAPOutputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
LDAPOutput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
LDAPOutputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
LDAPOutput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
LDAPOutput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
LDAPOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
LDIFInputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
LDIFInputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
LDIFInput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
LDIFInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
LDIFInput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
LDIFInput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
LDIFInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
LoadFileInputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
LoadFileInputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
LoadFileInput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
LoadFileInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
LoadFileInput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
LoadFileInput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
LoadFileInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
MailData
Send mail step.
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
MailMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
Mail.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
MailMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
Mail.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
Mail.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
Mail(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
MailInputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
MailInputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
MailInput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
MailInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
MailInput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
MailInput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
MailInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
MailValidatorData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
MailValidatorMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
MailValidator.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
MailValidatorMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
MailValidator.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
MailValidator.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
MailValidator(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
MappingData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
MappingMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
Mapping.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
MappingMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
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) |
Constructor and Description |
---|
Mapping(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
MappingInputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
MappingInputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
MappingInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
MappingInput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
MappingInput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
MappingInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
MappingOutputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
MappingOutputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
MappingOutputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
MappingOutput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
MappingOutput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
MappingOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
MemoryGroupByData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
MemoryGroupByMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
MemoryGroupBy.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
MemoryGroupByMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
MemoryGroupBy.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
MemoryGroupBy.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
MemoryGroupBy(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
MergeJoinData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
MergeJoinMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
MergeJoinMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
MergeJoin.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
MergeJoin.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
MergeJoin(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
MergeRowsData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
MergeRowsMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
MergeRowsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
MergeRows.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
MergeRows.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
MergeRows(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
MetaInjectData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
MetaInjectMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
MetaInjectMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
MetaInject.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
MetaInject.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
MetaInject(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
MondrianData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
MondrianInputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
MondrianInput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
MondrianInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
MondrianInput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
MondrianInput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
MondrianInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Method and Description |
---|---|
StepInterface |
MonetDBAgileMartMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
MonetDBAgileMart.init(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
MonetDBAgileMart(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
MonetDBBulkLoaderData
Stores data for the MonetDBBulkLoader step.
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
MonetDBBulkLoaderMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
MonetDBBulkLoader.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
MonetDBBulkLoaderMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
MonetDBBulkLoader.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
MonetDBBulkLoader.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
MonetDBBulkLoader(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
MultiMergeJoinData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
MultiMergeJoinMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
MultiMergeJoinMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
MultiMergeJoin.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
MultiMergeJoin.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
MultiMergeJoin(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
MySQLBulkLoaderData
Stores data for the MySQL bulk load step.
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
MySQLBulkLoaderMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
MySQLBulkLoader.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
MySQLBulkLoaderMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
MySQLBulkLoader.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
MySQLBulkLoader.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
MySQLBulkLoader(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
NormaliserData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
NormaliserMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
NormaliserMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
Normaliser.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
Normaliser.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
Normaliser(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
NullIfData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
NullIfMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
NullIf.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
NullIfMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
NullIf.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
NullIf.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
NullIf(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
NumberRangeData
+ * Data for the NumberRangePlugin + * + * @author ronny.roeller@fredhopper.com + * +
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
NumberRangeMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
NumberRange.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
NumberRangeMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans disp) |
boolean |
NumberRange.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
NumberRange.processRow(StepMetaInterface smi,
StepDataInterface sdi)
Column number where the input value is stored
|
Constructor and Description |
---|
NumberRange(StepMeta s,
StepDataInterface stepDataInterface,
int c,
TransMeta t,
Trans dis) |
Modifier and Type | Class and Description |
---|---|
class |
OlapData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
OlapInputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
OlapInput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
OlapInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
OlapInput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
OlapInput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
OlapInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
OraBulkLoaderData
Stores data for the OraBulkLoader step.
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
OraBulkLoaderMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
OraBulkLoader.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
OraBulkLoaderMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
OraBulkLoader.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
OraBulkLoader.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
OraBulkLoader(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
ParGzipCsvInputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
ParGzipCsvInputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
ParGzipCsvInput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
ParGzipCsvInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
ParGzipCsvInput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
ParGzipCsvInput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
ParGzipCsvInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
PentahoReportingOutputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
PentahoReportingOutputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
PentahoReportingOutputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
PentahoReportingOutput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
PentahoReportingOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
PGBulkLoaderData
Stores data for the GPBulkLoader step.
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
PGBulkLoaderMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
PGBulkLoaderMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
PGBulkLoader.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
PGBulkLoader.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
PGBulkLoader(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
PGPDecryptStreamData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
PGPDecryptStreamMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
PGPDecryptStream.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
PGPDecryptStreamMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
PGPDecryptStream.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
PGPDecryptStream.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
PGPDecryptStream(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
PGPEncryptStreamData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
PGPEncryptStreamMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
PGPEncryptStream.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
PGPEncryptStreamMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
PGPEncryptStream.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
PGPEncryptStream.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
PGPEncryptStream(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
PrioritizeStreamsData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
PrioritizeStreamsMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
PrioritizeStreams.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
PrioritizeStreamsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
PrioritizeStreams.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
PrioritizeStreams.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
PrioritizeStreams(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessFilesData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
ProcessFilesMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessFiles.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
ProcessFilesMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
ProcessFiles.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
ProcessFiles.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
ProcessFiles(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
PropertyInputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
PropertyInputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
PropertyInput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
PropertyInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
PropertyInput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
PropertyInput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
PropertyInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
PropertyOutputData
Output rows to Properties file and create a file.
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
PropertyOutputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
PropertyOutput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
PropertyOutputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
PropertyOutput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
PropertyOutput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
PropertyOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
RandomCCNumberGeneratorData
Generate random credit card number.
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
RandomCCNumberGeneratorMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
RandomCCNumberGenerator.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
RandomCCNumberGeneratorMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
RandomCCNumberGenerator.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
RandomCCNumberGenerator.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
RandomCCNumberGenerator(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
RandomValueData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
RandomValueMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
RandomValue.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
RandomValueMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
RandomValue.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
RandomValue.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
RandomValue(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
RegexEvalData
Runtime data for the RegexEval step.
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
RegexEvalMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
RegexEval.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
RegexEvalMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
RegexEval.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
RegexEval.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
RegexEval(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
ReplaceStringData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
ReplaceStringMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
ReplaceString.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
ReplaceStringMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
ReplaceString.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
ReplaceString.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
ReplaceString(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
ReservoirSamplingData
Holds temporary data (i.e.
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
ReservoirSamplingMeta.getStepData()
Get a new instance of the appropriate data class.
|
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.
|
boolean |
ReservoirSampling.init(StepMetaInterface smi,
StepDataInterface sdi)
Initialize the step.
|
boolean |
ReservoirSampling.processRow(StepMetaInterface smi,
StepDataInterface sdi)
Process an incoming row of data.
|
Constructor and Description |
---|
ReservoirSampling(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
Creates a new
ReservoirSampling instance. |
Modifier and Type | Class and Description |
---|---|
class |
RestData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
RestMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
Rest.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
RestMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
Rest.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
Rest.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
Rest(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
RowGeneratorData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
RowGeneratorMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
RowGeneratorMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
RowGenerator.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
RowGenerator.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
RowGenerator(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
RowsFromResultData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
RowsFromResultMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
RowsFromResultMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
RowsFromResult.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
RowsFromResult(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
RowsToResultData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
RowsToResultMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
RowsToResultMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
RowsToResult.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
RowsToResult.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
RowsToResult(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
RssInputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
RssInputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
RssInput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
RssInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
RssInput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
RssInput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
RssInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
RssOutputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
RssOutputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
RssOutput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
RssOutputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
RssOutput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
RssOutput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
RssOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
SampleRowsData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
SampleRowsMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
SampleRowsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
SampleRows.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
SampleRows.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
SampleRows(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
SapInputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
SapInputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
SapInput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
SapInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
SapInput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
SapInput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
SapInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
SasInputData
Provides data for the XBaseInput step.
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
SasInputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
SasInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
SasInput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
void |
SasInput.stopRunning(StepMetaInterface stepMetaInterface,
StepDataInterface stepDataInterface) |
Constructor and Description |
---|
SasInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
ScriptData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
ScriptMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
Script.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
void |
ScriptDummy.dispose(StepMetaInterface sii,
StepDataInterface sdi) |
void |
ScriptInterface.dispose(StepMetaInterface sii,
StepDataInterface sdi) |
StepInterface |
ScriptMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
Script.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
ScriptDummy.init(StepMetaInterface stepMetaInterface,
StepDataInterface stepDataInterface) |
boolean |
ScriptInterface.init(StepMetaInterface stepMetaInterface,
StepDataInterface stepDataInterface) |
boolean |
Script.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
ScriptDummy.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
ScriptInterface.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
void |
ScriptDummy.stopRunning(StepMetaInterface stepMetaInterface,
StepDataInterface stepDataInterface) |
void |
ScriptInterface.stopRunning(StepMetaInterface stepMetaInterface,
StepDataInterface stepDataInterface) |
Constructor and Description |
---|
Script(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
ScriptValuesModData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
ScriptValuesMetaMod.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
ScriptValuesModDummy.dispose(StepMetaInterface sii,
StepDataInterface sdi) |
void |
ScriptValuesMod.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
ScriptValuesMetaMod.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
ScriptValuesModDummy.init(StepMetaInterface stepMetaInterface,
StepDataInterface stepDataInterface) |
boolean |
ScriptValuesMod.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
ScriptValuesModDummy.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
ScriptValuesMod.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
void |
ScriptValuesModDummy.stopRunning(StepMetaInterface stepMetaInterface,
StepDataInterface stepDataInterface) |
Constructor and Description |
---|
ScriptValuesMod(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
SelectValuesData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
SelectValuesMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
SelectValuesMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
SelectValues.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
SelectValues.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
SelectValues(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
SetValueConstantData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
SetValueConstantMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
SetValueConstantMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
SetValueConstant.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
SetValueConstant.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
SetValueConstant(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
SetValueFieldData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
SetValueFieldMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
SetValueField.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
SetValueFieldMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
SetValueField.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
SetValueField.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
SetValueField(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
SetVariableData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
SetVariableMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
SetVariable.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
SetVariableMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
SetVariable.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
SetVariable.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
SetVariable(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
SFTPPutData
Send file to SFTP host.
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
SFTPPutMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
SFTPPut.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
SFTPPutMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
SFTPPut.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
SFTPPut(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleMappingData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
SimpleMappingMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleMapping.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
SimpleMappingMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
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) |
Constructor and Description |
---|
SimpleMapping(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
SingleThreaderData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
SingleThreaderMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
SingleThreader.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
SingleThreaderMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
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) |
Constructor and Description |
---|
SingleThreader(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
SocketReaderData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
SocketReaderMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
SocketReader.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
SocketReaderMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
SocketReader.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
SocketReader.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
SocketReader(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
SocketWriterData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
SocketWriterMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
SocketWriter.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
SocketWriterMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
SocketWriter.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
SocketWriter.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
SocketWriter(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
SortRowsData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
SortRowsMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
SortRows.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
SortRowsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
SortRows.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
SortRows.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
SortRows(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
SortedMergeData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
SortedMergeMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
SortedMergeMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
SortedMerge.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
SortedMerge.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
SortedMerge(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
SplitFieldToRowsData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
SplitFieldToRowsMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
SplitFieldToRowsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
SplitFieldToRows.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
SplitFieldToRows.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
SplitFieldToRows(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
ExecSQLData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
ExecSQLMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
ExecSQL.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
ExecSQLMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
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
|
Constructor and Description |
---|
ExecSQL(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
SQLFileOutputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
SQLFileOutputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
SQLFileOutput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
SQLFileOutputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
SQLFileOutput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
SQLFileOutput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
SQLFileOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
SSHData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
SSHMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
SSH.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
SSHMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
SSH.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
SSH.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
SSH(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
StepMetastructureData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
StepMetastructureMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
StepMetastructureMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
StepMetastructure.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
StepMetastructure.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
StepMetastructure(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
StepsMetricsData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
StepsMetricsMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
StepsMetricsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
StepsMetrics.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
StepsMetrics.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
StepsMetrics(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
StreamLookupData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
StreamLookupMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
StreamLookup.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
StreamLookupMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
StreamLookup.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
StreamLookup.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
StreamLookup(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
StringCutData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
StringCutMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
StringCut.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
StringCutMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
StringCut.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
StringCut.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
StringCut(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
StringOperationsData
Apply certain operations too string.
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
StringOperationsMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
StringOperations.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
StringOperationsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
StringOperations.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
StringOperations.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
StringOperations(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
SwitchCaseData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
SwitchCaseMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
SwitchCaseMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
SwitchCase.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
SwitchCase.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
SwitchCase(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
SecretKeyGeneratorData
Generate secret key.
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
SecretKeyGeneratorMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
SecretKeyGenerator.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
SecretKeyGeneratorMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
SecretKeyGenerator.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
SecretKeyGenerator.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
SecretKeyGenerator(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
SymmetricCryptoTransData
Symmetric algorithm Executes a SymmetricCryptoTrans on the values in the input stream.
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
SymmetricCryptoTransMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
SymmetricCryptoTrans.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
SymmetricCryptoTransMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
SymmetricCryptoTrans.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
SymmetricCryptoTrans.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
SymmetricCryptoTrans(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
SynchronizeAfterMergeData
Performs an insert/update/delete depending on the value of a field.
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
SynchronizeAfterMergeMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
SynchronizeAfterMerge.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
SynchronizeAfterMergeMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
SynchronizeAfterMerge.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
SynchronizeAfterMerge.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
SynchronizeAfterMerge(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
SyslogMessageData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
SyslogMessageMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
SyslogMessage.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
SyslogMessageMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
SyslogMessage.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
SyslogMessage.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
SyslogMessage(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
SystemDataData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
SystemDataMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
SystemData.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
SystemDataMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
SystemData.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
SystemData.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
SystemData(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Method and Description |
---|---|
StepInterface |
TableAgileMartMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
TableAgileMart.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
TableAgileMart.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
TableAgileMart(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
TableCompareData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
TableCompareMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
TableCompare.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
TableCompareMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
TableCompare.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
TableCompare.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
TableCompare(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
TableExistsData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
TableExistsMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
TableExists.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
TableExistsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
TableExists.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
TableExists.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
TableExists(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
TableInputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
TableInputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
TableInput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
TableInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
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
|
Constructor and Description |
---|
TableInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
TableOutputData
Storage class for table output step.
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
TableOutputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
TableOutput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
org.pentaho.di.core.row.RowMeta |
TableOutputMeta.getRowMeta(StepDataInterface stepData) |
StepInterface |
TableOutputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
TableOutput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
TableOutput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
TableOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
TeraFastMeta.getStepData()
Get a new instance of the appropriate data class.
|
Modifier and Type | Method and Description |
---|---|
void |
TeraFast.dispose(StepMetaInterface smi,
StepDataInterface sdi)
Dispose of this step: close files, empty logs, etc.
|
StepInterface |
TeraFastMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans disp)
Get the executing step, needed by Trans to launch a step.
|
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.
|
Constructor and Description |
---|
TeraFast(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
TextFileInputMeta.getStepData()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
TextFileInput.dispose(StepMetaInterface smi,
StepDataInterface sdi)
Deprecated.
|
StepInterface |
TextFileInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
Deprecated.
|
boolean |
TextFileInput.init(StepMetaInterface smi,
StepDataInterface sdi)
Deprecated.
|
boolean |
TextFileInput.processRow(StepMetaInterface smi,
StepDataInterface sdi)
Deprecated.
|
Constructor and Description |
---|
TextFileInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
TextFileOutputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
TextFileOutputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
TextFileOutput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
TextFileOutputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
TextFileOutput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
TextFileOutput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
TextFileOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
TransExecutorData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
TransExecutorMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
TransExecutor.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
TransExecutorMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
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) |
Constructor and Description |
---|
TransExecutor(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
UniqueRowsData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
UniqueRowsMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
UniqueRowsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
UniqueRows.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
UniqueRows.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
UniqueRows(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
UniqueRowsByHashSetData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
UniqueRowsByHashSetMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
UniqueRowsByHashSetMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
UniqueRowsByHashSet.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
UniqueRowsByHashSet.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
UniqueRowsByHashSet(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
UnivariateStatsData
Holds temporary data and has routines for computing derived statistics.
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
UnivariateStatsMeta.getStepData()
Get a new instance of the appropriate data class.
|
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.
|
boolean |
UnivariateStats.init(StepMetaInterface smi,
StepDataInterface sdi)
Initialize the step.
|
boolean |
UnivariateStats.processRow(StepMetaInterface smi,
StepDataInterface sdi)
Process an incoming row of data.
|
Constructor and Description |
---|
UnivariateStats(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
Creates a new
UnivariateStats instance. |
Modifier and Type | Class and Description |
---|---|
class |
UpdateData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
UpdateMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
Update.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
UpdateMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
Update.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
Update.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
Update(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
UserDefinedJavaClassData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
UserDefinedJavaClassMeta.getStepData() |
StepDataInterface |
UserDefinedJavaClass.getStepDataInterface() |
StepDataInterface |
TransformClassBase.getStepDataInterface() |
StepDataInterface |
UserDefinedJavaClass.getStepDataInterfaceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
UserDefinedJavaClass.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
void |
TransformClassBase.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
void |
UserDefinedJavaClass.disposeImpl(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
UserDefinedJavaClassMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
UserDefinedJavaClass.init(StepMetaInterface stepMetaInterface,
StepDataInterface stepDataInterface) |
boolean |
TransformClassBase.init(StepMetaInterface stepMetaInterface,
StepDataInterface stepDataInterface) |
boolean |
UserDefinedJavaClass.initImpl(StepMetaInterface stepMetaInterface,
StepDataInterface stepDataInterface) |
boolean |
UserDefinedJavaClass.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
abstract boolean |
TransformClassBase.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
void |
UserDefinedJavaClass.stopRunning(StepMetaInterface stepMetaInterface,
StepDataInterface stepDataInterface) |
void |
TransformClassBase.stopRunning(StepMetaInterface stepMetaInterface,
StepDataInterface stepDataInterface) |
void |
UserDefinedJavaClass.stopRunningImpl(StepMetaInterface stepMetaInterface,
StepDataInterface stepDataInterface) |
Constructor and Description |
---|
UserDefinedJavaClass(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
ValidatorData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
ValidatorMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
ValidatorMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
Validator.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
Validator.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
Validator(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
ValueMapperData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
ValueMapperMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
ValueMapper.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
ValueMapperMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
ValueMapper.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
ValueMapper.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
ValueMapper(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
WebServiceAvailableData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
WebServiceAvailableMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
WebServiceAvailable.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
WebServiceAvailableMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
WebServiceAvailable.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
WebServiceAvailable.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
WebServiceAvailable(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
WebServiceData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
WebServiceMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
WebService.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
WebServiceMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans disp) |
boolean |
WebService.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
WebService.processRow(StepMetaInterface metaInterface,
StepDataInterface dataInterface) |
Constructor and Description |
---|
WebService(StepMeta aStepMeta,
StepDataInterface aStepData,
int value,
TransMeta aTransMeta,
Trans aTrans) |
Modifier and Type | Class and Description |
---|---|
class |
WriteToLogData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
WriteToLogMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
StepInterface |
WriteToLogMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
WriteToLog.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
WriteToLog.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
WriteToLog(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
XBaseInputData
Provides data for the XBaseInput step.
|
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
XBaseInputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
XBaseInput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
XBaseInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
XBaseInput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
XBaseInput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
XBaseInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
YamlInputData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
YamlInputMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
YamlInput.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
YamlInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans) |
boolean |
YamlInput.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
YamlInput.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
YamlInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |
Modifier and Type | Class and Description |
---|---|
class |
ZipFileData |
Modifier and Type | Method and Description |
---|---|
StepDataInterface |
ZipFileMeta.getStepData() |
Modifier and Type | Method and Description |
---|---|
void |
ZipFile.dispose(StepMetaInterface smi,
StepDataInterface sdi) |
StepInterface |
ZipFileMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans) |
boolean |
ZipFile.init(StepMetaInterface smi,
StepDataInterface sdi) |
boolean |
ZipFile.processRow(StepMetaInterface smi,
StepDataInterface sdi) |
Constructor and Description |
---|
ZipFile(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans) |