Class HttpWorker

    • Constructor Detail

      • HttpWorker

        public HttpWorker​(java.lang.String taskID,
                          Connection connection,
                          java.lang.String queriesFile,
                          @Nullable
                          java.lang.Integer timeOut,
                          @Nullable
                          java.lang.Integer timeLimit,
                          @Nullable
                          java.lang.Integer fixedLatency,
                          @Nullable
                          java.lang.Integer gaussianLatency,
                          java.lang.String workerType,
                          java.lang.Integer workerID)
    • Method Detail

      • getProcessedResults

        public java.util.concurrent.ConcurrentMap<QueryResultHashKey,​java.lang.Long> getProcessedResults()
      • shutdownResultProcessor

        public void shutdownResultProcessor()