public class MappingWorksheet.WorkChunk extends AbstractList<E>
SubTask
s that need to run on the same node.Modifier and Type | Field and Description |
---|---|
Label |
assignedLabel
If this task needs to be run on a node with a particular label,
return that
Label . |
int |
index |
MappingWorksheet.ExecutorChunk |
lastBuiltOn
If the previous execution of this task run on a certain node
and this task prefers to run on the same node, return that.
|
modCount
Modifier and Type | Method and Description |
---|---|
List<MappingWorksheet.ExecutorChunk> |
applicableExecutorChunks() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public final int index
public final Label assignedLabel
Label
. Otherwise null, indicating
it can run on anywhere.public final MappingWorksheet.ExecutorChunk lastBuiltOn
public List<MappingWorksheet.ExecutorChunk> applicableExecutorChunks()
Copyright © 2004–2022. All rights reserved.