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 MetricsLogTableMetricsLogTable. 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 MetricsLogTableTransMeta. metricsLogTableThe metricslogging table associated with the transformation.Methods in org.pentaho.di.trans that return MetricsLogTable Modifier and Type Method Description MetricsLogTableTransMeta. getMetricsLogTable()Methods in org.pentaho.di.trans with parameters of type MetricsLogTable Modifier and Type Method Description voidTransMeta. setMetricsLogTable(MetricsLogTable metricsLogTable)
-