Uses of Interface
org.pentaho.di.core.logging.LogTableInterface
Packages that use LogTableInterface
-
Uses of LogTableInterface in org.pentaho.di.core.logging
Subinterfaces of LogTableInterface in org.pentaho.di.core.loggingClasses in org.pentaho.di.core.logging that implement LogTableInterfaceModifier and TypeClassDescriptionclass
This class describes a logging channel logging tableclass
This class describes a job entry logging tableclass
This class describes a job logging tableclass
This class describes a logging channel logging tableclass
This class describes a step performance logging tableclass
This class describes a step logging tableclass
This class describes a transformation logging tableMethods in org.pentaho.di.core.logging with parameters of type LogTableInterfaceModifier and TypeMethodDescriptionBaseLogTable.generateTableSQL
(LogTableInterface logTable, AbstractMeta meta) default StringBuilder
LogTableInterface.generateTableSQL
(LogTableInterface logTable, AbstractMeta transMeta) Generate DDL necessary to create the log table or alter the existing table to the present specification -
Uses of LogTableInterface in org.pentaho.di.job
Fields in org.pentaho.di.job with type parameters of type LogTableInterfaceMethods in org.pentaho.di.job that return types with arguments of type LogTableInterfaceModifier and TypeMethodDescriptionJobMeta.getExtraLogTables()
JobMeta.getLogTables()
Gets the log tables.Method parameters in org.pentaho.di.job with type arguments of type LogTableInterfaceModifier and TypeMethodDescriptionvoid
JobMeta.setExtraLogTables
(List<LogTableInterface> extraLogTables) -
Uses of LogTableInterface in org.pentaho.di.trans
Methods in org.pentaho.di.trans that return types with arguments of type LogTableInterfaceModifier and TypeMethodDescriptionTransMeta.getLogTables()
Gets a list of the log tables (transformation, step, performance, channel) for the transformation.