Package | Description |
---|---|
org.pentaho.di.core.database |
Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)
|
org.pentaho.di.core.logging |
This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message.
|
Modifier and Type | Class and Description |
---|---|
class |
Database
Database handles the process of connecting to, reading from, writing to and updating databases.
|
Modifier and Type | Field and Description |
---|---|
static LoggingObjectInterface |
DatabaseFactory.loggingObject |
Modifier and Type | Method and Description |
---|---|
LoggingObjectInterface |
Database.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseMetaInformation.getData(LoggingObjectInterface parentLoggingObject,
ProgressMonitorListener monitor) |
Constructor and Description |
---|
Database(LoggingObjectInterface parentObject,
DatabaseMeta databaseMeta)
Construct a new Database Connection
|
Modifier and Type | Class and Description |
---|---|
class |
LoggingObject |
class |
SimpleLoggingObject |
Modifier and Type | Method and Description |
---|---|
LoggingObjectInterface |
LoggingRegistry.findExistingLoggingSource(LoggingObjectInterface loggingObject) |
LoggingObjectInterface |
LoggingHierarchy.getLoggingObject() |
LoggingObjectInterface |
LoggingRegistry.getLoggingObject(String logChannelId) |
LoggingObjectInterface |
LoggingObject.getParent() |
LoggingObjectInterface |
LoggingObjectInterface.getParent()
Gets the parent.
|
LoggingObjectInterface |
SimpleLoggingObject.getParent() |
Modifier and Type | Method and Description |
---|---|
Map<String,LoggingObjectInterface> |
LoggingRegistry.getMap() |
Modifier and Type | Method and Description |
---|---|
LogChannelInterface |
LogChannelInterfaceFactory.create(Object subject,
LoggingObjectInterface parentObject) |
LogChannel |
LogChannelFactory.create(Object subject,
LoggingObjectInterface parentObject) |
LogChannelInterface |
LogChannelInterfaceFactory.create(Object subject,
LoggingObjectInterface parentObject,
boolean gatheringMetrics) |
LogChannel |
LogChannelFactory.create(Object subject,
LoggingObjectInterface parentObject,
boolean gatheringMetrics) |
LoggingObjectInterface |
LoggingRegistry.findExistingLoggingSource(LoggingObjectInterface loggingObject) |
void |
LoggingHierarchy.setLoggingObject(LoggingObjectInterface loggingObject) |
void |
LoggingObject.setParent(LoggingObjectInterface parent) |
void |
SimpleLoggingObject.setParent(LoggingObjectInterface parent) |
Constructor and Description |
---|
LogChannel(Object subject,
LoggingObjectInterface parentObject) |
LogChannel(Object subject,
LoggingObjectInterface parentObject,
boolean gatheringMetrics) |
LoggingHierarchy(String rootChannelId,
long batchId,
LoggingObjectInterface loggingObject) |
SimpleLoggingObject(String objectName,
LoggingObjectType loggingObjectType,
LoggingObjectInterface parent) |