| Package | Description |
|---|---|
| org.openucx.jucx | |
| org.openucx.jucx.examples | |
| org.openucx.jucx.ucp |
| Class and Description |
|---|
| UcpRequest
Request object, that returns by ucp operations (GET, PUT, SEND, etc.).
|
| Class and Description |
|---|
| UcpContext
UCP application context (or just a context) is an opaque handle that holds a
UCP communication instance's global information.
|
| UcpMemMapParams |
| UcpWorker
UCP worker is an opaque object representing the communication context.
|
| Class and Description |
|---|
| UcpAmData
Wrapper over received active message data.
|
| UcpAmRecvCallback
Callback to process incoming Active Message sent by
UcpEndpoint.sendAmNonBlocking(int, long, long, long, long, long, org.openucx.jucx.UcxCallback, int)
routine. |
| UcpConnectionRequest
A server-side handle to incoming connection request.
|
| UcpContext
UCP application context (or just a context) is an opaque handle that holds a
UCP communication instance's global information.
|
| UcpEndpoint |
| UcpEndpointErrorHandler
Handler to process transport level failure.
|
| 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.
|
| UcpListenerConnectionHandler
A server-side handle to incoming connection request.
|
| 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.