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 classDatabaseDatabase 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 LoggingObjectInterfaceDatabaseFactory. loggingObjectMethods in org.pentaho.di.core.database that return LoggingObjectInterface Modifier and Type Method Description LoggingObjectInterfaceDatabase. getParent()Methods in org.pentaho.di.core.database with parameters of type LoggingObjectInterface Modifier and Type Method Description voidDatabaseMetaInformation. 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 classLoggingObjectclassSimpleLoggingObjectMethods in org.pentaho.di.core.logging that return LoggingObjectInterface Modifier and Type Method Description LoggingObjectInterfaceLoggingRegistry. findExistingLoggingSource(LoggingObjectInterface loggingObject)Finds an Existing LoggingObjectInterface in the registry using the LoggingObject's equals method.LoggingObjectInterfaceLoggingHierarchy. getLoggingObject()LoggingObjectInterfaceLoggingRegistry. getLoggingObject(String logChannelId)Returns a LoggingObjectInterface based on a LogChannelID which is the key for the LoggingRegistry.LoggingObjectInterfaceLoggingObject. getParent()LoggingObjectInterfaceLoggingObjectInterface. getParent()Gets the parent.LoggingObjectInterfaceSimpleLoggingObject. 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 LogChannelLogChannelFactory. create(Object subject, LoggingObjectInterface parentObject)LogChannelLogChannelFactory. create(Object subject, LoggingObjectInterface parentObject, boolean gatheringMetrics)LogChannelInterfaceLogChannelInterfaceFactory. create(Object subject, LoggingObjectInterface parentObject)LogChannelInterfaceLogChannelInterfaceFactory. create(Object subject, LoggingObjectInterface parentObject, boolean gatheringMetrics)LoggingObjectInterfaceLoggingRegistry. findExistingLoggingSource(LoggingObjectInterface loggingObject)Finds an Existing LoggingObjectInterface in the registry using the LoggingObject's equals method.voidLoggingHierarchy. setLoggingObject(LoggingObjectInterface loggingObject)voidLoggingObject. setParent(LoggingObjectInterface parent)voidSimpleLoggingObject. 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)
-