|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectp2pmpi.mpi.Status
public class Status
The status of a message commmunication
Field Summary | |
---|---|
int |
source
source rank |
int |
tag
tag number |
Constructor Summary | |
---|---|
Status()
Internal use |
|
Status(int src,
int tag,
int length)
Internal use |
|
Status(p2pmpi.mpi.dev.IStatus istatus)
|
Method Summary | |
---|---|
int |
Get_count(Datatype type)
Get the number of "top-level" elements |
void |
setLength(int length)
Internal use |
void |
setStatus(int src,
int tag)
Internal use |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int source
public int tag
Constructor Detail |
---|
public Status()
public Status(int src, int tag, int length)
public Status(p2pmpi.mpi.dev.IStatus istatus)
Method Detail |
---|
public void setStatus(int src, int tag)
public int Get_count(Datatype type)
type
- data type
public void setLength(int length)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |