Class NodeListCollector

java.lang.Object
org.saidone.collectors.AbstractNodeCollector
org.saidone.collectors.NodeListCollector
All Implemented Interfaces:
NodeCollector

@Component public class NodeListCollector extends AbstractNodeCollector
Collects node identifiers from a text file where each line contains a node id.
  • Field Details

  • Constructor Details

    • NodeListCollector

      public NodeListCollector()
  • Method Details

    • collectNodes

      public void collectNodes(CollectorConfig config)
      Reads node identifiers from the file specified by the node-list-file argument and enqueues them for processing.
      Parameters:
      config - collector configuration