-
- All Implemented Interfaces:
-
java.lang.AutoCloseable,kotlin.Comparable
public final class FetchLoop implements AutoCloseable, Comparable<FetchLoop>
This class picks items from queues and fetches the pages
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classFetchLoop.Companion
-
Constructor Summary
Constructors Constructor Description FetchLoop(FetchMonitor fetchMonitor, FetchComponent fetchComponent, ParseComponent parseComponent, TaskScheduler taskScheduler, ReducerContext<IntWritable, out IFetchEntry, String, GWebPage> context, ImmutableConfig immutableConfig)
-
Method Summary
-
-
Constructor Detail
-
FetchLoop
FetchLoop(FetchMonitor fetchMonitor, FetchComponent fetchComponent, ParseComponent parseComponent, TaskScheduler taskScheduler, ReducerContext<IntWritable, out IFetchEntry, String, GWebPage> context, ImmutableConfig immutableConfig)
-
-
-
-