cugraph-service-server API Reference#

cugraph-service

cugraph_service_server.cugraph_handler.call_algo(...)

Calls the appropriate algo function based on the graph G being MG or SG.

cugraph_service_server.cugraph_handler.ExtensionServerFacade(...)

Instances of this class are passed to server extension functions to be used to access various aspects of the cugraph_service_client server from within the extension.

cugraph_service_server.cugraph_handler.CugraphHandler()

Class which handles RPC requests for a cugraph_service server.