Uses of Enum Class
org.apache.nutch.fetcher.FetcherThreadEvent.PublishEventType
Packages that use FetcherThreadEvent.PublishEventType
-
Uses of FetcherThreadEvent.PublishEventType in org.apache.nutch.fetcher
Methods in org.apache.nutch.fetcher that return FetcherThreadEvent.PublishEventTypeModifier and TypeMethodDescriptionFetcherThreadEvent.getEventType()Get type of this event objectReturns the enum constant of this class with the specified name.static FetcherThreadEvent.PublishEventType[]FetcherThreadEvent.PublishEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nutch.fetcher with parameters of type FetcherThreadEvent.PublishEventTypeModifier and TypeMethodDescriptionvoidFetcherThreadEvent.setEventType(FetcherThreadEvent.PublishEventType eventType) Set event type of this objectConstructors in org.apache.nutch.fetcher with parameters of type FetcherThreadEvent.PublishEventTypeModifierConstructorDescriptionFetcherThreadEvent(FetcherThreadEvent.PublishEventType eventType, String url) Constructor to create an event to be published