this.nodeNames = nodeNames;
this.runInterval = runInterval;
this.rangeFile = rangeFile;
this.definitionFile = definitionFile;
this.md5File = md5File;
this.downloader = new FileDownloader();
this.downloader.setDigest(true);
LOGGER.info("DynamicCDXSyncherThread is alive.");
}