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 ChannelLogTableAbstractMeta. channelLogTableMethods in org.pentaho.di.base that return ChannelLogTable Modifier and Type Method Description ChannelLogTableAbstractMeta. 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 voidAbstractMeta. 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 ChannelLogTableChannelLogTable. getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface)
-