Uses of Record Class
org.aksw.iguana.cc.worker.HttpWorker.Result
Packages that use HttpWorker.Result
Package
Description
-
Uses of HttpWorker.Result in org.aksw.iguana.cc.tasks.impl
Methods in org.aksw.iguana.cc.tasks.impl that return types with arguments of type HttpWorker.ResultModifier and TypeMethodDescriptionStresstest.Result.workerResults()Returns the value of theworkerResultsrecord component.Method parameters in org.aksw.iguana.cc.tasks.impl with type arguments of type HttpWorker.ResultModifier and TypeMethodDescriptionvoidStresstestResultProcessor.process(Collection<HttpWorker.Result> data) This method stores the given query executions statistics from a worker to their appropriate data location.Constructor parameters in org.aksw.iguana.cc.tasks.impl with type arguments of type HttpWorker.ResultModifierConstructorDescriptionResult(List<HttpWorker.Result> workerResults, Calendar startTime, Calendar endTime) Creates an instance of aResultrecord class. -
Uses of HttpWorker.Result in org.aksw.iguana.cc.worker
Methods in org.aksw.iguana.cc.worker that return types with arguments of type HttpWorker.ResultModifier and TypeMethodDescriptionabstract CompletableFuture<HttpWorker.Result>HttpWorker.start() -
Uses of HttpWorker.Result in org.aksw.iguana.cc.worker.impl
Methods in org.aksw.iguana.cc.worker.impl that return types with arguments of type HttpWorker.ResultModifier and TypeMethodDescriptionSPARQLProtocolWorker.start()Starts the worker and returns a CompletableFuture, which will be completed, when the worker has finished the completion target.