Skip to main content

◆ alterDirectory() [1/4]

AlterDirectoryResponse gpudb::GPUdb::alterDirectory (const AlterDirectoryRequest &request_) const

Alters an existing directory in KiFS.

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

◆ alterDirectory() [2/4]

AlterDirectoryResponse & gpudb::GPUdb::alterDirectory (const AlterDirectoryRequest &request_,
AlterDirectoryResponse &response_ ) const

Alters an existing directory in KiFS.

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

◆ alterDirectory() [3/4]

AlterDirectoryResponse gpudb::GPUdb::alterDirectory (const std::string &directoryName,
const std::map< std::string, std::string > &directoryUpdatesMap,
const std::map< std::string, std::string > &options ) const

Alters an existing directory in KiFS.

Parameters
[in]directoryNameName of the directory in KiFS to be altered.
[in]directoryUpdatesMapMap containing the properties of the directory to be altered. Error if empty.
[in]optionsOptional parameters. The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ alterDirectory() [4/4]

AlterDirectoryResponse & gpudb::GPUdb::alterDirectory (const std::string &directoryName,
const std::map< std::string, std::string > &directoryUpdatesMap,
const std::map< std::string, std::string > &options,
AlterDirectoryResponse &response_ ) const

Alters an existing directory in KiFS.

Parameters
[in]directoryNameName of the directory in KiFS to be altered.
[in]directoryUpdatesMapMap containing the properties of the directory to be altered. Error if empty.
[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).