| Package | Description |
|---|---|
| org.openucx.jucx.ucp |
| Modifier and Type | Method and Description |
|---|---|
UcpRemoteKey |
UcpEndpoint.unpackRemoteKey(ByteBuffer rkeyBuffer)
This routine unpacks the remote key (RKEY) object into the local memory
such that it can be accessed and used by UCP routines.
|
| Modifier and Type | Method and Description |
|---|---|
UcpRequest |
UcpEndpoint.getNonBlocking(long remoteAddress,
UcpRemoteKey remoteKey,
ByteBuffer dst,
UcxCallback callback)
Non-blocking remote memory get operation.
|
UcpRequest |
UcpEndpoint.getNonBlocking(long remoteAddress,
UcpRemoteKey remoteKey,
long localAddress,
long size,
UcxCallback callback) |
UcpRequest |
UcpEndpoint.getNonBlocking(long remoteAddress,
UcpRemoteKey remoteKey,
long localAddress,
long size,
UcxCallback callback,
int memoryType) |
void |
UcpEndpoint.getNonBlockingImplicit(long remoteAddress,
UcpRemoteKey remoteKey,
ByteBuffer dst)
Non-blocking implicit remote memory get operation.
|
void |
UcpEndpoint.getNonBlockingImplicit(long remoteAddress,
UcpRemoteKey remoteKey,
long localAddress,
long size)
Non-blocking implicit remote memory get operation.
|
UcpRequest |
UcpEndpoint.putNonBlocking(ByteBuffer src,
long remoteAddress,
UcpRemoteKey remoteKey,
UcxCallback callback)
Non-blocking remote memory put operation.
|
UcpRequest |
UcpEndpoint.putNonBlocking(long localAddress,
long size,
long remoteAddress,
UcpRemoteKey remoteKey,
UcxCallback callback) |
UcpRequest |
UcpEndpoint.putNonBlocking(long localAddress,
long size,
long remoteAddress,
UcpRemoteKey remoteKey,
UcxCallback callback,
int memoryType) |
void |
UcpEndpoint.putNonBlockingImplicit(ByteBuffer src,
long remoteAddress,
UcpRemoteKey remoteKey)
This routine initiates a storage of contiguous block of data that is
described by the local
buffer in the remote contiguous memory
region described by remoteAddress and the remoteKey
"memory handle". |
void |
UcpEndpoint.putNonBlockingImplicit(long localAddress,
long size,
long remoteAddress,
UcpRemoteKey remoteKey)
This routine initiates a storage of contiguous block of data that is
described by the local
localAddress in the remote contiguous memory
region described by remoteAddress and the remoteKey
"memory handle". |
Copyright © 2021. All rights reserved.