Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Metric.setMetricId(MetricId value) |
Constructor and Description |
---|
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, 2013, Oracle and/or its affiliates. All rights reserved.