Uses of Class
org.snpeff.akka.msg.StartMaster
-
Packages that use StartMaster Package Description org.snpeff.akka org.snpeff.akka.vcf -
-
Uses of StartMaster in org.snpeff.akka
Methods in org.snpeff.akka with parameters of type StartMaster Modifier and Type Method Description protected void
Master. startMaster(StartMaster startMaster)
This is executed when the 'start' message arrives (at the beginning of the processing) -
Uses of StartMaster in org.snpeff.akka.vcf
Subclasses of StartMaster in org.snpeff.akka.vcf Modifier and Type Class Description class
StartMasterVcf
A message telling master process to start calculating It also sends the filename to be openedMethods in org.snpeff.akka.vcf with parameters of type StartMaster Modifier and Type Method Description protected void
MasterVcf. startMaster(StartMaster startMaster)
Start up processing
-