public final class MappingWorksheet.ExecutorChunk extends AbstractList<E>
| Modifier and Type | Field and Description |
|---|---|
Computer |
computer |
int |
index |
Node |
node |
ACL |
nodeAcl |
modCount| Modifier and Type | Method and Description |
|---|---|
boolean |
canAccept(MappingWorksheet.WorkChunk c)
Is this executor chunk and the given work chunk compatible? Can the latter be run on the former?
|
int |
capacity()
Number of executors in this chunk.
|
String |
getName()
Node name.
|
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 Computer computer
public final Node node
public final ACL nodeAcl
public boolean canAccept(MappingWorksheet.WorkChunk c)
public String getName()
public int capacity()
Copyright © 2019. All rights reserved.