6 #ifndef __ADMIN_BACKUP_END_H__
7 #define __ADMIN_BACKUP_END_H__
27 options(std::map<std::string, std::string>())
43 std::map<std::string, std::string>
options;
49 template<>
struct codec_traits<gpudb::AdminBackupEndRequest>
58 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
60 const std::vector<size_t> fo = rd->fieldOrder();
62 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
101 info(std::map<std::string, std::string>())
105 std::map<std::string, std::string>
info;
111 template<>
struct codec_traits<gpudb::AdminBackupEndResponse>
115 ::avro::encode(e, v.
info);
120 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
122 const std::vector<size_t> fo = rd->fieldOrder();
124 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
129 ::avro::decode(d, v.
info);
139 ::avro::decode(d, v.
info);
AdminBackupEndResponse()
Constructs an AdminBackupEndResponse object with default parameter values.
A set of output parameters for const.
AdminBackupEndRequest()
Constructs an AdminBackupEndRequest object with default parameter values.
AdminBackupEndRequest(const std::map< std::string, std::string > &options_)
Constructs an AdminBackupEndRequest object with the specified parameters.
std::map< std::string, std::string > options
std::map< std::string, std::string > info
A set of input parameters for const.