Class StepsMetricsData

java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.stepsmetrics.StepsMetricsData
All Implemented Interfaces:
StepDataInterface

public class StepsMetricsData extends BaseStepData implements StepDataInterface
Since:
16-06-2008
Author:
Samatar
  • Field Details

    • stepInterfaces

      public ConcurrentHashMap<Integer,StepInterface> stepInterfaces
    • outputRowMeta

      public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
      The metadata we send out
    • realstepnamefield

      public String realstepnamefield
    • realstepidfield

      public String realstepidfield
    • realsteplinesinputfield

      public String realsteplinesinputfield
    • realsteplinesoutputfield

      public String realsteplinesoutputfield
    • realsteplinesreadfield

      public String realsteplinesreadfield
    • realsteplinesupdatedfield

      public String realsteplinesupdatedfield
    • realsteplineswrittentfield

      public String realsteplineswrittentfield
    • realsteplineserrorsfield

      public String realsteplineserrorsfield
    • realstepsecondsfield

      public String realstepsecondsfield
  • Constructor Details

    • StepsMetricsData

      public StepsMetricsData()