◆ showGraph() [1/4]
| ShowGraphResponse gpudb::GPUdb::showGraph | ( | const ShowGraphRequest & | request_ | ) | const |
◆ 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
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] | graphName | Name 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] | options | Optional parameters.
|
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] | graphName | Name 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] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).