| Package | Description |
|---|---|
| org.openucx.jucx.ucp |
| Modifier and Type | Class and Description |
|---|---|
class |
UcpConnectionRequest
A server-side handle to incoming connection request.
|
class |
UcpContext
UCP application context (or just a context) is an opaque handle that holds a
UCP communication instance's global information.
|
class |
UcpEndpoint |
class |
UcpListener
The listener handle is an opaque object that is used for listening on a
specific address and accepting connections from clients.
|
class |
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).
|
class |
UcpRemoteKey
Remote memory handle is an opaque object representing remote memory access
information.
|
class |
UcpRequest
Request object, that returns by ucp operations (GET, PUT, SEND, etc.).
|
class |
UcpTagMessage
UCP Message descriptor is an opaque handle for a message returned by
UcpWorker.tagProbeNonBlocking(long, long, boolean). |
class |
UcpWorker
UCP worker is an opaque object representing the communication context.
|
Copyright © 2021. All rights reserved.