| Package | Description |
|---|---|
| org.openucx.jucx.ucp |
| Modifier and Type | Method and Description |
|---|---|
UcpEndpointParams |
UcpEndpointParams.clear() |
UcpEndpointParams |
UcpEndpointParams.setConnectionRequest(UcpConnectionRequest connectionRequest)
Connection request from client.
|
UcpEndpointParams |
UcpEndpointParams.setErrorHandler(UcpEndpointErrorHandler errorHandler)
Handler to process transport level failure.
|
UcpEndpointParams |
UcpEndpointParams.setNoLoopbackMode()
Avoid connecting the endpoint to itself when connecting the endpoint
to the same worker it was created on.
|
UcpEndpointParams |
UcpEndpointParams.setPeerErrorHandlingMode()
Guarantees that send requests are always completed (successfully or error) even in
case of remote failure, disables protocols and APIs which may cause a hang or undefined
behavior in case of peer failure, may affect performance and memory footprint.
|
UcpEndpointParams |
UcpEndpointParams.setSocketAddress(InetSocketAddress socketAddress)
Destination address in form of InetSocketAddress.
|
UcpEndpointParams |
UcpEndpointParams.setUcpAddress(ByteBuffer ucpAddress)
Destination address in form of workerAddress.
|
| Modifier and Type | Method and Description |
|---|---|
UcpEndpoint |
UcpWorker.newEndpoint(UcpEndpointParams params)
Creates new UcpEndpoint on current worker.
|
| Constructor and Description |
|---|
UcpEndpoint(UcpWorker worker,
UcpEndpointParams params) |
Copyright © 2021. All rights reserved.