org.eobjects.datacleaner.monitor.shared.model
Class JobMetrics

java.lang.Object
  extended by org.eobjects.datacleaner.monitor.shared.model.JobMetrics
All Implemented Interfaces:
Serializable

public class JobMetrics
extends Object
implements Serializable

Represents the available metrics of a specific job.

See Also:
Serialized Form

Constructor Summary
JobMetrics()
           
 
Method Summary
 JobIdentifier getJob()
           
 MetricGroup getMetricGroup(MetricIdentifier metric)
           
 MetricGroup getMetricGroup(String groupName)
           
 List<MetricGroup> getMetricGroups()
           
 String getName()
           
 void setJob(JobIdentifier job)
           
 void setMetricGroups(List<MetricGroup> metricGroups)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobMetrics

public JobMetrics()
Method Detail

getJob

public JobIdentifier getJob()

setJob

public void setJob(JobIdentifier job)

getMetricGroups

public List<MetricGroup> getMetricGroups()

setMetricGroups

public void setMetricGroups(List<MetricGroup> metricGroups)

getName

public String getName()

toString

public String toString()
Overrides:
toString in class Object

getMetricGroup

public MetricGroup getMetricGroup(String groupName)

getMetricGroup

public MetricGroup getMetricGroup(MetricIdentifier metric)


Copyright © 2012 Human Inference. All Rights Reserved.