Uses of Class
org.apache.nutch.fetcher.FetcherThreadEvent.PublishEventType
-
Packages that use FetcherThreadEvent.PublishEventType Package Description org.apache.nutch.fetcher The Nutch multi-threaded fetching module -
-
Uses of FetcherThreadEvent.PublishEventType in org.apache.nutch.fetcher
Methods in org.apache.nutch.fetcher that return FetcherThreadEvent.PublishEventType Modifier and Type Method Description FetcherThreadEvent.PublishEventType
FetcherThreadEvent. getEventType()
Get type of this event objectstatic 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.Methods in org.apache.nutch.fetcher with parameters of type FetcherThreadEvent.PublishEventType Modifier and Type Method Description void
FetcherThreadEvent. setEventType(FetcherThreadEvent.PublishEventType eventType)
Set event type of this objectConstructors in org.apache.nutch.fetcher with parameters of type FetcherThreadEvent.PublishEventType Constructor Description FetcherThreadEvent(FetcherThreadEvent.PublishEventType eventType, String url)
Constructor to create an event to be published
-