| Package | Description |
|---|---|
| org.openucx.jucx.ucp |
| Modifier and Type | Method and Description |
|---|---|
UcpParams |
UcpParams.clear() |
UcpParams |
UcpParams.requestAmFeature()
Request Active Message support feature.
|
UcpParams |
UcpParams.requestAtomic32BitFeature()
Request 32-bit atomic operations support.
|
UcpParams |
UcpParams.requestAtomic64BitFeature()
Request 64-bit atomic operations support.
|
UcpParams |
UcpParams.requestRmaFeature()
Request remote memory access support.
|
UcpParams |
UcpParams.requestStreamFeature()
Request stream support.
|
UcpParams |
UcpParams.requestTagFeature()
Request tag matching support.
|
UcpParams |
UcpParams.requestWakeupFeature()
Request interrupt notification support.
|
UcpParams |
UcpParams.setConfig(String key,
String value)
The routine sets runtime UCP library configuration.
|
UcpParams |
UcpParams.setEstimatedNumEps(long estimatedNumEps)
An optimization hint of how many endpoints would be created on this context.
|
UcpParams |
UcpParams.setMtWorkersShared(boolean mtWorkersShared)
Indicates if this context is shared by multiple workers
from different threads.
|
UcpParams |
UcpParams.setTagSenderMask(long tagSenderMask)
Mask which specifies particular bits of the tag which can uniquely
identify the sender (UCP endpoint) in tagged operations.
|
| Constructor and Description |
|---|
UcpContext(UcpParams params) |
Copyright © 2021. All rights reserved.