Uses of Interface
org.pentaho.di.core.logging.HasLogChannelInterface
-
-
Uses of HasLogChannelInterface in org.pentaho.di.core.logging
Methods in org.pentaho.di.core.logging that return HasLogChannelInterface Modifier and Type Method Description HasLogChannelInterface
LogParentProvidedInterface. getLogChannelProvider()
-
Uses of HasLogChannelInterface in org.pentaho.di.core.util
Classes in org.pentaho.di.core.util that implement HasLogChannelInterface Modifier and Type Class Description class
AbstractStep
-
Uses of HasLogChannelInterface in org.pentaho.di.job
Classes in org.pentaho.di.job that implement HasLogChannelInterface Modifier and Type Class Description class
Job
This class executes a job as defined by a JobMeta object. -
Uses of HasLogChannelInterface in org.pentaho.di.trans
Classes in org.pentaho.di.trans that implement HasLogChannelInterface Modifier and Type Class Description class
Trans
This class represents the information and operations associated with the concept of a Transformation. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.step
Subinterfaces of HasLogChannelInterface in org.pentaho.di.trans.step Modifier and Type Interface Description interface
StepInterface
The interface that any transformation step or plugin needs to implement.Classes in org.pentaho.di.trans.step that implement HasLogChannelInterface Modifier and Type Class Description class
BaseDatabaseStep
Base step extension that is responsible for Database connection and datasource management for steps that require it.class
BaseStep
This class can be extended for the actual row processing of the implemented step. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.calculator
Classes in org.pentaho.di.trans.steps.calculator that implement HasLogChannelInterface Modifier and Type Class Description class
Calculator
Calculate new field values using pre-defined functions. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.constant
Classes in org.pentaho.di.trans.steps.constant that implement HasLogChannelInterface Modifier and Type Class Description class
Constant
Generates a number of (empty or the same) rows -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.creditcardvalidator
Classes in org.pentaho.di.trans.steps.creditcardvalidator that implement HasLogChannelInterface Modifier and Type Class Description class
CreditCardValidator
Check if a Credit Card is valid * -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.csvinput
Classes in org.pentaho.di.trans.steps.csvinput that implement HasLogChannelInterface Modifier and Type Class Description class
CsvInput
Read a simple CSV file Just output Strings found in the file... -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.databasejoin
Classes in org.pentaho.di.trans.steps.databasejoin that implement HasLogChannelInterface Modifier and Type Class Description class
DatabaseJoin
Use values from input streams to joins with values in a database. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.databaselookup
Classes in org.pentaho.di.trans.steps.databaselookup that implement HasLogChannelInterface Modifier and Type Class Description class
DatabaseLookup
Looks up values in a database using keys from input streams. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.datagrid
Classes in org.pentaho.di.trans.steps.datagrid that implement HasLogChannelInterface Modifier and Type Class Description class
DataGrid
Generates a number of (empty or the same) rows -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.dbproc
Classes in org.pentaho.di.trans.steps.dbproc that implement HasLogChannelInterface Modifier and Type Class Description class
DBProc
Retrieves values from a database by calling database stored procedures or functions -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.delete
Classes in org.pentaho.di.trans.steps.delete that implement HasLogChannelInterface Modifier and Type Class Description class
Delete
Delete data in a database table. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.denormaliser
Classes in org.pentaho.di.trans.steps.denormaliser that implement HasLogChannelInterface Modifier and Type Class Description class
Denormaliser
Denormalises data based on key-value pairs -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.detectemptystream
Classes in org.pentaho.di.trans.steps.detectemptystream that implement HasLogChannelInterface Modifier and Type Class Description class
DetectEmptyStream
Detect empty stream. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.detectlastrow
Classes in org.pentaho.di.trans.steps.detectlastrow that implement HasLogChannelInterface Modifier and Type Class Description class
DetectLastRow
Detect last row in a stream -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.dimensionlookup
Classes in org.pentaho.di.trans.steps.dimensionlookup that implement HasLogChannelInterface Modifier and Type Class Description class
DimensionLookup
Manages a slowly changing dimension (lookup or update) -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.dummytrans
Classes in org.pentaho.di.trans.steps.dummytrans that implement HasLogChannelInterface Modifier and Type Class Description class
DummyTrans
Do nothing. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.dynamicsqlrow
Classes in org.pentaho.di.trans.steps.dynamicsqlrow that implement HasLogChannelInterface Modifier and Type Class Description class
DynamicSQLRow
Run dynamic SQL. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.execprocess
Classes in org.pentaho.di.trans.steps.execprocess that implement HasLogChannelInterface Modifier and Type Class Description class
ExecProcess
Execute a process * -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.execsqlrow
Classes in org.pentaho.di.trans.steps.execsqlrow that implement HasLogChannelInterface Modifier and Type Class Description class
ExecSQLRow
Execute one or more SQL statements in a script, one time or parameterised (for every row) -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.fieldschangesequence
Classes in org.pentaho.di.trans.steps.fieldschangesequence that implement HasLogChannelInterface Modifier and Type Class Description class
FieldsChangeSequence
Add sequence to each input row. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.fieldsplitter
Classes in org.pentaho.di.trans.steps.fieldsplitter that implement HasLogChannelInterface Modifier and Type Class Description class
FieldSplitter
Split a single String fields into multiple parts based on certain conditions. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.file
Classes in org.pentaho.di.trans.steps.file that implement HasLogChannelInterface Modifier and Type Class Description class
BaseFileInputStep<M extends BaseFileInputMeta<?,?,?>,D extends BaseFileInputStepData>
This class contains base functionality for file-based input steps. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.fileexists
Classes in org.pentaho.di.trans.steps.fileexists that implement HasLogChannelInterface Modifier and Type Class Description class
FileExists
Check if a table exists in a Database * -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.fileinput.text
Classes in org.pentaho.di.trans.steps.fileinput.text that implement HasLogChannelInterface Modifier and Type Class Description class
TextFileInput
Read all sorts of text files, convert them to rows and writes these to one or more output streams. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.filelocked
Classes in org.pentaho.di.trans.steps.filelocked that implement HasLogChannelInterface Modifier and Type Class Description class
FileLocked
Check if a file is locked * -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.filesfromresult
Classes in org.pentaho.di.trans.steps.filesfromresult that implement HasLogChannelInterface Modifier and Type Class Description class
FilesFromResult
Reads results from a previous transformation in a Job -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.filestoresult
Classes in org.pentaho.di.trans.steps.filestoresult that implement HasLogChannelInterface Modifier and Type Class Description class
FilesToResult
Writes filenames to a next job entry in a Job -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.filterrows
Classes in org.pentaho.di.trans.steps.filterrows that implement HasLogChannelInterface Modifier and Type Class Description class
FilterRows
Filters input rows base on conditions. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.fixedinput
Classes in org.pentaho.di.trans.steps.fixedinput that implement HasLogChannelInterface Modifier and Type Class Description class
FixedInput
Read a simple fixed width file Just output fields found in the file... -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.flattener
Classes in org.pentaho.di.trans.steps.flattener that implement HasLogChannelInterface Modifier and Type Class Description class
Flattener
Pivots data based on key-value pairs -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.formula
Classes in org.pentaho.di.trans.steps.formula that implement HasLogChannelInterface Modifier and Type Class Description class
Formula
Calculate new field values using pre-defined functions. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.fuzzymatch
Classes in org.pentaho.di.trans.steps.fuzzymatch that implement HasLogChannelInterface Modifier and Type Class Description class
FuzzyMatch
Performs a fuzzy match for each main stream field row An approximative match is done in a lookup stream -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.getfilenames
Classes in org.pentaho.di.trans.steps.getfilenames that implement HasLogChannelInterface Modifier and Type Class Description class
GetFileNames
Read all sorts of text files, convert them to rows and writes these to one or more output streams. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.getfilesrowscount
Classes in org.pentaho.di.trans.steps.getfilesrowscount that implement HasLogChannelInterface Modifier and Type Class Description class
GetFilesRowsCount
Read all files, count rows number -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.getrepositorynames
Classes in org.pentaho.di.trans.steps.getrepositorynames that implement HasLogChannelInterface Modifier and Type Class Description class
GetRepositoryNames
Read all sorts of text files, convert them to rows and writes these to one or more output streams. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.getslavesequence
Classes in org.pentaho.di.trans.steps.getslavesequence that implement HasLogChannelInterface Modifier and Type Class Description class
GetSlaveSequence
Adds a sequential number to a stream of rows. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.getsubfolders
Classes in org.pentaho.di.trans.steps.getsubfolders that implement HasLogChannelInterface Modifier and Type Class Description class
GetSubFolders
Read all subfolder inside a specified folder and convert them to rows and writes these to one or more output streams. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.gettablenames
Classes in org.pentaho.di.trans.steps.gettablenames that implement HasLogChannelInterface Modifier and Type Class Description class
GetTableNames
Return tables name list from Database connection * -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.getvariable
Classes in org.pentaho.di.trans.steps.getvariable that implement HasLogChannelInterface Modifier and Type Class Description class
GetVariable
Get information from the System or the supervising transformation. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.groupby
Classes in org.pentaho.di.trans.steps.groupby that implement HasLogChannelInterface Modifier and Type Class Description class
GroupBy
Groups informations based on aggregation rules. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.http
Classes in org.pentaho.di.trans.steps.http that implement HasLogChannelInterface Modifier and Type Class Description class
HTTP
Retrieves data from an HTTP endpoint -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.httppost
Classes in org.pentaho.di.trans.steps.httppost that implement HasLogChannelInterface Modifier and Type Class Description class
HTTPPOST
Make a HTTP Post call -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.ifnull
Classes in org.pentaho.di.trans.steps.ifnull that implement HasLogChannelInterface Modifier and Type Class Description class
IfNull
Sets a field value to a constant if it is null -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.injector
Classes in org.pentaho.di.trans.steps.injector that implement HasLogChannelInterface Modifier and Type Class Description class
Injector
Executor class to allow a java program to inject rows of data into a transformation. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.insertupdate
Classes in org.pentaho.di.trans.steps.insertupdate that implement HasLogChannelInterface Modifier and Type Class Description class
InsertUpdate
Performs a lookup in a database table. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.janino
Classes in org.pentaho.di.trans.steps.janino that implement HasLogChannelInterface Modifier and Type Class Description class
Janino
Calculate new field values using pre-defined functions. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.javafilter
Classes in org.pentaho.di.trans.steps.javafilter that implement HasLogChannelInterface Modifier and Type Class Description class
JavaFilter
Calculate new field values using pre-defined functions. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.jobexecutor
Classes in org.pentaho.di.trans.steps.jobexecutor that implement HasLogChannelInterface Modifier and Type Class Description class
JobExecutor
Execute a job for every input row. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.joinrows
Classes in org.pentaho.di.trans.steps.joinrows that implement HasLogChannelInterface Modifier and Type Class Description class
JoinRows
Performs a cartesian product between 2 or more input streams. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.ldifinput
Classes in org.pentaho.di.trans.steps.ldifinput that implement HasLogChannelInterface Modifier and Type Class Description class
LDIFInput
Read all LDIF files, convert them to rows and writes these to one or more output streams. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.loadfileinput
Classes in org.pentaho.di.trans.steps.loadfileinput that implement HasLogChannelInterface Modifier and Type Class Description class
LoadFileInput
Read files, parse them and convert them to rows and writes these to one or more output streams. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.mail
Classes in org.pentaho.di.trans.steps.mail that implement HasLogChannelInterface Modifier and Type Class Description class
Mail
Send mail step. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.mailinput
Classes in org.pentaho.di.trans.steps.mailinput that implement HasLogChannelInterface Modifier and Type Class Description class
MailInput
Read data from POP3/IMAP server and input data to the next steps. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.mailvalidator
Classes in org.pentaho.di.trans.steps.mailvalidator that implement HasLogChannelInterface Modifier and Type Class Description class
MailValidator
Check if an email address is valid * -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.mapping
Classes in org.pentaho.di.trans.steps.mapping that implement HasLogChannelInterface Modifier and Type Class Description class
Mapping
Execute a mapping: a re-usuable transformation -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.mappinginput
Classes in org.pentaho.di.trans.steps.mappinginput that implement HasLogChannelInterface Modifier and Type Class Description class
MappingInput
Do nothing. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.mappingoutput
Classes in org.pentaho.di.trans.steps.mappingoutput that implement HasLogChannelInterface Modifier and Type Class Description class
MappingOutput
Do nothing. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.memgroupby
Classes in org.pentaho.di.trans.steps.memgroupby that implement HasLogChannelInterface Modifier and Type Class Description class
MemoryGroupBy
Groups information based on aggregation rules. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.mergejoin
Classes in org.pentaho.di.trans.steps.mergejoin that implement HasLogChannelInterface Modifier and Type Class Description class
MergeJoin
Merge rows from 2 sorted streams and output joined rows with matched key fields. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.mergerows
Classes in org.pentaho.di.trans.steps.mergerows that implement HasLogChannelInterface Modifier and Type Class Description class
MergeRows
Merge rows from 2 sorted streams to detect changes. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.missing
Classes in org.pentaho.di.trans.steps.missing that implement HasLogChannelInterface Modifier and Type Class Description class
MissingTransStep
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.multimerge
Classes in org.pentaho.di.trans.steps.multimerge that implement HasLogChannelInterface Modifier and Type Class Description class
MultiMergeJoin
Merge rows from 2 sorted streams and output joined rows with matched key fields. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.normaliser
Classes in org.pentaho.di.trans.steps.normaliser that implement HasLogChannelInterface Modifier and Type Class Description class
Normaliser
Normalise de-normalised input data. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.nullif
Classes in org.pentaho.di.trans.steps.nullif that implement HasLogChannelInterface Modifier and Type Class Description class
NullIf
NullIf step, put null as value when the original field matches a specific value. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.numberrange
Classes in org.pentaho.di.trans.steps.numberrange that implement HasLogChannelInterface Modifier and Type Class Description class
NumberRange
Business logic for the NumberRange -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.olapinput
Classes in org.pentaho.di.trans.steps.olapinput that implement HasLogChannelInterface Modifier and Type Class Description class
OlapInput
Reads information from an OLAP datasource using MDX -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.parallelgzipcsv
Classes in org.pentaho.di.trans.steps.parallelgzipcsv that implement HasLogChannelInterface Modifier and Type Class Description class
ParGzipCsvInput
Read a simple CSV file Just output Strings found in the file... -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.pgpdecryptstream
Classes in org.pentaho.di.trans.steps.pgpdecryptstream that implement HasLogChannelInterface Modifier and Type Class Description class
PGPDecryptStream
Decrypt a stream with GPG * -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.pgpencryptstream
Classes in org.pentaho.di.trans.steps.pgpencryptstream that implement HasLogChannelInterface Modifier and Type Class Description class
PGPEncryptStream
Encrypt a stream with GPG * -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.prioritizestreams
Classes in org.pentaho.di.trans.steps.prioritizestreams that implement HasLogChannelInterface Modifier and Type Class Description class
PrioritizeStreams
Prioritize INPUT Streams. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.processfiles
Classes in org.pentaho.di.trans.steps.processfiles that implement HasLogChannelInterface Modifier and Type Class Description class
ProcessFiles
Copy, move or delete file * -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.propertyinput
Classes in org.pentaho.di.trans.steps.propertyinput that implement HasLogChannelInterface Modifier and Type Class Description class
PropertyInput
Read all Properties files (& INI files) , convert them to rows and writes these to one or more output streams. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.propertyoutput
Classes in org.pentaho.di.trans.steps.propertyoutput that implement HasLogChannelInterface Modifier and Type Class Description class
PropertyOutput
Output rows to Properties file and create a file. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.randomccnumber
Classes in org.pentaho.di.trans.steps.randomccnumber that implement HasLogChannelInterface Modifier and Type Class Description class
RandomCCNumberGenerator
Generate random credit card number. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.randomvalue
Classes in org.pentaho.di.trans.steps.randomvalue that implement HasLogChannelInterface Modifier and Type Class Description class
RandomValue
Get random value. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.recordsfromstream
Classes in org.pentaho.di.trans.steps.recordsfromstream that implement HasLogChannelInterface Modifier and Type Class Description class
RecordsFromStream
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.regexeval
Classes in org.pentaho.di.trans.steps.regexeval that implement HasLogChannelInterface Modifier and Type Class Description class
RegexEval
Use regular expression to validate a field or capture new fields out of an existing field. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.replacestring
Classes in org.pentaho.di.trans.steps.replacestring that implement HasLogChannelInterface Modifier and Type Class Description class
ReplaceString
Search and replace in string. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.reservoirsampling
Classes in org.pentaho.di.trans.steps.reservoirsampling that implement HasLogChannelInterface Modifier and Type Class Description class
ReservoirSampling
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.rest
Classes in org.pentaho.di.trans.steps.rest that implement HasLogChannelInterface Modifier and Type Class Description class
Rest
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.rowgenerator
Classes in org.pentaho.di.trans.steps.rowgenerator that implement HasLogChannelInterface Modifier and Type Class Description class
RowGenerator
Generates a number of (empty or the same) rows -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.rowsfromresult
Classes in org.pentaho.di.trans.steps.rowsfromresult that implement HasLogChannelInterface Modifier and Type Class Description class
RowsFromResult
Reads results from a previous transformation in a Job -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.rowstoresult
Classes in org.pentaho.di.trans.steps.rowstoresult that implement HasLogChannelInterface Modifier and Type Class Description class
RowsToResult
Writes results to a next transformation in a Job -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.samplerows
Classes in org.pentaho.di.trans.steps.samplerows that implement HasLogChannelInterface Modifier and Type Class Description class
SampleRows
Sample rows. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.sasinput
Classes in org.pentaho.di.trans.steps.sasinput that implement HasLogChannelInterface Modifier and Type Class Description class
SasInput
Reads data from a SAS file in SAS7BAT format. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.script
Subinterfaces of HasLogChannelInterface in org.pentaho.di.trans.steps.script Modifier and Type Interface Description interface
ScriptInterface
Interface to make the real ScriptValueMod and ScriptValueModDummy similar.Classes in org.pentaho.di.trans.steps.script that implement HasLogChannelInterface Modifier and Type Class Description class
Script
Executes a JavaScript on the values in the input stream.class
ScriptDummy
Dummy class used for test(). -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.scriptvalues_mod
Classes in org.pentaho.di.trans.steps.scriptvalues_mod that implement HasLogChannelInterface Modifier and Type Class Description class
ScriptValuesMod
Executes a JavaScript on the values in the input stream.class
ScriptValuesModDummy
Dummy class used for test(). -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.selectvalues
Classes in org.pentaho.di.trans.steps.selectvalues that implement HasLogChannelInterface Modifier and Type Class Description class
SelectValues
Select, re-order, remove or change the meta-data of the fields in the inputstreams. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.setvalueconstant
Classes in org.pentaho.di.trans.steps.setvalueconstant that implement HasLogChannelInterface Modifier and Type Class Description class
SetValueConstant
Replace Field value by a constant value. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.setvaluefield
Classes in org.pentaho.di.trans.steps.setvaluefield that implement HasLogChannelInterface Modifier and Type Class Description class
SetValueField
Set value field with another value field. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.setvariable
Classes in org.pentaho.di.trans.steps.setvariable that implement HasLogChannelInterface Modifier and Type Class Description class
SetVariable
Convert Values in a certain fields to other values -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.sftpput
Classes in org.pentaho.di.trans.steps.sftpput that implement HasLogChannelInterface Modifier and Type Class Description class
SFTPPut
Send file to SFTP host. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.simplemapping
Classes in org.pentaho.di.trans.steps.simplemapping that implement HasLogChannelInterface Modifier and Type Class Description class
SimpleMapping
Execute a mapping: a re-usuable transformation -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.singlethreader
Classes in org.pentaho.di.trans.steps.singlethreader that implement HasLogChannelInterface Modifier and Type Class Description class
SingleThreader
Execute a mapping: a re-usuable transformation -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.socketreader
Classes in org.pentaho.di.trans.steps.socketreader that implement HasLogChannelInterface Modifier and Type Class Description class
SocketReader
Read data from a TCP/IP socket supplied by SocketWriter. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.socketwriter
Classes in org.pentaho.di.trans.steps.socketwriter that implement HasLogChannelInterface Modifier and Type Class Description class
SocketWriter
Write data to a TCP/IP socket read by SocketReader. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.sort
Classes in org.pentaho.di.trans.steps.sort that implement HasLogChannelInterface Modifier and Type Class Description class
SortRows
Sort the rows in the input-streams based on certain criteria -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.sortedmerge
Classes in org.pentaho.di.trans.steps.sortedmerge that implement HasLogChannelInterface Modifier and Type Class Description class
SortedMerge
Do nothing. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.splitfieldtorows
Classes in org.pentaho.di.trans.steps.splitfieldtorows that implement HasLogChannelInterface Modifier and Type Class Description class
SplitFieldToRows
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.sql
Classes in org.pentaho.di.trans.steps.sql that implement HasLogChannelInterface Modifier and Type Class Description class
ExecSQL
Execute one or more SQL statements in a script, one time or parameterised (for every row) -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.sqlfileoutput
Classes in org.pentaho.di.trans.steps.sqlfileoutput that implement HasLogChannelInterface Modifier and Type Class Description class
SQLFileOutput
Writes rows to a sql file. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.ssh
Classes in org.pentaho.di.trans.steps.ssh that implement HasLogChannelInterface Modifier and Type Class Description class
SSH
Write commands to SSH * -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.stepmeta
Classes in org.pentaho.di.trans.steps.stepmeta that implement HasLogChannelInterface Modifier and Type Class Description class
StepMetastructure
Return the structure of the stream -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.stepsmetrics
Classes in org.pentaho.di.trans.steps.stepsmetrics that implement HasLogChannelInterface Modifier and Type Class Description class
StepsMetrics
Ouptu step metrics -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.streamlookup
Classes in org.pentaho.di.trans.steps.streamlookup that implement HasLogChannelInterface Modifier and Type Class Description class
StreamLookup
Looks up information by first reading data into a hash table (in memory) TODO: add warning with conflicting types OR modify the lookup values to the input row type. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.stringcut
Classes in org.pentaho.di.trans.steps.stringcut that implement HasLogChannelInterface Modifier and Type Class Description class
StringCut
Cut strings. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.stringoperations
Classes in org.pentaho.di.trans.steps.stringoperations that implement HasLogChannelInterface Modifier and Type Class Description class
StringOperations
Apply certain operations too string. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.switchcase
Classes in org.pentaho.di.trans.steps.switchcase that implement HasLogChannelInterface Modifier and Type Class Description class
SwitchCase
Filters input rows base on conditions. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator
Classes in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator that implement HasLogChannelInterface Modifier and Type Class Description class
SecretKeyGenerator
Generate secret key. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans
Classes in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans that implement HasLogChannelInterface Modifier and Type Class Description class
SymmetricCryptoTrans
Symmetric algorithm Executes a SymmetricCryptoTrans on the values in the input stream. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.synchronizeaftermerge
Classes in org.pentaho.di.trans.steps.synchronizeaftermerge that implement HasLogChannelInterface Modifier and Type Class Description class
SynchronizeAfterMerge
Performs an insert/update/delete depending on the value of a field. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.syslog
Classes in org.pentaho.di.trans.steps.syslog that implement HasLogChannelInterface Modifier and Type Class Description class
SyslogMessage
Write message to SyslogMessage * -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.systemdata
Classes in org.pentaho.di.trans.steps.systemdata that implement HasLogChannelInterface Modifier and Type Class Description class
SystemData
Get information from the System or the supervising transformation. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.tablecompare
Classes in org.pentaho.di.trans.steps.tablecompare that implement HasLogChannelInterface Modifier and Type Class Description class
TableCompare
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.tableexists
Classes in org.pentaho.di.trans.steps.tableexists that implement HasLogChannelInterface Modifier and Type Class Description class
TableExists
Check if a table exists in a Database * -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.tableinput
Classes in org.pentaho.di.trans.steps.tableinput that implement HasLogChannelInterface Modifier and Type Class Description class
TableInput
Reads information from a database table by using freehand SQL -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.tableoutput
Classes in org.pentaho.di.trans.steps.tableoutput that implement HasLogChannelInterface Modifier and Type Class Description class
TableOutput
Writes rows to a database table. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.textfileinput
Classes in org.pentaho.di.trans.steps.textfileinput that implement HasLogChannelInterface Modifier and Type Class Description class
TextFileInput
Deprecated.replaced by implementation in the ...steps.fileinput.text package -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.textfileoutput
Classes in org.pentaho.di.trans.steps.textfileoutput that implement HasLogChannelInterface Modifier and Type Class Description class
TextFileOutput
Converts input rows to text and then writes this text to one or more files. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.textfileoutputlegacy
Classes in org.pentaho.di.trans.steps.textfileoutputlegacy that implement HasLogChannelInterface Modifier and Type Class Description class
TextFileOutputLegacy
Deprecated.useTextFileOutput
instead. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.transexecutor
Classes in org.pentaho.di.trans.steps.transexecutor that implement HasLogChannelInterface Modifier and Type Class Description class
TransExecutor
Execute a transformation for every input row, set parameters. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.uniquerows
Classes in org.pentaho.di.trans.steps.uniquerows that implement HasLogChannelInterface Modifier and Type Class Description class
UniqueRows
Removes the same consequetive rows from the input stream(s). -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.uniquerowsbyhashset
Classes in org.pentaho.di.trans.steps.uniquerowsbyhashset that implement HasLogChannelInterface Modifier and Type Class Description class
UniqueRowsByHashSet
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.univariatestats
Classes in org.pentaho.di.trans.steps.univariatestats that implement HasLogChannelInterface Modifier and Type Class Description class
UnivariateStats
Calculate univariate statistics based on one column of the input data. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.update
Classes in org.pentaho.di.trans.steps.update that implement HasLogChannelInterface Modifier and Type Class Description class
Update
Update data in a database table, does NOT ever perform an insert. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.userdefinedjavaclass
Classes in org.pentaho.di.trans.steps.userdefinedjavaclass that implement HasLogChannelInterface Modifier and Type Class Description class
UserDefinedJavaClass
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.validator
Classes in org.pentaho.di.trans.steps.validator that implement HasLogChannelInterface Modifier and Type Class Description class
Validator
Calculate new field values using pre-defined functions. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.valuemapper
Classes in org.pentaho.di.trans.steps.valuemapper that implement HasLogChannelInterface Modifier and Type Class Description class
ValueMapper
Convert Values in a certain fields to other values -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.webserviceavailable
Classes in org.pentaho.di.trans.steps.webserviceavailable that implement HasLogChannelInterface Modifier and Type Class Description class
WebServiceAvailable
Check if a webservice is available * -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.webservices
Classes in org.pentaho.di.trans.steps.webservices that implement HasLogChannelInterface Modifier and Type Class Description class
WebService
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.writetolog
Classes in org.pentaho.di.trans.steps.writetolog that implement HasLogChannelInterface Modifier and Type Class Description class
WriteToLog
Write data to log. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.xbaseinput
Classes in org.pentaho.di.trans.steps.xbaseinput that implement HasLogChannelInterface Modifier and Type Class Description class
XBaseInput
Reads data from an XBase (dBase, foxpro, ...) file. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.zipfile
Classes in org.pentaho.di.trans.steps.zipfile that implement HasLogChannelInterface Modifier and Type Class Description class
ZipFile
Zip file * -
Uses of HasLogChannelInterface in org.pentaho.di.trans.streaming.common
Classes in org.pentaho.di.trans.streaming.common that implement HasLogChannelInterface Modifier and Type Class Description class
BaseStreamStep
-