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 classMaster<TI,TO>Master: Distributes the jobs to all workers, sends the results to 'listener'classWorker<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 ConcurrentActorConcurrentFactory. create() -
Uses of ConcurrentActor in org.snpeff.akka.vcf
Subclasses of ConcurrentActor in org.snpeff.akka.vcf Modifier and Type Class Description classMasterVcf<T>A master that prcess VCF filesclassWorkerVcf -
Uses of ConcurrentActor in org.snpeff.akka.vcfStr
Subclasses of ConcurrentActor in org.snpeff.akka.vcfStr Modifier and Type Class Description classMasterVcfStrA simple demo of a master processclassWorkerVcfStrA 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 classMasterEffMaster agent for SnpEff 'eff' commandclassWorkerEffWorker agent for SnpEff 'eff' command
-