| Interface | Description |
|---|---|
| UcpAmRecvCallback |
Callback to process incoming Active Message sent by
UcpEndpoint.sendAmNonBlocking(int, long, long, long, long, long, org.openucx.jucx.UcxCallback, int)
routine. |
| UcpEndpointErrorHandler |
Handler to process transport level failure.
|
| UcpListenerConnectionHandler |
A server-side handle to incoming connection request.
|
| Class | Description |
|---|---|
| UcpAmData |
Wrapper over received active message data.
|
| UcpConnectionRequest |
A server-side handle to incoming connection request.
|
| UcpConstants | |
| UcpContext |
UCP application context (or just a context) is an opaque handle that holds a
UCP communication instance's global information.
|
| UcpEndpoint | |
| UcpEndpointParams |
Tuning parameters for the UCP endpoint.
|
| UcpListener |
The listener handle is an opaque object that is used for listening on a
specific address and accepting connections from clients.
|
| UcpListenerParams | |
| UcpMemMapParams | |
| UcpMemory |
Memory handle is an opaque object representing a memory region allocated
through UCP library, which is optimized for remote memory access
operations (zero-copy operations).
|
| UcpParams |
Tuning parameters for UCP library.
|
| UcpRemoteKey |
Remote memory handle is an opaque object representing remote memory access
information.
|
| UcpRequest |
Request object, that returns by ucp operations (GET, PUT, SEND, etc.).
|
| UcpTagMessage |
UCP Message descriptor is an opaque handle for a message returned by
UcpWorker.tagProbeNonBlocking(long, long, boolean). |
| UcpWorker |
UCP worker is an opaque object representing the communication context.
|
| UcpWorkerParams |
Copyright © 2021. All rights reserved.