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 interface
LogTablePluginInterface
Classes in org.pentaho.di.core.logging that implement LogTableInterface Modifier and Type Class Description class
ChannelLogTable
This class describes a logging channel logging tableclass
JobEntryLogTable
This class describes a job entry logging tableclass
JobLogTable
This class describes a job logging tableclass
MetricsLogTable
This class describes a logging channel logging tableclass
PerformanceLogTable
This class describes a step performance logging tableclass
StepLogTable
This class describes a step logging tableclass
TransLogTable
This class describes a transformation logging tableMethods in org.pentaho.di.core.logging with parameters of type LogTableInterface Modifier and Type Method Description StringBuilder
BaseLogTable. 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 LogTableInterface Modifier and Type Field Description protected List<LogTableInterface>
JobMeta. extraLogTables
Methods 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 void
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 LogTableInterface Modifier and Type Method Description List<LogTableInterface>
TransMeta. getLogTables()
Gets a list of the log tables (transformation, step, performance, channel) for the transformation.
-