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

I

ICONFILE - Static variable in class org.pentaho.di.core.plugins.Plugin
 
ID - Static variable in class org.pentaho.di.core.plugins.Plugin
 
ignoresThrowable() - Method in class org.pentaho.di.core.logging.Log4jKettleLayout
 
ignoresThrowable() - Method in interface org.pentaho.di.core.logging.Log4JLayoutInterface
 
increasePluginHistory(String) - Method in class org.pentaho.di.core.Props
 
increment() - Method in class org.pentaho.di.core.ObjectUsageCount
Increment the nr of uses with 1
INDENTCHARS - Static variable in class org.pentaho.di.core.util.StringUtil
 
indexOfString(String, String[]) - Static method in class org.pentaho.di.core.Const
Search for a string in an array of strings and return the index.
indexOfString(String, List<String>) - Static method in class org.pentaho.di.core.Const
Search for a string in a list of strings and return the index.
indexOfValue(String) - Method in class org.pentaho.di.core.row.RowMeta
Searches the index of a value meta with a given name
indexOfValue(String) - Method in interface org.pentaho.di.core.row.RowMetaInterface
Searches the index of a value meta with a given name
indexsOfFoundStrings(String[], String[]) - Static method in class org.pentaho.di.core.Const
Search for strings in an array of strings and return the indexes.
indexsOfStrings(String[], String[]) - Static method in class org.pentaho.di.core.Const
Search for strings in an array of strings and return the indexes.
INFO - Static variable in class org.pentaho.di.core.Const
UI-agnostic flag for warnings
init() - Method in class org.pentaho.di.core.encryption.Encr
 
init(int) - Static method in class org.pentaho.di.core.Props
Initialize the properties: load from disk.
init(String) - Static method in class org.pentaho.di.core.Props
Initialize the properties: load from disk.
initcap() - Method in class org.pentaho.di.compatibility.Value
 
initCap(String) - Static method in class org.pentaho.di.core.Const
Sets the first character of each word in upper-case.
initCap(ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
 
initCap(String) - Static method in class org.pentaho.di.core.util.StringUtil
 
initializeVariablesFrom(VariableSpace) - Method in class org.pentaho.di.core.variables.Variables
 
initializeVariablesFrom(VariableSpace) - Method in interface org.pentaho.di.core.variables.VariableSpace
Initialize variable space using the defaults, copy over the variables from the parent (using copyVariablesFrom()), after this the "injected" variables should be inserted (injectVariables()).
injectVariables(Map<String, String>) - Method in class org.pentaho.di.core.variables.Variables
 
injectVariables(Map<String, String>) - Method in interface org.pentaho.di.core.variables.VariableSpace
Inject variables.
INTERNAL_JOB_VARIABLES - Static variable in class org.pentaho.di.core.Const
All the internal job variables
INTERNAL_TRANS_VARIABLES - Static variable in class org.pentaho.di.core.Const
All the internal job variables
INTERNAL_VARIABLE_CLUSTER_MASTER - Static variable in class org.pentaho.di.core.Const
Is this transformation running clustered, on the master?
INTERNAL_VARIABLE_CLUSTER_SIZE - Static variable in class org.pentaho.di.core.Const
The size of the cluster : number of slaves
INTERNAL_VARIABLE_JOB_FILENAME_DIRECTORY - Static variable in class org.pentaho.di.core.Const
The job filename directory
INTERNAL_VARIABLE_JOB_FILENAME_NAME - Static variable in class org.pentaho.di.core.Const
The job filename name
INTERNAL_VARIABLE_JOB_NAME - Static variable in class org.pentaho.di.core.Const
The job name
INTERNAL_VARIABLE_JOB_REPOSITORY_DIRECTORY - Static variable in class org.pentaho.di.core.Const
The job directory
INTERNAL_VARIABLE_KETTLE_BUILD_DATE - Static variable in class org.pentaho.di.core.Const
The build date as an internal variable
INTERNAL_VARIABLE_KETTLE_BUILD_VERSION - Static variable in class org.pentaho.di.core.Const
The build version as an internal variable
INTERNAL_VARIABLE_KETTLE_VERSION - Static variable in class org.pentaho.di.core.Const
The version number as an internal variable
INTERNAL_VARIABLE_PREFIX - Static variable in class org.pentaho.di.core.Const
The prefix that all internal kettle variables should have
INTERNAL_VARIABLE_SLAVE_SERVER_NAME - Static variable in class org.pentaho.di.core.Const
The slave transformation name
INTERNAL_VARIABLE_SLAVE_SERVER_NUMBER - Static variable in class org.pentaho.di.core.Const
The slave transformation number
INTERNAL_VARIABLE_STEP_COPYNR - Static variable in class org.pentaho.di.core.Const
The step copy nr
INTERNAL_VARIABLE_STEP_NAME - Static variable in class org.pentaho.di.core.Const
The step name
INTERNAL_VARIABLE_STEP_PARTITION_ID - Static variable in class org.pentaho.di.core.Const
The step partition ID
INTERNAL_VARIABLE_STEP_PARTITION_NR - Static variable in class org.pentaho.di.core.Const
The step partition number
INTERNAL_VARIABLE_STEP_UNIQUE_COUNT - Static variable in class org.pentaho.di.core.Const
The size of the cluster : number of slaves
INTERNAL_VARIABLE_STEP_UNIQUE_NUMBER - Static variable in class org.pentaho.di.core.Const
The slave transformation number
INTERNAL_VARIABLE_TRANSFORMATION_FILENAME_DIRECTORY - Static variable in class org.pentaho.di.core.Const
The transformation filename directory
INTERNAL_VARIABLE_TRANSFORMATION_FILENAME_NAME - Static variable in class org.pentaho.di.core.Const
The transformation filename name
INTERNAL_VARIABLE_TRANSFORMATION_NAME - Static variable in class org.pentaho.di.core.Const
The transformation name
INTERNAL_VARIABLE_TRANSFORMATION_REPOSITORY_DIRECTORY - Static variable in class org.pentaho.di.core.Const
The transformation directory
is_custom - Variable in class org.pentaho.di.core.geospatial.SRS
Mandatory: Indicates, if this SRS is custom defined
isActive() - Method in class org.pentaho.di.core.DBCache
 
isBasic() - Method in class org.pentaho.di.core.logging.LogWriter
 
isBigNumber() - Method in class org.pentaho.di.compatibility.Value
Checks whether or not the value is a Big Number
isBigNumber() - Method in class org.pentaho.di.core.row.ValueMeta
Checks whether or not the value is a Big Number
isBigNumber() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Checks whether or not the value is a Big Number
isBigNumberFormatting() - Method in class org.pentaho.di.core.row.ValueMeta
 
isBinary() - Method in class org.pentaho.di.compatibility.Value
Checks whether or not this value is of type Binary
isBinary() - Method in class org.pentaho.di.core.row.ValueMeta
Checks whether or not this value is of type Binary
isBinary() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Checks whether or not this value is of type Binary
isBoolean() - Method in class org.pentaho.di.compatibility.Value
Checks whether or not this value is a boolean
isBoolean() - Method in class org.pentaho.di.core.row.ValueMeta
Checks whether or not this value is a boolean
isBoolean() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Checks whether or not this value is a boolean
isCanceled() - Method in interface org.pentaho.di.core.ProgressMonitorListener
 
isCaseInsensitive() - Method in class org.pentaho.di.core.row.ValueMeta
 
isCaseInsensitive() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
isCompatible() - Method in class org.pentaho.di.core.plugins.PluginVersion
Verifies that this version is compatible with DEFAULT_VERSION
isDate() - Method in class org.pentaho.di.compatibility.Value
Checks whether or not this value is a Date
isDate() - Method in class org.pentaho.di.core.row.ValueMeta
Checks whether or not this value is a Date
isDate() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Checks whether or not this value is a Date
isDateFormatLenient() - Method in class org.pentaho.di.core.row.ValueMeta
 
isDateFormatLenient() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
isDebug() - Method in class org.pentaho.di.core.logging.LogWriter
 
isDetailed() - Method in class org.pentaho.di.core.logging.LogWriter
 
isDone() - Method in class org.pentaho.di.core.RowSet
 
isEmpty() - Method in class org.pentaho.di.compatibility.Row
Checks whether or not the row is empty A row is empty if all the values in the row are null A row is empty if there are no values in the row.
isEmpty() - Method in class org.pentaho.di.compatibility.Value
Checks whether or not this Value is empty.
isEmpty(String) - Static method in class org.pentaho.di.core.Const
Check if the string supplied is empty.
isEmpty(StringBuffer) - Static method in class org.pentaho.di.core.Const
Check if the stringBuffer supplied is empty.
isEmpty(String[]) - Static method in class org.pentaho.di.core.Const
Check if the string array supplied is empty.
isEmpty(Object[]) - Static method in class org.pentaho.di.core.Const
Check if the array supplied is empty.
isEmpty() - Method in class org.pentaho.di.core.hash.ByteArrayHashIndex
 
isEmpty() - Method in class org.pentaho.di.core.hash.LongHashIndex
 
isEmpty() - Method in class org.pentaho.di.core.row.RowMeta
 
isEmpty() - Method in interface org.pentaho.di.core.row.RowMetaInterface
 
isEmpty(String) - Static method in class org.pentaho.di.core.util.StringUtil
Check if the string supplied is empty.
isEmpty(StringBuffer) - Static method in class org.pentaho.di.core.util.StringUtil
Check if the stringBuffer supplied is empty.
isEqualTo(String) - Method in class org.pentaho.di.compatibility.Value
Check whether this value is equal to the String supplied.
isEqualTo(BigDecimal) - Method in class org.pentaho.di.compatibility.Value
Check whether this value is equal to the BigDecimal supplied.
isEqualTo(double) - Method in class org.pentaho.di.compatibility.Value
Check whether this value is equal to the Number supplied.
isEqualTo(long) - Method in class org.pentaho.di.compatibility.Value
Check whether this value is equal to the Integer supplied.
isEqualTo(int) - Method in class org.pentaho.di.compatibility.Value
Check whether this value is equal to the Integer supplied.
isEqualTo(byte) - Method in class org.pentaho.di.compatibility.Value
Check whether this value is equal to the Integer supplied.
isEqualTo(Date) - Method in class org.pentaho.di.compatibility.Value
Check whether this value is equal to the Date supplied.
isEqualTo(Geometry) - Method in class org.pentaho.di.compatibility.Value
Check whether this value is equal to the Geometry supplied
isError() - Method in class org.pentaho.di.core.logging.Log4jMessage
 
isFileTypeAllowed(FileType) - Method in enum org.pentaho.di.core.fileinput.FileInputList.FileTypeFilter
 
isGeometry() - Method in class org.pentaho.di.compatibility.Value
Checks whether or not this value is of type Geometry
isGeometry() - Method in class org.pentaho.di.core.row.ValueMeta
Checks whether or not this value is a Geometry
isGeometry() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Checks whether or not this Value is a Geometry
isIgnored() - Method in class org.pentaho.di.compatibility.Row
Check wether or not this row should be ignored...
isInitialized() - Static method in class org.pentaho.di.core.Props
Check to see whether the Kettle properties where loaded.
isInteger() - Method in class org.pentaho.di.compatibility.Value
Checks whether or not this value is an Integer
isInteger() - Method in class org.pentaho.di.core.row.ValueMeta
Checks whether or not this value is an Integer
isInteger() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Checks whether or not this value is an Integer
isLargeTextField() - Method in class org.pentaho.di.core.row.ValueMeta
 
isLargeTextField() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
isLinux() - Static method in class org.pentaho.di.core.Const
 
isLoop() - Method in class org.pentaho.di.core.Counter
 
isMoreRecentThan(PluginVersion) - Method in class org.pentaho.di.core.plugins.PluginVersion
 
isNative() - Method in class org.pentaho.di.core.plugins.Plugin
 
isNull() - Method in class org.pentaho.di.compatibility.Value
Checks wheter or not a value is null.
isNull(Object[], int) - Method in class org.pentaho.di.core.row.RowMeta
Determines whether a value in a row is null.
isNull(Object[], int) - Method in interface org.pentaho.di.core.row.RowMetaInterface
Determines whether a value in a row is null.
isNull(Object) - Method in class org.pentaho.di.core.row.ValueMeta
Determine if an object is null.
isNull(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Determine if an object is null.
isNumber() - Method in class org.pentaho.di.compatibility.Value
Checks whether or not the value is a Number
isNumber() - Method in class org.pentaho.di.core.row.ValueMeta
Checks whether or not the value is a Number
isNumber() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Checks whether or not the value is a Number
isNumeric() - Method in class org.pentaho.di.compatibility.Value
Checks whether or not this Value is Numeric A Value is numeric if it is either of type Number or Integer
isNumeric(int) - Static method in class org.pentaho.di.compatibility.Value
Checks whether or not the specified type is either Integer or Number
isNumeric() - Method in class org.pentaho.di.core.row.ValueMeta
Checks whether or not this Value is Numeric A Value is numeric if it is either of type Number or Integer
isNumeric(int) - Static method in class org.pentaho.di.core.row.ValueMeta
Checks whether or not the specified type is either Integer or Number
isNumeric() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Checks whether or not this Value is Numeric A Value is numeric if it is either of type Number or Integer
isNumeric(int) - Method in class org.pentaho.di.core.RowMetaAndData
 
isOriginalAutoIncrement() - Method in class org.pentaho.di.core.row.ValueMeta
 
isOriginalAutoIncrement() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
isOriginalNullable() - Method in class org.pentaho.di.core.row.ValueMeta
 
isOriginalNullable() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
isOriginalSigned() - Method in class org.pentaho.di.core.row.ValueMeta
 
isOriginalSigned() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
isOSX() - Static method in class org.pentaho.di.core.Const
 
isOutputPaddingEnabled() - Method in class org.pentaho.di.core.row.ValueMeta
 
isOutputPaddingEnabled() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
isPlugin() - Method in class org.pentaho.di.core.plugins.Plugin
 
isRowLevel() - Method in class org.pentaho.di.core.logging.LogWriter
 
isSelected() - Method in interface org.pentaho.di.core.gui.GUIPositionInterface
 
isSerializableType() - Method in class org.pentaho.di.compatibility.Value
Checks whether or not this value is of type Serializable
isSerializableType() - Method in class org.pentaho.di.core.row.ValueMeta
Checks whether or not this value is of type Serializable
isSerializableType() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Checks whether or not this value is of type Serializable
isSevere() - Method in exception org.pentaho.di.core.lifecycle.LifecycleException
 
isShared() - Method in class org.pentaho.di.shared.SharedObjectBase
 
isShared() - Method in interface org.pentaho.di.shared.SharedObjectInterface
 
isSingleByteEncoding() - Method in class org.pentaho.di.core.row.ValueMeta
 
isSingleByteEncoding() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
isSortedAscending() - Method in class org.pentaho.di.core.row.ValueMeta
 
isSortedDescending() - Method in class org.pentaho.di.core.row.ValueMeta
 
isSortedDescending() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
isSpace(char) - Static method in class org.pentaho.di.core.Const
Determines whether or not a character is considered a space.
isSpace(char) - Static method in class org.pentaho.di.core.row.ValueDataUtil
Deprecated. Use Const.isSpace(char) instead
isStopped() - Method in class org.pentaho.di.core.Result
 
isStorageBinaryString() - Method in class org.pentaho.di.core.row.ValueMeta
 
isStorageBinaryString() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
isStorageIndexed() - Method in class org.pentaho.di.core.row.ValueMeta
 
isStorageIndexed() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
isStorageNormal() - Method in class org.pentaho.di.core.row.ValueMeta
 
isStorageNormal() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
isString() - Method in class org.pentaho.di.compatibility.Value
Checks wheter or not the value is a String.
isString() - Method in class org.pentaho.di.core.row.ValueMeta
Checks whether or not the value is a String.
isString() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Checks wheter or not the value is a String.
isSystemVariable(String) - Static method in class org.pentaho.di.core.util.StringUtil
 
isTimeAdded() - Method in class org.pentaho.di.core.logging.Log4jKettleLayout
 
isTimeAdded() - Method in interface org.pentaho.di.core.logging.Log4JLayoutInterface
 
isWindows() - Static method in class org.pentaho.di.core.Const
 
ITERATIONS - Static variable in class org.pentaho.di.core.row.SpeedTest
 

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