Uses of Class
org.pentaho.di.core.logging.ChannelLogTable
-
Packages that use ChannelLogTable Package Description org.pentaho.di.base org.pentaho.di.core.logging -
-
Uses of ChannelLogTable in org.pentaho.di.base
Fields in org.pentaho.di.base declared as ChannelLogTable Modifier and Type Field Description protected ChannelLogTable
AbstractMeta. channelLogTable
Methods in org.pentaho.di.base that return ChannelLogTable Modifier and Type Method Description ChannelLogTable
AbstractMeta. getChannelLogTable()
Gets the channel log table for the job.Methods in org.pentaho.di.base with parameters of type ChannelLogTable Modifier and Type Method Description void
AbstractMeta. setChannelLogTable(ChannelLogTable channelLogTable)
Sets the channel log table for the job. -
Uses of ChannelLogTable in org.pentaho.di.core.logging
Methods in org.pentaho.di.core.logging that return ChannelLogTable Modifier and Type Method Description static ChannelLogTable
ChannelLogTable. getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface)
-