Class TileOpExecutor.ReadWork<A>

java.lang.Object
org.apache.sis.internal.coverage.j2d.TileOpExecutor.Worker<RenderedImage,Raster,A>
org.apache.sis.internal.coverage.j2d.TileOpExecutor.ReadWork<A>
Type Parameters:
A - type of the thread-local object (the accumulator) for holding intermediate results.
All Implemented Interfaces:
Runnable
Enclosing class:
TileOpExecutor

private static final class TileOpExecutor.ReadWork<A> extends TileOpExecutor.Worker<RenderedImage,Raster,A>
Worker which will read tiles. Exactly one ReadWork instance is created for each thread which will perform the computation on Raster tiles. The same ReadWork instance can process an arbitrary number of tiles.