Uses of Interface
org.pentaho.di.core.logging.LoggingObjectInterface
-
Packages that use LoggingObjectInterface 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. -
-
Uses of LoggingObjectInterface in org.pentaho.di.core.database
Classes in org.pentaho.di.core.database that implement LoggingObjectInterface Modifier and Type Class Description class
Database
Database handles the process of connecting to, reading from, writing to and updating databases.Fields in org.pentaho.di.core.database declared as LoggingObjectInterface Modifier and Type Field Description static LoggingObjectInterface
DatabaseFactory. loggingObject
Methods in org.pentaho.di.core.database that return LoggingObjectInterface Modifier and Type Method Description LoggingObjectInterface
Database. getParent()
Methods in org.pentaho.di.core.database with parameters of type LoggingObjectInterface Modifier and Type Method Description void
DatabaseMetaInformation. getData(LoggingObjectInterface parentLoggingObject, ProgressMonitorListener monitor)
Constructors in org.pentaho.di.core.database with parameters of type LoggingObjectInterface Constructor Description Database(LoggingObjectInterface parentObject, DatabaseMeta databaseMeta)
Construct a new Database Connection -
Uses of LoggingObjectInterface in org.pentaho.di.core.logging
Classes in org.pentaho.di.core.logging that implement LoggingObjectInterface Modifier and Type Class Description class
LoggingObject
class
SimpleLoggingObject
Methods in org.pentaho.di.core.logging that return LoggingObjectInterface Modifier and Type Method Description LoggingObjectInterface
LoggingRegistry. findExistingLoggingSource(LoggingObjectInterface loggingObject)
Finds an Existing LoggingObjectInterface in the registry using the LoggingObject's equals method.LoggingObjectInterface
LoggingHierarchy. getLoggingObject()
LoggingObjectInterface
LoggingRegistry. getLoggingObject(String logChannelId)
Returns a LoggingObjectInterface based on a LogChannelID which is the key for the LoggingRegistry.LoggingObjectInterface
LoggingObject. getParent()
LoggingObjectInterface
LoggingObjectInterface. getParent()
Gets the parent.LoggingObjectInterface
SimpleLoggingObject. getParent()
Methods in org.pentaho.di.core.logging that return types with arguments of type LoggingObjectInterface Modifier and Type Method Description Map<String,LoggingObjectInterface>
LoggingRegistry. getMap()
Deprecated.This is unsafe call and references to this method will be removed.Methods in org.pentaho.di.core.logging with parameters of type LoggingObjectInterface Modifier and Type Method Description LogChannel
LogChannelFactory. create(Object subject, LoggingObjectInterface parentObject)
LogChannel
LogChannelFactory. create(Object subject, LoggingObjectInterface parentObject, boolean gatheringMetrics)
LogChannelInterface
LogChannelInterfaceFactory. create(Object subject, LoggingObjectInterface parentObject)
LogChannelInterface
LogChannelInterfaceFactory. create(Object subject, LoggingObjectInterface parentObject, boolean gatheringMetrics)
LoggingObjectInterface
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)
Constructors in org.pentaho.di.core.logging with parameters of type LoggingObjectInterface Constructor 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)
-