Uses of Class
org.pentaho.di.core.logging.PerformanceLogTable
-
Packages that use PerformanceLogTable Package Description org.pentaho.di.core.logging org.pentaho.di.trans -
-
Uses of PerformanceLogTable in org.pentaho.di.core.logging
Methods in org.pentaho.di.core.logging that return PerformanceLogTable Modifier and Type Method Description static PerformanceLogTablePerformanceLogTable. getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface) -
Uses of PerformanceLogTable in org.pentaho.di.trans
Fields in org.pentaho.di.trans declared as PerformanceLogTable Modifier and Type Field Description protected PerformanceLogTableTransMeta. performanceLogTableThe performance logging table associated with the transformation.Methods in org.pentaho.di.trans that return PerformanceLogTable Modifier and Type Method Description PerformanceLogTableTransMeta. getPerformanceLogTable()Gets the performance log table for the transformation.Methods in org.pentaho.di.trans with parameters of type PerformanceLogTable Modifier and Type Method Description voidTransMeta. setPerformanceLogTable(PerformanceLogTable performanceLogTable)Sets the performance log table for the transformation.
-