Interface | Description |
---|---|
AttributesInterface | |
CheckResultInterface | |
CheckResultSourceInterface |
Implementing classes of this interface can provide more information about the source of the CheckResult remark.
|
DescriptionInterface |
Defines that the class implementing this interface contains a description
|
ExtensionDataInterface |
This interface gives you access to a map which is associated with an object to store the state of non-standard
objects.
|
KettleAttributeInterface | |
ProgressMonitorListener | |
RowSet | |
RowSetListener |
Class | Description |
---|---|
BlockingBatchingRowSet |
Contains a buffer of rows.
|
BlockingListeningRowSet |
Contains a buffer of rows.
|
BlockingRowSet |
Contains a buffer of rows.
|
CheckResult |
This class is used to store results of transformation and step verifications.
|
Condition |
This class describes a condition in a general meaning.
|
Const |
This class is used to define a number of default values for various settings throughout Kettle.
|
ConstDB | |
Counter |
Is used to keep the state of sequences / counters throughout a single session of a Transformation, but across Steps.
|
Counters |
This class contains the counters for Kettle, the transformations, jobs and also the repository.
|
DBCache |
This class caches database queries so that the same query doesn't get called twice.
|
DBCacheEntry |
This class represents a single entry in a database cache.
|
JndiUtil | |
KettleAttribute | |
KettleClientEnvironment |
This singleton is responsible for initializing the Kettle client environment and remembering if it is initialized.
|
ObjectUsageCount | |
PDIClassLoader | |
ProgressNullMonitorListener | |
Props |
We use Props to store all kinds of user interactive information such as the selected colors, fonts, positions of
windows, etc.
|
QueueRowSet |
A simplified rowset for steps for single threaded execution.
|
Result |
Describes the result of the execution of a Transformation or a Job.
|
ResultFile |
This is a result file: a file as a result of the execution of a job entry, a transformation step, etc.
|
RowMetaAndData | |
SingleRowRowSet |
A simplified rowset for steps that always only need to only have a single row on input...
|
SourceToTargetMapping | |
SQLStatement |
This class contains all that is needed to execute an SQL statement in a database.
|
TimedRow | |
WriterOutputStream |
This class provides a simple wrapper to disguise a Writer as an OutputStream.
|
Enum | Description |
---|---|
Const.ReleaseType |
Release Type
|
KettleClientEnvironment.ClientType | |
ObjectLocationSpecificationMethod |