Modifier and Type | Method and Description |
---|---|
static CrawlerState |
CrawlerState.fromValue(String v) |
CrawlerState |
Status.getState() |
CrawlerState |
MetricCrawlState.getValue() |
static CrawlerState |
CrawlerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrawlerState[] |
CrawlerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Status.setState(CrawlerState value) |
void |
MetricCrawlState.setValue(CrawlerState value) |
Constructor and Description |
---|
MetricCrawlState(CrawlerState value) |
Status(CrawlerState state) |
Copyright © 2007, 2013, Oracle and/or its affiliates. All rights reserved.