| Package | Description |
|---|---|
| org.openucx.jucx.ucp |
| Modifier and Type | Method and Description |
|---|---|
UcpWorkerParams |
UcpWorkerParams.clear() |
UcpWorkerParams |
UcpWorkerParams.requestThreadSafety()
Requests the thread safety mode which worker and the associated resources
should be created with.
|
UcpWorkerParams |
UcpWorkerParams.requestWakeupAMO()
Atomic operation send completion.
|
UcpWorkerParams |
UcpWorkerParams.requestWakeupEdge()
Use edge-triggered wakeup.
|
UcpWorkerParams |
UcpWorkerParams.requestWakeupRMA()
Remote memory access send completion.
|
UcpWorkerParams |
UcpWorkerParams.requestWakeupRX()
This event type will generate an event on completion of any receive
operation (complete or partial, according to the underlying protocol).
|
UcpWorkerParams |
UcpWorkerParams.requestWakeupTagRecv()
Tag receive completion.
|
UcpWorkerParams |
UcpWorkerParams.requestWakeupTagSend()
Tag send completion.
|
UcpWorkerParams |
UcpWorkerParams.requestWakeupTX()
This event type will generate an event on completion of any
outgoing operation (complete or partial, according to the
underlying protocol) for any type of transfer (send, atomic, or RMA).
|
UcpWorkerParams |
UcpWorkerParams.setCpu(int cpuNum)
Mask of which CPUs worker resources should preferably be allocated on.
|
UcpWorkerParams |
UcpWorkerParams.setEventFD(int eventFD)
External event file descriptor.
|
UcpWorkerParams |
UcpWorkerParams.setUserData(ByteBuffer userData)
User data associated with the current worker.
|
| Modifier and Type | Method and Description |
|---|---|
UcpWorker |
UcpContext.newWorker(UcpWorkerParams params)
Creates new UcpWorker on current context.
|
| Constructor and Description |
|---|
UcpWorker(UcpContext context,
UcpWorkerParams params) |
Copyright © 2021. All rights reserved.