Modifier and Type | Method and Description |
---|---|
static CrawlMode |
CrawlMode.fromValue(String v) |
CrawlMode |
MetricCrawlMode.getValue() |
static CrawlMode |
CrawlMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrawlMode[] |
CrawlMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MetricCrawlMode.setValue(CrawlMode value) |
void |
CasCrawler.startCrawl(CrawlId crawlId,
CrawlMode crawlMode)
Starts a particular crawl.
|
Constructor and Description |
---|
MetricCrawlMode(MetricId metricId,
CrawlMode crawlMode) |
Copyright © 2007, 2013, Oracle and/or its affiliates. All rights reserved.