|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectp2pmpi.mpi.Request
public class Request
The handle of asynchronous communication
Constructor Summary | |
---|---|
Request()
|
|
Request(p2pmpi.mpi.dev.Device myDevice,
java.lang.Object recvBuffer,
int offset,
int count,
Datatype datatype,
int src,
int tag,
int dst)
Internal use |
|
Request(p2pmpi.mpi.dev.NIORequest req)
|
|
Request(java.lang.Object recvBuffer,
int offset,
int count,
Datatype datatype,
int src,
int dst,
int tag)
|
Method Summary | |
---|---|
Status |
Test()
Test if message reception has completed. |
Status |
Wait()
Blocks until a waiting asynchronous message is received |
static Status[] |
Waitall(Request[] requests)
Blocks until all of the operations associated with the active requests in the array have completed. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Request(p2pmpi.mpi.dev.Device myDevice, java.lang.Object recvBuffer, int offset, int count, Datatype datatype, int src, int tag, int dst)
public Request()
public Request(java.lang.Object recvBuffer, int offset, int count, Datatype datatype, int src, int dst, int tag)
public Request(p2pmpi.mpi.dev.NIORequest req)
Method Detail |
---|
public static Status[] Waitall(Request[] requests)
public Status Wait()
public Status Test()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |