Skip to main content

◆ showDirectories() [1/4]

ShowDirectoriesResponse gpudb::GPUdb::showDirectories (const ShowDirectoriesRequest &request_) const

Shows information about directories in KiFS.

Can be used to show a single directory, or all directories.

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

◆ showDirectories() [2/4]

ShowDirectoriesResponse & gpudb::GPUdb::showDirectories (const ShowDirectoriesRequest &request_,
ShowDirectoriesResponse &response_ ) const

Shows information about directories in KiFS.

Can be used to show a single directory, or all directories.

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).

◆ 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]directoryNameThe KiFS directory name to show. If empty, shows all directories. The default value is ”.
[in]optionsOptional 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]directoryNameThe KiFS directory name to show. If empty, shows all directories. 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).