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

P

PackageMessages - Class in org.pentaho.di.i18n
 
PackageMessages(Class<?>) - Constructor for class org.pentaho.di.i18n.PackageMessages
 
ParentFirst - Annotation Type in org.pentaho.di.core.plugins
 
parse(String, ParsePosition) - Method in class org.pentaho.di.core.row.value.timestamp.SimpleTimestampFormat
Parses text from a string to produce a Timestamp.
parse(String) - Method in class org.pentaho.di.core.row.value.timestamp.SimpleTimestampFormat
Parses text from the beginning of the given string to produce a date.
parse(RowMetaInterface) - Method in class org.pentaho.di.core.sql.SQL
 
parseObject(String, ParsePosition) - Method in class org.pentaho.di.core.row.value.timestamp.SimpleTimestampFormat
Parses text from a string to produce a Date.
parseParameterName(String, String) - Method in interface org.pentaho.di.core.vfs.configuration.IKettleFileSystemConfigBuilder
Extract the FileSystemOptions parameter name from a Kettle variable
parseParameterName(String, String) - Method in class org.pentaho.di.core.vfs.configuration.KettleGenericFileSystemConfigBuilder
 
parseStatements(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
Parse all possible statements from the provided SQL script.
parseStatements(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
Parse all possible statements from the provided SQL script.
PartitionDatabaseMeta - Class in org.pentaho.di.core.database
Class to contain the information needed to parition (cluster): id, hostname, port, database
PartitionDatabaseMeta() - Constructor for class org.pentaho.di.core.database.PartitionDatabaseMeta
 
PartitionDatabaseMeta(String, String, String, String) - Constructor for class org.pentaho.di.core.database.PartitionDatabaseMeta
 
PASSWORD_ENCRYPTED_PREFIX - Static variable in class org.pentaho.di.core.encryption.Encr
The word that is put before a password to indicate an encrypted form.
PASSWORD_ENCRYPTED_PREFIX - Static variable in class org.pentaho.di.core.encryption.KettleTwoWayPasswordEncoder
The word that is put before a password to indicate an encrypted form.
PATH_SEPARATOR - Static variable in class org.pentaho.di.core.Const
What's the path separator on this operating system?
PDIClassLoader - Class in org.pentaho.di.core
 
PDIClassLoader(URL[], ClassLoader) - Constructor for class org.pentaho.di.core.PDIClassLoader
 
PDIClassLoader(ClassLoader) - Constructor for class org.pentaho.di.core.PDIClassLoader
 
PENTAHO_METASTORE_FOLDER - Static variable in class org.pentaho.di.core.Const
The system environment variable indicating where the alternative location for the Pentaho metastore folder is located.
PENTAHO_METASTORE_NAME - Static variable in class org.pentaho.di.core.Const
The name of the local client MetaStore
percent1(ValueMetaInterface, Object, ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
100 * A / B
percent2(ValueMetaInterface, Object, ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
A - ( A * B / 100 )
percent3(ValueMetaInterface, Object, ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
A + ( A * B / 100 )
pi() - Method in class org.pentaho.di.compatibility.Value
 
Plugin - Class in org.pentaho.di.core.plugins
This describes the plugin itself, the IDs it listens too, what libraries (jar files) it uses, the names, the i18n details, etc.
Plugin(String[], Class<? extends PluginTypeInterface>, Class<?>, String, String, String, String, boolean, boolean, Map<Class<?>, String>, List<String>, String, URL) - Constructor for class org.pentaho.di.core.plugins.Plugin
 
Plugin(String[], Class<? extends PluginTypeInterface>, Class<?>, String, String, String, String, boolean, boolean, Map<Class<?>, String>, List<String>, String, URL, String, String, String) - Constructor for class org.pentaho.di.core.plugins.Plugin
 
Plugin(String[], Class<? extends PluginTypeInterface>, Class<?>, String, String, String, String, boolean, String, boolean, Map<Class<?>, String>, List<String>, String, URL, String, String, String) - Constructor for class org.pentaho.di.core.plugins.Plugin
 
PLUGIN_BASE_FOLDERS_PROP - Static variable in class org.pentaho.di.core.Const
 
pluginAdded(Object) - Method in interface org.pentaho.di.core.plugins.PluginTypeListener
 
PluginAnnotationType - Annotation Type in org.pentaho.di.core.plugins
 
pluginChanged(Object) - Method in interface org.pentaho.di.core.plugins.PluginTypeListener
 
PluginClassTypeMapping - Annotation Type in org.pentaho.di.core.plugins
This annotation describes extra plugin-specific class types to be managed by the registry.
PluginExtraClassTypes - Annotation Type in org.pentaho.di.core.plugins
 
PluginFolder - Class in org.pentaho.di.core.plugins
A folder to search plugins in.
PluginFolder(String, boolean, boolean) - Constructor for class org.pentaho.di.core.plugins.PluginFolder
 
PluginFolder(String, boolean, boolean, boolean) - Constructor for class org.pentaho.di.core.plugins.PluginFolder
 
PluginFolderInterface - Interface in org.pentaho.di.core.plugins
Describes a possible location for a plugin
pluginId - Variable in class org.pentaho.di.core.exception.KettleMissingPluginsException.PluginDetails
 
PluginInterface - Interface in org.pentaho.di.core.plugins
This interface describes the plugin itself, the IDs it listens too, what libraries (jar files) it uses, the names, the i18n detailes, etc.
PluginMainClassType - Annotation Type in org.pentaho.di.core.plugins
This annotation when applied to a PluginType expresses the main class to associate with that type.
PluginRegistry - Class in org.pentaho.di.core.plugins
This singleton provides access to all the plugins in the Kettle universe.
It allows you to register types and plugins, query plugin lists per category, list plugins per type, etc.
pluginRegistry - Static variable in class org.pentaho.di.core.row.value.ValueMetaFactory
 
PluginRegistryExtension - Interface in org.pentaho.di.core.plugins
Implementations of this class extend the built-in functionality of the plugin registry.
PluginRegistryPluginType - Class in org.pentaho.di.core.plugins
Plugins of this type can extend to capabilities of the PluginRegiestry User: nbaker Date: 3/14/11
PluginRegistryPluginType() - Constructor for class org.pentaho.di.core.plugins.PluginRegistryPluginType
 
pluginRemoved(Object) - Method in interface org.pentaho.di.core.plugins.PluginTypeListener
 
PluginTypeCategoriesOrder - Annotation Type in org.pentaho.di.core.plugins
This annotation when applied to a PluginTypeInterface instance describes an ordered list of categories.
pluginTypeClass - Variable in class org.pentaho.di.core.exception.KettleMissingPluginsException.PluginDetails
 
PluginTypeInterface - Interface in org.pentaho.di.core.plugins
This interface describes a plugin type.
It expresses the ID and the name of the plugin type.
Then it also explains what the plugin meta class is called and classes the plugin interface itself.
It also explains us where to load plugins of this type.
PluginTypeListener - Interface in org.pentaho.di.core.plugins
Listeners can be registered with the plugin registry to receive notifications of plugins being added/remove/modified User: nbaker Date: 11/11/10
plus(BigDecimal) - Method in class org.pentaho.di.compatibility.Value
 
plus(double) - Method in class org.pentaho.di.compatibility.Value
 
plus(long) - Method in class org.pentaho.di.compatibility.Value
 
plus(int) - Method in class org.pentaho.di.compatibility.Value
 
plus(byte) - Method in class org.pentaho.di.compatibility.Value
 
plus(Value) - Method in class org.pentaho.di.compatibility.Value
 
plus(ValueMetaInterface, Object, ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
 
plus3(ValueMetaInterface, Object, ValueMetaInterface, Object, ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
 
Point - Class in org.pentaho.di.core.gui
 
Point(int, int) - Constructor for class org.pentaho.di.core.gui.Point
 
poolingParameters - Static variable in class org.pentaho.di.core.database.BaseDatabaseMeta
 
populate(String, int, int) - Method in class org.pentaho.di.core.date.DateCache
 
populateDatabaseElement(IMetaStore, DatabaseMeta) - Static method in class org.pentaho.di.metastore.DatabaseMetaStoreUtil
 
populateDatabaseElementType(IMetaStore) - Static method in class org.pentaho.di.metastore.DatabaseMetaStoreUtil
 
populateFolders(String) - Static method in class org.pentaho.di.core.plugins.PluginFolder
Create a list of plugin folders based on the specified xml sub folder
PostgreSQLDatabaseMeta - Class in org.pentaho.di.core.database
Contains PostgreSQL specific information through static final members
PostgreSQLDatabaseMeta() - Constructor for class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
 
power(BigDecimal) - Method in class org.pentaho.di.compatibility.Value
 
power(double) - Method in class org.pentaho.di.compatibility.Value
 
power(Value) - Method in class org.pentaho.di.compatibility.Value
 
precision - Variable in class org.pentaho.di.compatibility.ValueDate
 
prepareCall(String) - Method in class org.pentaho.di.core.jdbc.ThinConnection
 
prepareCall(String, int, int) - Method in class org.pentaho.di.core.jdbc.ThinConnection
 
prepareCall(String, int, int, int) - Method in class org.pentaho.di.core.jdbc.ThinConnection
 
prepareDelete(String, String[], String[]) - Method in class org.pentaho.di.core.database.Database
Prepare a delete statement by giving it the tablename, fields and conditions to work with.
prepareDelete(String, String, String[], String[]) - Method in class org.pentaho.di.core.database.Database
Prepare a delete statement by giving it the tablename, fields and conditions to work with.
prepareInsert(RowMetaInterface, String) - Method in class org.pentaho.di.core.database.Database
Prepare inserting values into a table, using the fields & values in a Row
prepareInsert(RowMetaInterface, String, String) - Method in class org.pentaho.di.core.database.Database
Prepare inserting values into a table, using the fields & values in a Row
prepareSQL(String) - Method in class org.pentaho.di.core.database.Database
Prepare a statement to be executed on the database.
prepareSQL(String, boolean) - Method in class org.pentaho.di.core.database.Database
Prepare a statement to be executed on the database.
prepareStatement(String) - Method in class org.pentaho.di.core.jdbc.ThinConnection
 
prepareStatement(String, int) - Method in class org.pentaho.di.core.jdbc.ThinConnection
 
prepareStatement(String, int[]) - Method in class org.pentaho.di.core.jdbc.ThinConnection
 
prepareStatement(String, String[]) - Method in class org.pentaho.di.core.jdbc.ThinConnection
 
prepareStatement(String, int, int) - Method in class org.pentaho.di.core.jdbc.ThinConnection
 
prepareStatement(String, int, int, int) - Method in class org.pentaho.di.core.jdbc.ThinConnection
 
prepareUpdate(String, String[], String[], String[]) - Method in class org.pentaho.di.core.database.Database
 
prepareUpdate(String, String, String[], String[], String[]) - Method in class org.pentaho.di.core.database.Database
 
preserveReservedCase() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
 
preserveReservedCase() - Method in interface org.pentaho.di.core.database.DatabaseInterface
 
preserveReservedCase() - Method in class org.pentaho.di.core.database.DatabaseMeta
 
previous() - Method in class org.pentaho.di.core.jdbc.RowsResultSet
 
previous() - Method in class org.pentaho.di.core.jdbc.ThinResultSet
 
PrimitiveGCInterface - Interface in org.pentaho.di.core.gui
 
PrimitiveGCInterface.EColor - Enum in org.pentaho.di.core.gui
 
PrimitiveGCInterface.EFont - Enum in org.pentaho.di.core.gui
 
PrimitiveGCInterface.EImage - Enum in org.pentaho.di.core.gui
 
PrimitiveGCInterface.ELineStyle - Enum in org.pentaho.di.core.gui
 
print() - Method in class org.pentaho.di.compatibility.Row
Print the names and the String representations of the values of the Values in row to stdout.
print(boolean) - Method in class org.pentaho.di.core.logging.LoggingPrintStream
 
print(char) - Method in class org.pentaho.di.core.logging.LoggingPrintStream
 
print(char[]) - Method in class org.pentaho.di.core.logging.LoggingPrintStream
 
print(double) - Method in class org.pentaho.di.core.logging.LoggingPrintStream
 
print(float) - Method in class org.pentaho.di.core.logging.LoggingPrintStream
 
print(int) - Method in class org.pentaho.di.core.logging.LoggingPrintStream
 
print(long) - Method in class org.pentaho.di.core.logging.LoggingPrintStream
 
print(Object) - Method in class org.pentaho.di.core.logging.LoggingPrintStream
 
print(String) - Method in class org.pentaho.di.core.logging.LoggingPrintStream
 
println(LogMessageInterface, LogLevel) - Method in class org.pentaho.di.core.logging.LogChannel
 
println(LogMessageInterface, Throwable, LogLevel) - Method in class org.pentaho.di.core.logging.LogChannel
 
println() - Method in class org.pentaho.di.core.logging.LoggingPrintStream
 
println(boolean) - Method in class org.pentaho.di.core.logging.LoggingPrintStream
 
println(char) - Method in class org.pentaho.di.core.logging.LoggingPrintStream
 
println(char[]) - Method in class org.pentaho.di.core.logging.LoggingPrintStream
 
println(double) - Method in class org.pentaho.di.core.logging.LoggingPrintStream
 
println(float) - Method in class org.pentaho.di.core.logging.LoggingPrintStream
 
println(int) - Method in class org.pentaho.di.core.logging.LoggingPrintStream
 
println(long) - Method in class org.pentaho.di.core.logging.LoggingPrintStream
 
println(Object) - Method in class org.pentaho.di.core.logging.LoggingPrintStream
 
println(String) - Method in class org.pentaho.di.core.logging.LoggingPrintStream
 
printSQLException(SQLException) - Method in class org.pentaho.di.core.database.Database
 
ProgressMonitorListener - Interface in org.pentaho.di.core
 
ProgressNullMonitorListener - Class in org.pentaho.di.core
 
ProgressNullMonitorListener() - Constructor for class org.pentaho.di.core.ProgressNullMonitorListener
 
PropertyHandler - Interface in org.pentaho.di.laf
 
PropertySetter - Class in org.pentaho.di.core.config
Helper class that allows properties to be set based on predefined prefixes, such as ognl:.
PropertySetter() - Constructor for class org.pentaho.di.core.config.PropertySetter
 
Props - Class in org.pentaho.di.core
We use Props to store all kinds of user interactive information such as the selected colors, fonts, positions of windows, etc.
protectXMLCDATA(String) - Static method in class org.pentaho.di.core.Const
Mask XML content.
put(DBCacheEntry, RowMetaInterface) - Method in class org.pentaho.di.core.DBCache
 
put(byte[], byte[]) - Method in class org.pentaho.di.core.hash.ByteArrayHashIndex
 
put(byte[], byte[]) - Method in class org.pentaho.di.core.hash.ByteArrayHashMap
 
put(long, Long) - Method in class org.pentaho.di.core.hash.LongHashIndex
 
putRow(RowMetaInterface, Object[]) - Method in class org.pentaho.di.core.BlockingBatchingRowSet
 
putRow(RowMetaInterface, Object[]) - Method in class org.pentaho.di.core.BlockingListeningRowSet
 
putRow(RowMetaInterface, Object[]) - Method in class org.pentaho.di.core.BlockingRowSet
 
putRow(RowMetaInterface, Object[]) - Method in class org.pentaho.di.core.QueueRowSet
 
putRow(RowMetaInterface, Object[]) - Method in interface org.pentaho.di.core.RowSet
Offer a row of data to this rowset providing for the description (metadata) of the row.
putRow(RowMetaInterface, Object[]) - Method in class org.pentaho.di.core.SingleRowRowSet
 
putRowWait(RowMetaInterface, Object[], long, TimeUnit) - Method in class org.pentaho.di.core.BlockingBatchingRowSet
We need to wait until
putRowWait(RowMetaInterface, Object[], long, TimeUnit) - Method in class org.pentaho.di.core.BlockingListeningRowSet
 
putRowWait(RowMetaInterface, Object[], long, TimeUnit) - Method in class org.pentaho.di.core.BlockingRowSet
 
putRowWait(RowMetaInterface, Object[], long, TimeUnit) - Method in class org.pentaho.di.core.QueueRowSet
 
putRowWait(RowMetaInterface, Object[], long, TimeUnit) - Method in interface org.pentaho.di.core.RowSet
Offer a row of data to this rowset providing for the description (metadata) of the row.
putRowWait(RowMetaInterface, Object[], long, TimeUnit) - Method in class org.pentaho.di.core.SingleRowRowSet
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z