raft_dask.common.ucx#
2 min read time
Applies to Linux
Classes#
Singleton UCX context to encapsulate all interactions with the |
Module Contents#
- class raft_dask.common.ucx.UCX(listener_callback)#
Singleton UCX context to encapsulate all interactions with the UCXX API and guarantee only a single listener & endpoints are created by RAFT Comms on a single process.
- _UCX__instance = None#
- static get(listener_callback=_connection_func)#
- __del__()#
- _create_endpoint(ip, port)#
- _create_listener()#
- add_server_endpoint(ep)#
- close_endpoints()#
- get_endpoint(ip, port)#
- get_worker()#
- listener_port()#