6 #ifndef __DELETE_DIRECTORY_H__ 7 #define __DELETE_DIRECTORY_H__ 26 options(std::map<std::string, std::string>())
133 template<>
struct codec_traits<
gpudb::DeleteDirectoryRequest>
143 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
145 const std::vector<size_t> fo = rd->fieldOrder();
147 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
187 info(std::map<std::string, std::string>())
200 std::map<std::string, std::string>
info;
206 template<>
struct codec_traits<
gpudb::DeleteDirectoryResponse>
211 ::avro::encode(e, v.
info);
216 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
218 const std::vector<size_t> fo = rd->fieldOrder();
220 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
229 ::avro::decode(d, v.
info);
240 ::avro::decode(d, v.
info);
246 #endif // __DELETE_DIRECTORY_H__ std::map< std::string, std::string > options
Optional parameters.
A set of parameters for GPUdb::deleteDirectory.
DeleteDirectoryRequest()
Constructs a DeleteDirectoryRequest object with default parameters.
std::string directoryName
Name of the directory in KiFS to be deleted.
std::string directoryName
Value of directoryName.
A set of results returned by GPUdb::deleteDirectory.
DeleteDirectoryResponse()
Constructs a DeleteDirectoryResponse object with default parameters.
std::map< std::string, std::string > info
Additional information.
DeleteDirectoryRequest(const std::string &directoryName_, const std::map< std::string, std::string > &options_)
Constructs a DeleteDirectoryRequest object with the specified parameters.