Class VcfWorkQueue


  • public class VcfWorkQueue
    extends java.lang.Object
    A work queue that processes a VCF file Sends batches of VcfEntries to each worker.
    Author:
    pablocingolani
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run​(boolean wait)  
      • Methods inherited from class java.lang.Object

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

      • VcfWorkQueue

        public VcfWorkQueue​(java.lang.String fileName,
                            Config config,
                            int batchSize,
                            int showEvery,
                            ConcurrentProperties masterProps)
    • Method Detail

      • run

        public void run​(boolean wait)