Uses of Class
org.snpeff.akka.msg.Result
-
Packages that use Result Package Description org.snpeff.akka -
-
Uses of Result in org.snpeff.akka
Fields in org.snpeff.akka with type parameters of type Result Modifier and Type Field Description protected java.util.concurrent.CompletionService<Result<TO>>
Master. completion
protected java.util.HashMap<java.lang.Long,Result<TO>>
Master. worksBySerial
Methods in org.snpeff.akka that return Result Modifier and Type Method Description Result<TO>
Worker. calculate(Work<TI> work)
Perform some useful actionResult<TO>
Worker. call()
Methods in org.snpeff.akka with parameters of type Result Modifier and Type Method Description protected void
Master. output(Result<TO> result)
Output all contents of a resultprotected void
Master. processResults(Result<TO> result)
Print results in the same order they were sent to the processing queue (i.e.
-