Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
CrawlMetrics.setMetricList(List<Metric> value)
Sets the list of metrics for the given crawl
|
Constructor and Description |
---|
CrawlMetrics(CrawlId crawlId,
List<Metric> metrics) |
Copyright © 2007, 2013, Oracle and/or its affiliates. All rights reserved.