Class StartMasterVcf


  • public class StartMasterVcf
    extends StartMaster
    A message telling master process to start calculating It also sends the filename to be opened
    Author:
    pablocingolani
    • Constructor Summary

      Constructors 
      Constructor Description
      StartMasterVcf​(java.lang.String vcfFileName, Config config, int batchSize, int showEvery)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • vcfFileName

        public final java.lang.String vcfFileName
      • config

        public final Config config
    • Constructor Detail

      • StartMasterVcf

        public StartMasterVcf​(java.lang.String vcfFileName,
                              Config config,
                              int batchSize,
                              int showEvery)