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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
-
-
Field Summary
Fields Modifier and Type Field Description org.pentaho.di.core.row.RowMetaInterface
outputRowMeta
The metadata we send outString
realstepidfield
String
realsteplineserrorsfield
String
realsteplinesinputfield
String
realsteplinesoutputfield
String
realsteplinesreadfield
String
realsteplinesupdatedfield
String
realsteplineswrittentfield
String
realstepnamefield
String
realstepsecondsfield
ConcurrentHashMap<Integer,StepInterface>
stepInterfaces
-
Constructor Summary
Constructors Constructor Description 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
clone, equals, finalize, 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 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
-
-