◆ showDirectories() [1/4]
| ShowDirectoriesResponse gpudb::GPUdb::showDirectories | ( | const ShowDirectoriesRequest & | request_ | ) | const |
◆ showDirectories() [2/4]
| ShowDirectoriesResponse & gpudb::GPUdb::showDirectories | ( | const ShowDirectoriesRequest & | request_, |
| ShowDirectoriesResponse & | response_ ) const |
◆ showDirectories() [3/4]
| ShowDirectoriesResponse gpudb::GPUdb::showDirectories | ( | const std::string & | directoryName, |
| const std::map< std::string, std::string > & | options ) const |
Shows information about directories in KiFS.
Can be used to show a single directory, or all directories.
Parameters
| [in] | directoryName | The KiFS directory name to show. If empty, shows all directories. The default value is ”. |
| [in] | options | Optional parameters. The default value is an empty map. |
Returns
Response object containing the result of the operation.
◆ showDirectories() [4/4]
| ShowDirectoriesResponse & gpudb::GPUdb::showDirectories | ( | const std::string & | directoryName, |
| const std::map< std::string, std::string > & | options, | ||
| ShowDirectoriesResponse & | response_ ) const |
Shows information about directories in KiFS.
Can be used to show a single directory, or all directories.
Parameters
| [in] | directoryName | The KiFS directory name to show. If empty, shows all directories. The default value is ”. |
| [in] | options | Optional 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).