Class NodeListCollector

All Implemented Interfaces:
NodeCollector, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@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