Skip to main content

◆ showGraph() [1/4]

ShowGraphResponse gpudb::GPUdb::showGraph (const ShowGraphRequest &request_) const

Shows information and characteristics of graphs that exist on the graph server.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ showGraph() [2/4]

ShowGraphResponse & gpudb::GPUdb::showGraph (const ShowGraphRequest &request_,
ShowGraphResponse &response_ ) const

Shows information and characteristics of graphs that exist on the graph server.

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ showGraph() [3/4]

ShowGraphResponse gpudb::GPUdb::showGraph (const std::string &graphName,
const std::map< std::string, std::string > &options ) const

Shows information and characteristics of graphs that exist on the graph server.

Parameters
[in]graphNameName of the graph on which to retrieve information. If left as the default value, information about all graphs is returned. The default value is ”.
[in]optionsOptional parameters.The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ showGraph() [4/4]

ShowGraphResponse & gpudb::GPUdb::showGraph (const std::string &graphName,
const std::map< std::string, std::string > &options,
ShowGraphResponse &response_ ) const

Shows information and characteristics of graphs that exist on the graph server.

Parameters
[in]graphNameName of the graph on which to retrieve information. If left as the default value, information about all graphs is returned. The default value is ”.
[in]optionsOptional parameters.The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).