Uses of Record Class
org.aksw.iguana.cc.worker.HttpWorker.Result
Package
Description
-
Uses of HttpWorker.Result in org.aksw.iguana.cc.tasks.impl
Modifier and TypeMethodDescriptionStresstest.Result.workerResults()
Returns the value of theworkerResults
record component.Modifier and TypeMethodDescriptionvoid
StresstestResultProcessor.process
(Collection<HttpWorker.Result> data) This method stores the given query executions statistics from a worker to their appropriate data location.ModifierConstructorDescriptionResult
(List<HttpWorker.Result> workerResults, Calendar startTime, Calendar endTime) Creates an instance of aResult
record class. -
Uses of HttpWorker.Result in org.aksw.iguana.cc.worker
Modifier and TypeMethodDescriptionabstract CompletableFuture<HttpWorker.Result>
HttpWorker.start()
-
Uses of HttpWorker.Result in org.aksw.iguana.cc.worker.impl
Modifier and TypeMethodDescriptionSPARQLProtocolWorker.start()
Starts the worker and returns a CompletableFuture, which will be completed, when the worker has finished the completion target.