Uses of Interface
org.pentaho.di.core.logging.LoggingObjectInterface
Package
Description
Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)
This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message.
-
Uses of LoggingObjectInterface in org.pentaho.di.core.database
Modifier and TypeClassDescriptionclass
Database handles the process of connecting to, reading from, writing to and updating databases.Modifier and TypeFieldDescriptionstatic final LoggingObjectInterface
DatabaseFactory.loggingObject
Modifier and TypeMethodDescriptionvoid
DatabaseMetaInformation.getData
(LoggingObjectInterface parentLoggingObject, ProgressMonitorListener monitor) ModifierConstructorDescriptionDatabase
(LoggingObjectInterface parentObject, DatabaseMeta databaseMeta) Construct a new Database Connection -
Uses of LoggingObjectInterface in org.pentaho.di.core.logging
Modifier and TypeMethodDescriptionLoggingRegistry.findExistingLoggingSource
(LoggingObjectInterface loggingObject) Finds an Existing LoggingObjectInterface in the registry using the LoggingObject's equals method.LoggingHierarchy.getLoggingObject()
LoggingRegistry.getLoggingObject
(String logChannelId) Returns a LoggingObjectInterface based on a LogChannelID which is the key for the LoggingRegistry.LoggingObject.getParent()
LoggingObjectInterface.getParent()
Gets the parent.SimpleLoggingObject.getParent()
Modifier and TypeMethodDescriptionLoggingRegistry.getMap()
Deprecated.This is unsafe call and references to this method will be removed.Modifier and TypeMethodDescriptionLogChannelFactory.create
(Object subject, LoggingObjectInterface parentObject) LogChannelFactory.create
(Object subject, LoggingObjectInterface parentObject, boolean gatheringMetrics) LogChannelInterfaceFactory.create
(Object subject, LoggingObjectInterface parentObject) LogChannelInterfaceFactory.create
(Object subject, LoggingObjectInterface parentObject, boolean gatheringMetrics) LoggingRegistry.findExistingLoggingSource
(LoggingObjectInterface loggingObject) Finds an Existing LoggingObjectInterface in the registry using the LoggingObject's equals method.void
LoggingHierarchy.setLoggingObject
(LoggingObjectInterface loggingObject) void
LoggingObject.setParent
(LoggingObjectInterface parent) void
SimpleLoggingObject.setParent
(LoggingObjectInterface parent) ModifierConstructorDescriptionLogChannel
(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)