Class CoverageTask.SingleTileLoaderTask

    • Constructor Summary

      Constructors 
      Constructor Description
      SingleTileLoaderTask​(org.springframework.http.client.ClientHttpRequest tileRequest, java.awt.image.BufferedImage errorImage, int tileIndexX, int tileIndexY, boolean failOnError, com.codahale.metrics.MetricRegistry registry, Processor.ExecutionContext context)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected CoverageTask.Tile compute()  
      • Methods inherited from class java.util.concurrent.RecursiveTask

        exec, getRawResult, setRawResult
      • Methods inherited from class java.util.concurrent.ForkJoinTask

        adapt, adapt, adapt, cancel, compareAndSetForkJoinTaskTag, complete, completeExceptionally, fork, get, get, getException, getForkJoinTaskTag, getPool, getQueuedTaskCount, getSurplusQueuedTaskCount, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, peekNextLocalTask, pollNextLocalTask, pollSubmission, pollTask, quietlyComplete, quietlyInvoke, quietlyJoin, reinitialize, setForkJoinTaskTag, tryUnfork
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SingleTileLoaderTask

        public SingleTileLoaderTask​(org.springframework.http.client.ClientHttpRequest tileRequest,
                                    java.awt.image.BufferedImage errorImage,
                                    int tileIndexX,
                                    int tileIndexY,
                                    boolean failOnError,
                                    com.codahale.metrics.MetricRegistry registry,
                                    Processor.ExecutionContext context)
        Constructor.
        Parameters:
        tileRequest - tile request
        errorImage - error image
        tileIndexX - tile index x
        tileIndexY - tile index y
        failOnError - fail on error
        registry - registry
        context - the job ID