| Modifier and Type | Class and Description |
|---|---|
static class |
SNNodesInfo.Node
Describe a JobManager
|
| Constructor and Description |
|---|
SNNodesInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(SNNodesInfo.Node e) |
void |
clear() |
boolean |
deserialize(POPBuffer buffer)
Deserialize an object from the buffer
|
SNNodesInfo.Node |
get(int index) |
java.util.List<SNNodesInfo.Node> |
getNodes()
The nodes found, the list in unmodifiable Use delegates methods if needed
|
boolean |
isEmpty() |
boolean |
remove(SNNodesInfo.Node o) |
boolean |
serialize(POPBuffer buffer)
Serialize an object into the buffer
|
int |
size() |
public boolean add(SNNodesInfo.Node e)
public boolean remove(SNNodesInfo.Node o)
public void clear()
public SNNodesInfo.Node get(int index)
public boolean isEmpty()
public int size()
public java.util.List<SNNodesInfo.Node> getNodes()
public boolean serialize(POPBuffer buffer)
IPOPBasepublic boolean deserialize(POPBuffer buffer)
IPOPBasedeserialize in interface IPOPBasebuffer - The buffer to deserialize from