org.pentaho.di.trans.steps.stepsmetrics
Class StepsMetricsData

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

public class StepsMetricsData
extends BaseStepData
implements StepDataInterface

Since:
16-06-2008
Author:
Samatar

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 RowMetaInterface outputRowMeta
          The metadata we send out
 String realstepidfield
           
 String realsteplineserrorsfield
           
 String realsteplinesinputfield
           
 String realsteplinesoutputfield
           
 String realsteplinesreadfield
           
 String realsteplinesupdatedfield
           
 String realsteplineswrittentfield
           
 String realstepnamefield
           
 String realstepsecondsfield
           
 ConcurrentHashMap<Integer,StepInterface> stepInterfaces
           
 
Constructor Summary
StepsMetricsData()
           
 
Method Summary
 
Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pentaho.di.trans.step.StepDataInterface
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
 

Field Detail

stepInterfaces

public ConcurrentHashMap<Integer,StepInterface> stepInterfaces

outputRowMeta

public 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 Detail

StepsMetricsData

public StepsMetricsData()