| Package | Description |
|---|---|
| org.openucx.jucx.ucp |
| Modifier and Type | Method and Description |
|---|---|
UcpEndpoint |
UcpWorker.newEndpoint(UcpEndpointParams params)
Creates new UcpEndpoint on current worker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UcpEndpointErrorHandler.onError(UcpEndpoint ep,
int status,
String errorMsg)
This callback routine is invoked when transport level error detected.
|
int |
UcpAmRecvCallback.onReceive(long headerAddress,
long headerSize,
UcpAmData amData,
UcpEndpoint replyEp)
The callback is always called from the progress context, therefore calling
UcpWorker.progress() is not allowed. |
Copyright © 2021. All rights reserved.