Package org.snpeff.akka
-
Interface Summary Interface Description ConcurrentFactory -
Class Summary Class Description ConcurrentActor ConcurrentProperties Master<TI,TO> Master: Distributes the jobs to all workers, sends the results to 'listener'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)