Uses of Interface
org.pentaho.di.core.logging.LogTableInterface
-
Packages that use LogTableInterface Package Description org.pentaho.di.core.logging org.pentaho.di.job org.pentaho.di.trans -
-
Uses of LogTableInterface in org.pentaho.di.core.logging
Subinterfaces of LogTableInterface in org.pentaho.di.core.logging Modifier and Type Interface Description interfaceLogTablePluginInterfaceClasses in org.pentaho.di.core.logging that implement LogTableInterface Modifier and Type Class Description classChannelLogTableThis class describes a logging channel logging tableclassJobEntryLogTableThis class describes a job entry logging tableclassJobLogTableThis class describes a job logging tableclassMetricsLogTableThis class describes a logging channel logging tableclassPerformanceLogTableThis class describes a step performance logging tableclassStepLogTableThis class describes a step logging tableclassTransLogTableThis class describes a transformation logging tableMethods in org.pentaho.di.core.logging with parameters of type LogTableInterface Modifier and Type Method Description StringBuilderBaseLogTable. generateTableSQL(LogTableInterface logTable, AbstractMeta meta)default StringBuilderLogTableInterface. 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 LogTableInterface Modifier and Type Field Description protected List<LogTableInterface>JobMeta. extraLogTablesMethods in org.pentaho.di.job that return types with arguments of type LogTableInterface Modifier and Type Method Description List<LogTableInterface>JobMeta. getExtraLogTables()List<LogTableInterface>JobMeta. getLogTables()Gets the log tables.Method parameters in org.pentaho.di.job with type arguments of type LogTableInterface Modifier and Type Method Description voidJobMeta. 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 LogTableInterface Modifier and Type Method Description List<LogTableInterface>TransMeta. getLogTables()Gets a list of the log tables (transformation, step, performance, channel) for the transformation.
-