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. completionprotected java.util.HashMap<java.lang.Long,Result<TO>>Master. worksBySerialMethods 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 voidMaster. output(Result<TO> result)Output all contents of a resultprotected voidMaster. processResults(Result<TO> result)Print results in the same order they were sent to the processing queue (i.e.
-