com.endeca.itl.cas.api
Class CrawlMetrics

java.lang.Object
  extended by com.endeca.itl.cas.api.CrawlMetrics

public class CrawlMetrics
extends Object

Stores the list of metrics that correspond to a particular crawl. Contains an ID for the crawl, and a list of Metric objects.


Constructor Summary
CrawlMetrics()
           
CrawlMetrics(CrawlId crawlId, List<Metric> metrics)
           
 
Method Summary
 boolean equals(Object other)
           
 CrawlId getCrawlId()
           
 List<Metric> getMetricList()
          Gets the list of metrics for the given crawl.
 int hashCode()
           
 void setCrawlId(CrawlId value)
           
 void setMetricList(List<Metric> value)
          Sets the list of metrics for the given crawl
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CrawlMetrics

public CrawlMetrics()

CrawlMetrics

public CrawlMetrics(CrawlId crawlId,
                    List<Metric> metrics)
Method Detail

getCrawlId

public CrawlId getCrawlId()

setCrawlId

public void setCrawlId(CrawlId value)

getMetricList

public List<Metric> getMetricList()
Gets the list of metrics for the given crawl.


setMetricList

public void setMetricList(List<Metric> value)
Sets the list of metrics for the given crawl

Parameters:
value -

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 Endeca. All Rights Reserved.