Uses of Class
com.endeca.itl.cas.api.Metric

Packages that use Metric
com.endeca.itl.cas.api   
 

Uses of Metric in com.endeca.itl.cas.api
 

Subclasses of Metric in com.endeca.itl.cas.api
 class MetricCrawlMode
          A MetricCrawlMode extends the abstract Metric class by adding a CrawlMode enumeration value.
 class MetricCrawlState
          A MetricCrawlStatus extends the abstract Metric class by adding a CrawlStatus enumeration value.
 class MetricCrawlStopCause
          A metricCrawlStopCause extends the abstract Metric class by adding a CrawlStopCause enumeration value.
 class MetricDate
          A MetricDate extends the abstract Metric class by adding a long value that should be interpreted as a date.
 class MetricLong
          A MetricLong extends the abstract Metric class by adding a long value.
 class MetricString
          A MetricString extends the abstract Metric class by adding a string value.
 

Methods in com.endeca.itl.cas.api that return types with arguments of type Metric
 List<Metric> CrawlMetrics.getMetricList()
          Gets the list of metrics for the given crawl.
 List<Metric> CasCrawler.getMetrics(CrawlId crawlId)
          Gets metrics for a particular crawl.
 

Method parameters in com.endeca.itl.cas.api with type arguments of type Metric
 void CrawlMetrics.setMetricList(List<Metric> value)
          Sets the list of metrics for the given crawl
 

Constructor parameters in com.endeca.itl.cas.api with type arguments of type Metric
CrawlMetrics(CrawlId crawlId, List<Metric> metrics)
           
 



Copyright © 2011 Endeca. All Rights Reserved.