◆ deleteGraph() [1/4]
| DeleteGraphResponse gpudb::GPUdb::deleteGraph | ( | const DeleteGraphRequest & | request_ | ) | const |
◆ deleteGraph() [2/4]
| DeleteGraphResponse & gpudb::GPUdb::deleteGraph | ( | const DeleteGraphRequest & | request_, |
| DeleteGraphResponse & | response_ ) const |
Deletes an existing graph from the graph server and/or persist.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ deleteGraph() [3/4]
| DeleteGraphResponse gpudb::GPUdb::deleteGraph | ( | const std::string & | graphName, |
| const std::map< std::string, std::string > & | options ) const |
Deletes an existing graph from the graph server and/or persist.
Parameters
| [in] | graphName | Name of the graph to be deleted. |
| [in] | options | Optional parameters.
|
Returns
Response object containing the result of the operation.
◆ deleteGraph() [4/4]
| DeleteGraphResponse & gpudb::GPUdb::deleteGraph | ( | const std::string & | graphName, |
| const std::map< std::string, std::string > & | options, | ||
| DeleteGraphResponse & | response_ ) const |
Deletes an existing graph from the graph server and/or persist.
Parameters
| [in] | graphName | Name of the graph to be deleted. |
| [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).