A B C D E F G H I J K L M N O P R S T U V W X Y

K

KETTLE_LOG_SIZE_LIMIT - Static variable in class org.pentaho.di.core.Const
If you set this environment variable you can limit the log size of all transformations and jobs that don't have the "log size limit" property set in their respective properties.
KETTLE_PLUGIN_PACKAGES - Static variable in class org.pentaho.di.core.Const
You can set this environment variable to make Kettle scan additional packages for annotated plugins.
KETTLE_PROPERTIES - Static variable in class org.pentaho.di.core.Const
Name of the kettle parameters file
KettleConfigException - Exception in org.pentaho.di.core.exception
 
KettleConfigException() - Constructor for exception org.pentaho.di.core.exception.KettleConfigException
Constructs a new throwable with null as its detail message.
KettleConfigException(String) - Constructor for exception org.pentaho.di.core.exception.KettleConfigException
Constructs a new throwable with the specified detail message.
KettleConfigException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleConfigException
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KettleConfigException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleConfigException
Constructs a new throwable with the specified detail message and cause.
KettleDatabaseBatchException - Exception in org.pentaho.di.core.exception
This exception is used by the Database class.
KettleDatabaseBatchException() - Constructor for exception org.pentaho.di.core.exception.KettleDatabaseBatchException
Constructs a new throwable with null as its detail message.
KettleDatabaseBatchException(String) - Constructor for exception org.pentaho.di.core.exception.KettleDatabaseBatchException
Constructs a new throwable with the specified detail message.
KettleDatabaseBatchException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleDatabaseBatchException
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KettleDatabaseBatchException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleDatabaseBatchException
Constructs a new throwable with the specified detail message and cause.
KettleDatabaseException - Exception in org.pentaho.di.core.exception
This exception is used by the Database class.
KettleDatabaseException() - Constructor for exception org.pentaho.di.core.exception.KettleDatabaseException
Constructs a new throwable with null as its detail message.
KettleDatabaseException(String) - Constructor for exception org.pentaho.di.core.exception.KettleDatabaseException
Constructs a new throwable with the specified detail message.
KettleDatabaseException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleDatabaseException
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KettleDatabaseException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleDatabaseException
Constructs a new throwable with the specified detail message and cause.
KettleDependencyException - Exception in org.pentaho.di.core.exception
This exception is used by the Database class.
KettleDependencyException() - Constructor for exception org.pentaho.di.core.exception.KettleDependencyException
Constructs a new throwable with null as its detail message.
KettleDependencyException(String) - Constructor for exception org.pentaho.di.core.exception.KettleDependencyException
Constructs a new throwable with the specified detail message.
KettleDependencyException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleDependencyException
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KettleDependencyException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleDependencyException
Constructs a new throwable with the specified detail message and cause.
KettleEOFException - Exception in org.pentaho.di.core.exception
This is an exception thrown by file handling (I/O)
KettleEOFException() - Constructor for exception org.pentaho.di.core.exception.KettleEOFException
Constructs a new throwable with null as its detail message.
KettleEOFException(String) - Constructor for exception org.pentaho.di.core.exception.KettleEOFException
Constructs a new throwable with the specified detail message.
KettleEOFException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleEOFException
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KettleEOFException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleEOFException
Constructs a new throwable with the specified detail message and cause.
KettleException - Exception in org.pentaho.di.core.exception
This is a general Kettle Exception.
KettleException() - Constructor for exception org.pentaho.di.core.exception.KettleException
Constructs a new throwable with null as its detail message.
KettleException(String) - Constructor for exception org.pentaho.di.core.exception.KettleException
Constructs a new throwable with the specified detail message.
KettleException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleException
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KettleException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleException
Constructs a new throwable with the specified detail message and cause.
KettleFileException - Exception in org.pentaho.di.core.exception
This is an exception thrown by file handling (I/O) when an End Of File marker has been reached.
KettleFileException() - Constructor for exception org.pentaho.di.core.exception.KettleFileException
Constructs a new throwable with null as its detail message.
KettleFileException(String) - Constructor for exception org.pentaho.di.core.exception.KettleFileException
Constructs a new throwable with the specified detail message.
KettleFileException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleFileException
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KettleFileException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleFileException
Constructs a new throwable with the specified detail message and cause.
KettleJobException - Exception in org.pentaho.di.core.exception
This exception is used when handling Jobs.
KettleJobException() - Constructor for exception org.pentaho.di.core.exception.KettleJobException
Constructs a new throwable with null as its detail message.
KettleJobException(String) - Constructor for exception org.pentaho.di.core.exception.KettleJobException
Constructs a new throwable with the specified detail message.
KettleJobException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleJobException
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KettleJobException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleJobException
Constructs a new throwable with the specified detail message and cause.
KettleRowException - Exception in org.pentaho.di.core.exception
This exception is used in row manipulations
KettleRowException() - Constructor for exception org.pentaho.di.core.exception.KettleRowException
Constructs a new throwable with null as its detail message.
KettleRowException(String) - Constructor for exception org.pentaho.di.core.exception.KettleRowException
Constructs a new throwable with the specified detail message.
KettleRowException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleRowException
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KettleRowException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleRowException
Constructs a new throwable with the specified detail message and cause.
KettleStepException - Exception in org.pentaho.di.core.exception
This Exception is used when handling steps.
KettleStepException() - Constructor for exception org.pentaho.di.core.exception.KettleStepException
Constructs a new throwable with null as its detail message.
KettleStepException(String) - Constructor for exception org.pentaho.di.core.exception.KettleStepException
Constructs a new throwable with the specified detail message.
KettleStepException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleStepException
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KettleStepException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleStepException
Constructs a new throwable with the specified detail message and cause.
KettleStepLoaderException - Exception in org.pentaho.di.core.exception
This Exception is throws when an error occurs loading the steps.
KettleStepLoaderException() - Constructor for exception org.pentaho.di.core.exception.KettleStepLoaderException
Constructs a new throwable with null as its detail message.
KettleStepLoaderException(String) - Constructor for exception org.pentaho.di.core.exception.KettleStepLoaderException
Constructs a new throwable with the specified detail message.
KettleStepLoaderException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleStepLoaderException
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KettleStepLoaderException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleStepLoaderException
Constructs a new throwable with the specified detail message and cause.
KettleTransException - Exception in org.pentaho.di.core.exception
This exception is used in transformations.
KettleTransException() - Constructor for exception org.pentaho.di.core.exception.KettleTransException
Constructs a new throwable with null as its detail message.
KettleTransException(String) - Constructor for exception org.pentaho.di.core.exception.KettleTransException
Constructs a new throwable with the specified detail message.
KettleTransException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleTransException
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KettleTransException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleTransException
Constructs a new throwable with the specified detail message and cause.
KettleValueException - Exception in org.pentaho.di.core.exception
This exception is used in value calculations.
KettleValueException() - Constructor for exception org.pentaho.di.core.exception.KettleValueException
Constructs a new throwable with null as its detail message.
KettleValueException(String) - Constructor for exception org.pentaho.di.core.exception.KettleValueException
Constructs a new throwable with the specified detail message.
KettleValueException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleValueException
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KettleValueException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleValueException
Constructs a new throwable with the specified detail message and cause.
KettleVersionException - Exception in org.pentaho.di.core.exception
This is a general Kettle Exception.
KettleVersionException() - Constructor for exception org.pentaho.di.core.exception.KettleVersionException
Constructs a new throwable with null as its detail message.
KettleVersionException(String) - Constructor for exception org.pentaho.di.core.exception.KettleVersionException
Constructs a new throwable with the specified detail message.
KettleVersionException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleVersionException
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KettleVersionException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleVersionException
Constructs a new throwable with the specified detail message and cause.
KettleVFS - Class in org.pentaho.di.core.vfs
 
KettleXMLException - Exception in org.pentaho.di.core.exception
This exception is throws when and error is found in an XML snippet.
KettleXMLException() - Constructor for exception org.pentaho.di.core.exception.KettleXMLException
Constructs a new throwable with null as its detail message.
KettleXMLException(String) - Constructor for exception org.pentaho.di.core.exception.KettleXMLException
Constructs a new throwable with the specified detail message.
KettleXMLException(Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleXMLException
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KettleXMLException(String, Throwable) - Constructor for exception org.pentaho.di.core.exception.KettleXMLException
Constructs a new throwable with the specified detail message and cause.

A B C D E F G H I J K L M N O P R S T U V W X Y