public static final class CoverageTask.SingleTileLoaderTask extends CoverageTask.TileTask
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected CoverageTask.Tile |
compute() |
call, getTileIndexX, getTileIndexYadapt, 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, pollTask, quietlyComplete, quietlyInvoke, quietlyJoin, reinitialize, setForkJoinTaskTag, tryUnforkpublic 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)
tileRequest - tile requesterrorImage - error imagetileIndexX - tile index xtileIndexY - tile index yfailOnError - fail on errorregistry - registrycontext - the job IDprotected CoverageTask.Tile compute()
compute in class java.util.concurrent.RecursiveTask<CoverageTask.Tile>