Package | Description |
---|---|
org.apache.nutch.fetcher |
The Nutch robot.
|
Modifier and Type | Method and Description |
---|---|
FetcherThreadEvent.PublishEventType |
FetcherThreadEvent.getEventType()
Get type of this event object
|
static FetcherThreadEvent.PublishEventType |
FetcherThreadEvent.PublishEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FetcherThreadEvent.PublishEventType[] |
FetcherThreadEvent.PublishEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FetcherThreadEvent.setEventType(FetcherThreadEvent.PublishEventType eventType)
Set event type of this object
|
Constructor and Description |
---|
FetcherThreadEvent(FetcherThreadEvent.PublishEventType eventType,
String url)
Constructor to create an event to be published
|
Copyright © 2021 The Apache Software Foundation