|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mpi.Status
Field Summary | |
protected int |
count
|
protected long |
handle
|
int |
index
|
protected int |
object_count
|
int |
source
|
int |
tag
|
Constructor Summary | |
Status()
|
Method Summary | |
void |
finalize()
|
int |
Get_count(Datatype datatype)
Get the number of received entries. |
int |
Get_elements(Datatype datatype)
Retrieve number of basic elements from status. |
boolean |
Test_cancelled()
Test if communication was cancelled. |
Methods inherited from class java.lang.Object |
clone,
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public int index
public int source
public int tag
protected int count
protected int object_count
protected long handle
Constructor Detail |
public Status()
Method Detail |
public void finalize()
public int Get_count(Datatype datatype) throws MPIException
datatype | datatype of each item in receive buffer |
returns: | number of received entries |
Java binding of the MPI operation MPI_GET_COUNT.
public boolean Test_cancelled() throws MPIException
returns: | true if the operation was succesfully cancelled, false otherwise |
Java binding of the MPI operation MPI_TEST_CANCELLED.
public int Get_elements(Datatype datatype) throws MPIException
datatype | datatype used by receive operation |
returns: | number of received basic elements |
Java binding of the MPI operation MPI_GET_ELEMENTS.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |