Package org.saidone.collectors
Class NodeListCollector
java.lang.Object
org.saidone.collectors.AbstractNodeCollector
org.saidone.collectors.NodeListCollector
- All Implemented Interfaces:
NodeCollector
Collects node identifiers from a text file where each line contains a node
id.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
collectNodes
(CollectorConfig config) Reads node identifiers from the file specified by thenodeListFile
argument and enqueues them for processing.Methods inherited from class org.saidone.collectors.AbstractNodeCollector
collect
-
Constructor Details
-
NodeListCollector
public NodeListCollector()
-
-
Method Details
-
collectNodes
Reads node identifiers from the file specified by thenodeListFile
argument and enqueues them for processing.- Parameters:
config
- collector configuration
-