public class MappingWorksheet.WorkChunk extends AbstractList<E>
SubTasks 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, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic 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 © 2019. All rights reserved.