- FETCH_SIZE - Static variable in class org.pentaho.di.core.Const
-
Fetch size in rows when querying a database
- FIELD_CLOSE - Static variable in class org.pentaho.di.core.util.StringUtil
-
- FIELD_OPEN - Static variable in class org.pentaho.di.core.util.StringUtil
-
- fieldSubstitute(String, RowMetaInterface, Object[]) - Method in class org.pentaho.di.core.database.Database
-
- fieldSubstitute(String, RowMetaInterface, Object[]) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- fieldSubstitute(String, RowMetaInterface, Object[]) - Method in class org.pentaho.di.core.namedcluster.model.NamedCluster
-
- fieldSubstitute(String, RowMetaInterface, Object[]) - Method in class org.pentaho.di.core.variables.Variables
-
Substitutes field values in aString
.
- fieldSubstitute(String, RowMetaInterface, Object[]) - Method in interface org.pentaho.di.core.variables.VariableSpace
-
Substitutes field values in aString
.
- FieldVariableMapping - Class in org.pentaho.di.core.jdbc
-
- FieldVariableMapping() - Constructor for class org.pentaho.di.core.jdbc.FieldVariableMapping
-
- FieldVariableMapping(String, String, String, FieldVariableMapping.MappingType) - Constructor for class org.pentaho.di.core.jdbc.FieldVariableMapping
-
- FieldVariableMapping.MappingType - Enum in org.pentaho.di.core.jdbc
-
- FILE_SEPARATOR - Static variable in class org.pentaho.di.core.Const
-
What's the file systems file separator on this operating system?
- FILE_TYPE_ERROR - Static variable in class org.pentaho.di.core.ResultFile
-
- FILE_TYPE_ERRORLINE - Static variable in class org.pentaho.di.core.ResultFile
-
- FILE_TYPE_GENERAL - Static variable in class org.pentaho.di.core.ResultFile
-
- FILE_TYPE_LOG - Static variable in class org.pentaho.di.core.ResultFile
-
- FILE_TYPE_WARNING - Static variable in class org.pentaho.di.core.ResultFile
-
- fileExists() - Method in class org.pentaho.di.core.Props
-
- fileExists(String) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- fileExists(String, VariableSpace) - Static method in class org.pentaho.di.core.vfs.KettleVFS
-
- FileInputList - Class in org.pentaho.di.core.fileinput
-
- FileInputList() - Constructor for class org.pentaho.di.core.fileinput.FileInputList
-
- FileInputList.FileTypeFilter - Enum in org.pentaho.di.core.fileinput
-
- FileLoggingEventListener - Class in org.pentaho.di.core.logging
-
- FileLoggingEventListener(String, boolean) - Constructor for class org.pentaho.di.core.logging.FileLoggingEventListener
-
Log all log lines to the specified file
- FileLoggingEventListener(String, String, boolean) - Constructor for class org.pentaho.di.core.logging.FileLoggingEventListener
-
Log only lines belonging to the specified log channel ID or one of it's children (grandchildren) to the specified
file.
- filenameOnly(String) - Static method in class org.pentaho.di.core.Const
-
Returns the pure filename of a filename with full path.
- fileTypeCode - Static variable in class org.pentaho.di.core.ResultFile
-
- fileTypeDesc - Static variable in class org.pentaho.di.core.ResultFile
-
- fillGradientRectangle(int, int, int, int, boolean) - Method in interface org.pentaho.di.core.gui.PrimitiveGCInterface
-
- fillPolygon(int[]) - Method in interface org.pentaho.di.core.gui.PrimitiveGCInterface
-
- fillRectangle(int, int, int, int) - Method in interface org.pentaho.di.core.gui.PrimitiveGCInterface
-
- fillRoundRectangle(int, int, int, int, int, int) - Method in interface org.pentaho.di.core.gui.PrimitiveGCInterface
-
- FILTER_CATALOG_LIST - Static variable in class org.pentaho.di.core.database.DatabaseMetaInformation
-
- FILTER_SCHEMA_LIST - Static variable in class org.pentaho.di.core.database.DatabaseMetaInformation
-
- findByName(String) - Method in class org.pentaho.di.core.sql.SQLFields
-
Find a field by it's field name (not alias)
- findChild(String) - Method in class org.pentaho.di.repository.RepositoryDirectory
-
- findChild(String) - Method in interface org.pentaho.di.repository.RepositoryDirectoryInterface
-
- findClause(String, String, String...) - Static method in class org.pentaho.di.core.jdbc.ThinUtil
-
- findClauseWithRest(String, String, String...) - Static method in class org.pentaho.di.core.jdbc.ThinUtil
-
- findColumn(String) - Method in class org.pentaho.di.core.jdbc.RowsResultSet
-
- findColumn(String) - Method in class org.pentaho.di.core.jdbc.ThinResultSet
-
- findDatabase(List<? extends SharedObjectInterface>, String) - Static method in class org.pentaho.di.core.database.DatabaseMeta
-
Find a database with a certain name in an arraylist of databases.
- findDatabase(List<DatabaseMeta>, ObjectId) - Static method in class org.pentaho.di.core.database.DatabaseMeta
-
Find a database with a certain ID in an arraylist of databases.
- findDirectory(String[]) - Method in class org.pentaho.di.repository.RepositoryDirectory
-
Find the directory by following the path of strings
- findDirectory(String) - Method in class org.pentaho.di.repository.RepositoryDirectory
-
Find a directory using the path to the directory with file.separator between the dir-names.
- findDirectory(ObjectId) - Method in class org.pentaho.di.repository.RepositoryDirectory
-
Find the sub-directory with a certain ID
- findDirectory(String) - Method in interface org.pentaho.di.repository.RepositoryDirectoryInterface
-
Find a directory using the path to the directory with file.separator between the dir-names.
- findDirectory(ObjectId) - Method in interface org.pentaho.di.repository.RepositoryDirectoryInterface
-
Find the sub-directory with a certain ID
- findDirectory(String[]) - Method in interface org.pentaho.di.repository.RepositoryDirectoryInterface
-
Find the directory by following the path of strings
- findExistingLoggingSource(LoggingObjectInterface) - Method in class org.pentaho.di.core.logging.LoggingRegistry
-
- findFieldVariableMappingByFieldName(List<FieldVariableMapping>, String) - Static method in class org.pentaho.di.core.jdbc.FieldVariableMapping
-
Find a field-variable mapping by field name, perform case insensitive comparison.
- findFiles(FileSelector) - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- findFiles(FileSelector, boolean, List) - Method in class org.pentaho.di.core.fileinput.NonAccessibleFileObject
-
- findJarFiles() - Method in class org.pentaho.di.core.plugins.PluginFolder
-
- findJarFiles(boolean) - Method in class org.pentaho.di.core.plugins.PluginFolder
-
- findJarFiles() - Method in interface org.pentaho.di.core.plugins.PluginFolderInterface
-
Find all the jar files in this plugin folder
- findNext(String, char, int) - Static method in class org.pentaho.di.core.jdbc.ThinUtil
-
- findNext(String, char, int, boolean) - Static method in class org.pentaho.di.core.jdbc.ThinUtil
-
- findNextBracket(String, char, char, int) - Static method in class org.pentaho.di.core.jdbc.ThinUtil
-
- findNextBracket(String, char, char, int, boolean) - Static method in class org.pentaho.di.core.jdbc.ThinUtil
-
- findParameter(String, DatabaseConnectionPoolParameter[]) - Static method in class org.pentaho.di.core.database.DatabaseConnectionPoolParameter
-
- findPluginsByFolder(URL) - Method in class org.pentaho.di.core.plugins.PluginRegistry
-
- findPluginWithDescription(Class<? extends PluginTypeInterface>, String) - Method in class org.pentaho.di.core.plugins.PluginRegistry
-
Find the plugin ID based on the description of the plugin
- findPluginWithId(Class<? extends PluginTypeInterface>, String) - Method in class org.pentaho.di.core.plugins.PluginRegistry
-
Find the plugin ID based on the name of the plugin
- findPluginWithName(Class<? extends PluginTypeInterface>, String) - Method in class org.pentaho.di.core.plugins.PluginRegistry
-
Find the plugin ID based on the name of the plugin
- findRoot() - Method in class org.pentaho.di.repository.RepositoryDirectory
-
Find the root of the directory tree starting from this directory.
- findRoot() - Method in interface org.pentaho.di.repository.RepositoryDirectoryInterface
-
Find the root of the directory tree starting from this directory.
- findStatus(String) - Static method in enum org.pentaho.di.core.logging.LogStatus
-
Find the LogStatus based on the string description of the status.
- FirebirdDatabaseMeta - Class in org.pentaho.di.core.database
-
Contains Firebird specific information through static final members
- FirebirdDatabaseMeta() - Constructor for class org.pentaho.di.core.database.FirebirdDatabaseMeta
-
- first(ResultSet) - Method in class org.pentaho.di.core.database.Database
-
- first() - Method in class org.pentaho.di.core.jdbc.RowsResultSet
-
- first() - Method in class org.pentaho.di.core.jdbc.ThinResultSet
-
- first_day() - Method in class org.pentaho.di.compatibility.Value
-
- floor() - Method in class org.pentaho.di.compatibility.Value
-
- floor(ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
- flush() - Method in class org.pentaho.di.core.util.SortedFileOutputStream
-
Catch flush
method, don't do nothing
- flush() - Method in class org.pentaho.di.core.WriterOutputStream
-
- FORM_MARGIN - Static variable in class org.pentaho.di.core.Const
-
The horizontal and vertical margin of a dialog box.
- format(KettleLoggingEvent) - Method in class org.pentaho.di.core.logging.KettleLogLayout
-
- format(Date, StringBuffer, FieldPosition) - Method in class org.pentaho.di.core.row.value.timestamp.SimpleTimestampFormat
-
Formats the given Date
or >Timestamp
into a date/time string and appends the result to
the given StringBuffer
.
- formatErrorMessage(String, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
-
- formatNode(Node) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
- formatToCharacterIterator(Object) - Method in class org.pentaho.di.core.row.value.timestamp.SimpleTimestampFormat
-
See SimpleDateFormat
description.
- FoundClause - Class in org.pentaho.di.core.jdbc
-
- FoundClause(String, String) - Constructor for class org.pentaho.di.core.jdbc.FoundClause
-
- fromString(String) - Static method in class org.pentaho.di.core.ObjectUsageCount
-
- fromXMLString(String) - Static method in class org.pentaho.di.www.WebResult
-
- FUNC_CONTAINS - Static variable in class org.pentaho.di.core.Condition
-
- FUNC_ENDS_WITH - Static variable in class org.pentaho.di.core.Condition
-
- FUNC_EQUAL - Static variable in class org.pentaho.di.core.Condition
-
- FUNC_IN_LIST - Static variable in class org.pentaho.di.core.Condition
-
- FUNC_LARGER - Static variable in class org.pentaho.di.core.Condition
-
- FUNC_LARGER_EQUAL - Static variable in class org.pentaho.di.core.Condition
-
- FUNC_LIKE - Static variable in class org.pentaho.di.core.Condition
-
- FUNC_NOT_EQUAL - Static variable in class org.pentaho.di.core.Condition
-
- FUNC_NOT_NULL - Static variable in class org.pentaho.di.core.Condition
-
- FUNC_NULL - Static variable in class org.pentaho.di.core.Condition
-
- FUNC_REGEXP - Static variable in class org.pentaho.di.core.Condition
-
- FUNC_SMALLER - Static variable in class org.pentaho.di.core.Condition
-
- FUNC_SMALLER_EQUAL - Static variable in class org.pentaho.di.core.Condition
-
- FUNC_STARTS_WITH - Static variable in class org.pentaho.di.core.Condition
-
- FUNC_TRUE - Static variable in class org.pentaho.di.core.Condition
-
- functions - Static variable in class org.pentaho.di.core.Condition
-