| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectxdev.ProcessID
public class ProcessID
At xdev level, each MPI process is identified by an instance of this class. The MPJ Device level ( mpjdev maps these ProcessIDs to ranks.
| Constructor Summary | |
|---|---|
| protected  | ProcessID() | 
|   | ProcessID(java.util.UUID uuid)Constructor to create an object of ProcessID | 
| Method Summary | |
|---|---|
|  java.util.UUID | uuid()Sets UUID of this ProcessID object | 
|  void | uuid(java.util.UUID uuid)Sets UUID of this ProcessID object | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
protected ProcessID()
public ProcessID(java.util.UUID uuid)
uuid - UUID of the process| Method Detail | 
|---|
public void uuid(java.util.UUID uuid)
uuid - UUID of the processpublic java.util.UUID uuid()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||