Class SPARQLWorker

  • All Implemented Interfaces:
    java.lang.Runnable, Worker

    @Shorthand("SPARQLWorker")
    public class SPARQLWorker
    extends HttpGetWorker
    A Worker using SPARQL 1.1 to create service request.
    Author:
    f.conrads
    • Constructor Detail

      • SPARQLWorker

        public SPARQLWorker​(java.lang.String taskID,
                            Connection connection,
                            java.lang.String queriesFile,
                            @Nullable
                            java.lang.String responseType,
                            @Nullable
                            java.lang.String parameterName,
                            @Nullable
                            java.lang.Integer timeOut,
                            @Nullable
                            java.lang.Integer timeLimit,
                            @Nullable
                            java.lang.Integer fixedLatency,
                            @Nullable
                            java.lang.Integer gaussianLatency,
                            java.lang.Integer workerID)