Package org.apache.nutch.fetcher
Class FetcherThreadPublisher
java.lang.Object
org.apache.nutch.fetcher.FetcherThreadPublisher
This class handles the publishing of the events to the queue implementation.
-
Constructor Summary
ConstructorsConstructorDescriptionConfigure all registered publishers -
Method Summary
Modifier and TypeMethodDescriptionvoidpublish(FetcherThreadEvent event, Configuration conf) Publish event to all registered publishers
-
Constructor Details
-
FetcherThreadPublisher
Configure all registered publishers- Parameters:
conf-Configurationto be used
-
-
Method Details
-
publish
Publish event to all registered publishers- Parameters:
event-Eventto be publishedconf-Configurationto be used
-