com.endeca.itl.cas.api
Class MetricCrawlState

java.lang.Object
  extended by com.endeca.itl.cas.api.Metric
      extended by com.endeca.itl.cas.api.MetricCrawlState

public class MetricCrawlState
extends Metric

A MetricCrawlStatus extends the abstract Metric class by adding a CrawlStatus enumeration value.


Constructor Summary
MetricCrawlState()
           
MetricCrawlState(CrawlerState value)
           
 
Method Summary
 boolean equals(Object other)
           
 CrawlerState getValue()
           
 int hashCode()
           
 void setValue(CrawlerState value)
           
 String toValueString()
           
 
Methods inherited from class com.endeca.itl.cas.api.Metric
getMetricId, setMetricId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetricCrawlState

public MetricCrawlState()

MetricCrawlState

public MetricCrawlState(CrawlerState value)
Method Detail

getValue

public CrawlerState getValue()

setValue

public void setValue(CrawlerState value)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Metric

toValueString

public String toValueString()
Specified by:
toValueString in class Metric


Copyright © 2011 Endeca. All Rights Reserved.