Uses of Interface
org.pentaho.di.core.logging.HasLogChannelInterface
Package
Description
-
Uses of HasLogChannelInterface in org.pentaho.di.core.logging
-
Uses of HasLogChannelInterface in org.pentaho.di.core.util
-
Uses of HasLogChannelInterface in org.pentaho.di.job
Modifier and TypeClassDescriptionclass
This class executes a job as defined by a JobMeta object. -
Uses of HasLogChannelInterface in org.pentaho.di.trans
Modifier and TypeClassDescriptionclass
This class represents the information and operations associated with the concept of a Transformation. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.step
Modifier and TypeInterfaceDescriptioninterface
The interface that any transformation step or plugin needs to implement.Modifier and TypeClassDescriptionclass
Base step extension that is responsible for Database connection and datasource management for steps that require it.class
This class can be extended for the actual row processing of the implemented step. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.calculator
Modifier and TypeClassDescriptionclass
Calculate new field values using pre-defined functions. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.constant
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.csvinput
Modifier and TypeClassDescriptionclass
Read a simple CSV file Just output Strings found in the file... -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.databasejoin
Modifier and TypeClassDescriptionclass
Use values from input streams to joins with values in a database. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.databaselookup
Modifier and TypeClassDescriptionclass
Looks up values in a database using keys from input streams. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.datagrid
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.dbproc
Modifier and TypeClassDescriptionclass
Retrieves values from a database by calling database stored procedures or functions -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.delete
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.denormaliser
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.detectemptystream
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.detectlastrow
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.dimensionlookup
Modifier and TypeClassDescriptionclass
Manages a slowly changing dimension (lookup or update) -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.dummytrans
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.dynamicsqlrow
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.execprocess
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.execsqlrow
Modifier and TypeClassDescriptionclass
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
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.fieldsplitter
Modifier and TypeClassDescriptionclass
Split a single String fields into multiple parts based on certain conditions. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.file
Modifier and TypeClassDescriptionclass
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
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.fileinput.text
Modifier and TypeClassDescriptionclass
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
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.filesfromresult
Modifier and TypeClassDescriptionclass
Reads results from a previous transformation in a Job -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.filestoresult
Modifier and TypeClassDescriptionclass
Writes filenames to a next job entry in a Job -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.filterrows
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.fixedinput
Modifier and TypeClassDescriptionclass
Read a simple fixed width file Just output fields found in the file... -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.flattener
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.formula
Modifier and TypeClassDescriptionclass
Calculate new field values using pre-defined functions. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.fuzzymatch
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
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
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.getslavesequence
Modifier and TypeClassDescriptionclass
Adds a sequential number to a stream of rows. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.getsubfolders
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
Return tables name list from Database connection * -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.getvariable
Modifier and TypeClassDescriptionclass
Get information from the System or the supervising transformation. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.groupby
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.http
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.httppost
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.ifnull
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.injector
Modifier and TypeClassDescriptionclass
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
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.janino
Modifier and TypeClassDescriptionclass
Calculate new field values using pre-defined functions. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.javafilter
Modifier and TypeClassDescriptionclass
Calculate new field values using pre-defined functions. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.jobexecutor
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.joinrows
Modifier and TypeClassDescriptionclass
Performs a cartesian product between 2 or more input streams. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.ldifinput
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
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.mapping
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.mappinginput
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.mappingoutput
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.memgroupby
Modifier and TypeClassDescriptionclass
Groups information based on aggregation rules. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.mergejoin
Modifier and TypeClassDescriptionclass
Merge rows from 2 sorted streams and output joined rows with matched key fields. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.mergerows
Modifier and TypeClassDescriptionclass
Merge rows from 2 sorted streams to detect changes. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.missing
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.multimerge
Modifier and TypeClassDescriptionclass
Merge rows from 2 sorted streams and output joined rows with matched key fields. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.normaliser
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.nullif
Modifier and TypeClassDescriptionclass
NullIf step, put null as value when the original field matches a specific value. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.numberrange
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.olapinput
Modifier and TypeClassDescriptionclass
Reads information from an OLAP datasource using MDX -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.parallelgzipcsv
Modifier and TypeClassDescriptionclass
Read a simple CSV file Just output Strings found in the file... -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.pgpdecryptstream
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.pgpencryptstream
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.prioritizestreams
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.processfiles
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.propertyinput
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
Output rows to Properties file and create a file. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.randomvalue
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.recordsfromstream
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.regexeval
Modifier and TypeClassDescriptionclass
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
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.reservoirsampling
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.rowgenerator
Modifier and TypeClassDescriptionclass
Generates a number of (empty or the same) rows -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.rowsfromresult
Modifier and TypeClassDescriptionclass
Reads results from a previous transformation in a Job -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.rowstoresult
Modifier and TypeClassDescriptionclass
Writes results to a next transformation in a Job -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.samplerows
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.sasinput
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.script
Modifier and TypeInterfaceDescriptioninterface
Interface to make the real ScriptValueMod and ScriptValueModDummy similar.Modifier and TypeClassDescriptionclass
Executes a JavaScript on the values in the input stream.class
Dummy class used for test(). -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.scriptvalues_mod
Modifier and TypeClassDescriptionclass
Executes a JavaScript on the values in the input stream.class
Dummy class used for test(). -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.selectvalues
Modifier and TypeClassDescriptionclass
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
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.setvaluefield
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.setvariable
Modifier and TypeClassDescriptionclass
Convert Values in a certain fields to other values -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.simplemapping
Modifier and TypeClassDescriptionclass
Execute a mapping: a re-usuable transformation -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.singlethreader
Modifier and TypeClassDescriptionclass
Execute a mapping: a re-usuable transformation -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.socketreader
Modifier and TypeClassDescriptionclass
Read data from a TCP/IP socket supplied by SocketWriter. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.socketwriter
Modifier and TypeClassDescriptionclass
Write data to a TCP/IP socket read by SocketReader. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.sort
Modifier and TypeClassDescriptionclass
Sort the rows in the input-streams based on certain criteria -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.sortedmerge
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.splitfieldtorows
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.sql
Modifier and TypeClassDescriptionclass
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
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.ssh
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.stepmeta
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.stepsmetrics
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.streamlookup
Modifier and TypeClassDescriptionclass
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
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.stringoperations
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.switchcase
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans
Modifier and TypeClassDescriptionclass
Symmetric algorithm Executes a SymmetricCryptoTrans on the values in the input stream. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.synchronizeaftermerge
Modifier and TypeClassDescriptionclass
Performs an insert/update/delete depending on the value of a field. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.syslog
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.systemdata
Modifier and TypeClassDescriptionclass
Get information from the System or the supervising transformation. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.tablecompare
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.tableexists
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.tableinput
Modifier and TypeClassDescriptionclass
Reads information from a database table by using freehand SQL -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.tableoutput
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.textfileinput
Modifier and TypeClassDescriptionclass
Deprecated.replaced by implementation in the ...steps.fileinput.text package -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.textfileoutput
Modifier and TypeClassDescriptionclass
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
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.transexecutor
Modifier and TypeClassDescriptionclass
Execute a transformation for every input row, set parameters. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.uniquerows
Modifier and TypeClassDescriptionclass
Removes the same consequetive rows from the input stream(s). -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.uniquerowsbyhashset
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.univariatestats
Modifier and TypeClassDescriptionclass
Calculate univariate statistics based on one column of the input data. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.update
Modifier and TypeClassDescriptionclass
Update data in a database table, does NOT ever perform an insert. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.userdefinedjavaclass
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.validator
Modifier and TypeClassDescriptionclass
Calculate new field values using pre-defined functions. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.valuemapper
Modifier and TypeClassDescriptionclass
Convert Values in a certain fields to other values -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.webserviceavailable
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.webservices
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.writetolog
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.xbaseinput
Modifier and TypeClassDescriptionclass
Reads data from an XBase (dBase, foxpro, ...) file. -
Uses of HasLogChannelInterface in org.pentaho.di.trans.steps.zipfile
-
Uses of HasLogChannelInterface in org.pentaho.di.trans.streaming.common