public class ChunkerInterleaved extends AbstractChunker
ChunkerOp that interleaves the chunks. In a
element enumeration from 1..n with k Chunks the
first one will process the elements 1, k+1, 2k+1, ... the second chunk
executable 2, k+2, 2k+2 and so on.| Modifier and Type | Field and Description |
|---|---|
LogService |
logService |
chunkable, numberOfElements, threadServiceNAME| Constructor and Description |
|---|
ChunkerInterleaved() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCancelReason() |
boolean |
isCanceled() |
void |
run() |
cancel, setChunk, setNumberOfElementsops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitops, setEnvironmentpublic LogService logService
public void run()
public boolean isCanceled()
isCanceled in interface CancelableisCanceled in class AbstractChunkerpublic String getCancelReason()
getCancelReason in interface CancelablegetCancelReason in class AbstractChunkerCopyright © 2014–2022 ImageJ. All rights reserved.