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

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

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

Methods in com.endeca.itl.cas.api that return MetricId
 MetricId Metric.getMetricId()
           
static MetricId MetricId.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MetricId[] MetricId.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.endeca.itl.cas.api with parameters of type MetricId
 void Metric.setMetricId(MetricId value)
           
 

Constructors in com.endeca.itl.cas.api with parameters of type MetricId
Metric(MetricId metricId)
           
MetricCrawlMode(MetricId metricId, CrawlMode crawlMode)
           
MetricCrawlStopCause(MetricId metricId, CrawlStopCause crawlStopCause)
           
MetricDate(MetricId metricId, long date)
           
MetricLong(MetricId metricId, long value)
           
MetricString(MetricId metricId, String value)
           
 



Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.