Uses of Class
org.snpeff.akka.ConcurrentProperties
-
Packages that use ConcurrentProperties Package Description org.snpeff.akka org.snpeff.akka.vcf -
-
Uses of ConcurrentProperties in org.snpeff.akka
Fields in org.snpeff.akka declared as ConcurrentProperties Modifier and Type Field Description protected ConcurrentProperties
Master. props
Constructors in org.snpeff.akka with parameters of type ConcurrentProperties Constructor Description Master(ConcurrentProperties props, int numWorkers)
Constructor -
Uses of ConcurrentProperties in org.snpeff.akka.vcf
Constructors in org.snpeff.akka.vcf with parameters of type ConcurrentProperties Constructor Description MasterVcf(ConcurrentProperties props, int numWorkers)
VcfWorkQueue(java.lang.String fileName, Config config, int batchSize, int showEvery, ConcurrentProperties masterProps)
-