- BASE_URL - Static variable in class org.pentaho.di.core.jdbc.ThinDriver
-
- BaseDatabaseMeta - Class in org.pentaho.di.core.database
-
This class contains the basic information on a database connection.
- BaseDatabaseMeta() - Constructor for class org.pentaho.di.core.database.BaseDatabaseMeta
-
- BaseMessages - Class in org.pentaho.di.i18n
-
BaseMessage is called by all Message classes to enable the delegation of message delivery, by key to be delegated to
the appropriately authoritative supplier as registered in the LAFFactory enabling both i18n as well as pluggable look
and feel (LAF)
- BasePluginType - Class in org.pentaho.di.core.plugins
-
- BasePluginType(Class<? extends Annotation>) - Constructor for class org.pentaho.di.core.plugins.BasePluginType
-
- BasePluginType(Class<? extends Annotation>, String, String) - Constructor for class org.pentaho.di.core.plugins.BasePluginType
-
- BasePropertyHandler - Class in org.pentaho.di.laf
-
This is a static accessor for the dynamic property loader and should be used by all classes requiring access to
property files.
- beforeFirst() - Method in class org.pentaho.di.core.jdbc.RowsResultSet
-
- beforeFirst() - Method in class org.pentaho.di.core.jdbc.ThinResultSet
-
- beginTask(String, int) - Method in interface org.pentaho.di.core.ProgressMonitorListener
-
- beginTask(String, int) - Method in class org.pentaho.di.core.ProgressNullMonitorListener
-
- BlockingBatchingRowSet - Class in org.pentaho.di.core
-
Contains a buffer of rows.
- BlockingBatchingRowSet(int) - Constructor for class org.pentaho.di.core.BlockingBatchingRowSet
-
Create new non-blocking-queue with maxSize capacity.
- BlockingListeningRowSet - Class in org.pentaho.di.core
-
Contains a buffer of rows.
- BlockingListeningRowSet(int) - Constructor for class org.pentaho.di.core.BlockingListeningRowSet
-
Create new non-blocking-queue with maxSize capacity.
- BlockingRowSet - Class in org.pentaho.di.core
-
Contains a buffer of rows.
- BlockingRowSet(int) - Constructor for class org.pentaho.di.core.BlockingRowSet
-
Create new non-blocking-queue with maxSize capacity.
- bool_and(Value) - Method in class org.pentaho.di.compatibility.Value
-
- bool_not() - Method in class org.pentaho.di.compatibility.Value
-
- bool_or(Value) - Method in class org.pentaho.di.compatibility.Value
-
- bool_xor(Value) - Method in class org.pentaho.di.compatibility.Value
-
- BufferChangedListener - Interface in org.pentaho.di.core.logging
-
A listener to detect that content was added to a string buffer.
- BufferLine - Class in org.pentaho.di.core.logging
-
- BufferLine(KettleLoggingEvent) - Constructor for class org.pentaho.di.core.logging.BufferLine
-
- buildCDATA(String) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
- buildCDATA(StringBuilder, String) - Static method in class org.pentaho.di.core.xml.XMLHandler
-
- buildSignature(String, String, String, String) - Method in class org.pentaho.di.core.encryption.Encr
-
Deprecated.
- BuildVersion - Class in org.pentaho.di.version
-
Singleton class to allow us to see on which date & time the kettle3.jar was built.
- ByteArrayHashIndex - Class in org.pentaho.di.core.hash
-
- ByteArrayHashIndex(RowMetaInterface, int) - Constructor for class org.pentaho.di.core.hash.ByteArrayHashIndex
-
Create a Byte array hash index to store row
- ByteArrayHashIndex(RowMetaInterface) - Constructor for class org.pentaho.di.core.hash.ByteArrayHashIndex
-
- ByteArrayHashMap - Class in org.pentaho.di.core.hash
-
- ByteArrayHashMap(int, float, RowMetaInterface) - Constructor for class org.pentaho.di.core.hash.ByteArrayHashMap
-
Constructs an empty ByteArrayHashMap with the specified initial capacity and load factor.
- ByteArrayHashMap(int, RowMetaInterface) - Constructor for class org.pentaho.di.core.hash.ByteArrayHashMap
-
Constructs an empty ByteArrayHashMap with the specified initial capacity and the default load factor
(0.75).
- ByteArrayHashMap(RowMetaInterface) - Constructor for class org.pentaho.di.core.hash.ByteArrayHashMap
-
Constructs an empty HashMap with the default initial capacity (16) and the default load factor (0.75).
- byteToHexEncode() - Method in class org.pentaho.di.compatibility.Value
-
Change a string into its hexadecimal representation.
- byteToHexEncode(ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
Change a string into its hexadecimal representation.