Uses of Class
org.pentaho.di.core.logging.MetricsLogTable
-
Packages that use MetricsLogTable Package Description org.pentaho.di.core.logging org.pentaho.di.trans -
-
Uses of MetricsLogTable in org.pentaho.di.core.logging
Methods in org.pentaho.di.core.logging that return MetricsLogTable Modifier and Type Method Description static MetricsLogTable
MetricsLogTable. getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface)
-
Uses of MetricsLogTable in org.pentaho.di.trans
Fields in org.pentaho.di.trans declared as MetricsLogTable Modifier and Type Field Description protected MetricsLogTable
TransMeta. metricsLogTable
The metricslogging table associated with the transformation.Methods in org.pentaho.di.trans that return MetricsLogTable Modifier and Type Method Description MetricsLogTable
TransMeta. getMetricsLogTable()
Methods in org.pentaho.di.trans with parameters of type MetricsLogTable Modifier and Type Method Description void
TransMeta. setMetricsLogTable(MetricsLogTable metricsLogTable)
-