public class DefaultChunker extends AbstractChunker
ChunkerOp
. The list of
elements is chunked into equally sized (besides the last one), disjoint
chunks, which are processed in parallel. The stepSize is set to one, i.e.
each chunk consists of consecutive elements.Modifier and Type | Field and Description |
---|---|
LogService |
logService |
chunkable, numberOfElements, threadService
NAME
Constructor and Description |
---|
DefaultChunker() |
Modifier and Type | Method and Description |
---|---|
void |
run() |
cancel, getCancelReason, isCanceled, setChunk, setNumberOfElements
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
public LogService logService
Copyright © 2014–2022 ImageJ. All rights reserved.