Class TileOpExecutor.WriteWork<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.WriteWork<A> extends TileOpExecutor.Worker<WritableRenderedImage,WritableRaster,A>
Worker which will write tiles. Exactly one WriteWork instance is created for each thread which will perform the operation on WritableRaster tiles. The same WriteWork instance can process an arbitrary number of tiles.