Uses of Class
org.pentaho.di.core.logging.PerformanceLogTable

Packages that use PerformanceLogTable
org.pentaho.di.core.logging This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message. 
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
 

Uses of PerformanceLogTable in org.pentaho.di.core.logging
 

Methods in org.pentaho.di.core.logging that return PerformanceLogTable
static PerformanceLogTable PerformanceLogTable.getDefault(VariableSpace space, HasDatabasesInterface databasesInterface)
           
 

Uses of PerformanceLogTable in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans that return PerformanceLogTable
 PerformanceLogTable TransMeta.getPerformanceLogTable()
          Gets the performance log table for the transformation.
 

Methods in org.pentaho.di.trans with parameters of type PerformanceLogTable
 void TransMeta.setPerformanceLogTable(PerformanceLogTable performanceLogTable)
          Sets the performance log table for the transformation.