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, 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 Computer computer
public final Node node
public final ACL nodeAcl
public boolean canAccept(MappingWorksheet.WorkChunk c)
public String getName()
public int capacity()
Copyright © 2015. All rights reserved.