public class LoggingMetric extends Object
| Constructor and Description |
|---|
LoggingMetric(long batchId,
org.pentaho.di.core.metrics.MetricsSnapshotInterface snapshot) |
| Modifier and Type | Method and Description |
|---|---|
long |
getBatchId() |
org.pentaho.di.core.metrics.MetricsSnapshotInterface |
getSnapshot() |
void |
setBatchId(long batchId) |
void |
setSnapshot(org.pentaho.di.core.metrics.MetricsSnapshotInterface snapshot) |
public LoggingMetric(long batchId,
org.pentaho.di.core.metrics.MetricsSnapshotInterface snapshot)
batchId - snapshot - public long getBatchId()
public void setBatchId(long batchId)
batchId - the batchId to setpublic org.pentaho.di.core.metrics.MetricsSnapshotInterface getSnapshot()
public void setSnapshot(org.pentaho.di.core.metrics.MetricsSnapshotInterface snapshot)
snapshot - the snapshot to set