Uses of Class
org.snpeff.akka.ConcurrentActor
-
Packages that use ConcurrentActor Package Description org.snpeff.akka org.snpeff.akka.vcf org.snpeff.akka.vcfStr org.snpeff.snpEffect.commandLine.eff -
-
Uses of ConcurrentActor in org.snpeff.akka
Subclasses of ConcurrentActor in org.snpeff.akka Modifier and Type Class Description class
Master<TI,TO>
Master: Distributes the jobs to all workers, sends the results to 'listener'class
Worker<TI,TO>
Worker: Performs a simple work and get the data back TI: Data type in (input for this calculation) TO: Data type out (result form the calculation)Methods in org.snpeff.akka that return ConcurrentActor Modifier and Type Method Description ConcurrentActor
ConcurrentFactory. create()
-
Uses of ConcurrentActor in org.snpeff.akka.vcf
Subclasses of ConcurrentActor in org.snpeff.akka.vcf Modifier and Type Class Description class
MasterVcf<T>
A master that prcess VCF filesclass
WorkerVcf
-
Uses of ConcurrentActor in org.snpeff.akka.vcfStr
Subclasses of ConcurrentActor in org.snpeff.akka.vcfStr Modifier and Type Class Description class
MasterVcfStr
A simple demo of a master processclass
WorkerVcfStr
A trivial calculation on a VCF that returns a String -
Uses of ConcurrentActor in org.snpeff.snpEffect.commandLine.eff
Subclasses of ConcurrentActor in org.snpeff.snpEffect.commandLine.eff Modifier and Type Class Description class
MasterEff
Master agent for SnpEff 'eff' commandclass
WorkerEff
Worker agent for SnpEff 'eff' command
-