6 #ifndef __ADMIN_BACKUP_BEGIN_H__
7 #define __ADMIN_BACKUP_BEGIN_H__
30 options(std::map<std::string, std::string>())
46 std::map<std::string, std::string>
options;
52 template<>
struct codec_traits<gpudb::AdminBackupBeginRequest>
61 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
63 const std::vector<size_t> fo = rd->fieldOrder();
65 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
107 info(std::map<std::string, std::string>())
111 std::map<std::string, std::string>
info;
117 template<>
struct codec_traits<gpudb::AdminBackupBeginResponse>
121 ::avro::encode(e, v.
info);
126 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
128 const std::vector<size_t> fo = rd->fieldOrder();
130 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
135 ::avro::decode(d, v.
info);
145 ::avro::decode(d, v.
info);
std::map< std::string, std::string > info
A set of input parameters for const.
AdminBackupBeginRequest(const std::map< std::string, std::string > &options_)
Constructs an AdminBackupBeginRequest object with the specified parameters.
A set of output parameters for const.
AdminBackupBeginRequest()
Constructs an AdminBackupBeginRequest object with default parameter values.
AdminBackupBeginResponse()
Constructs an AdminBackupBeginResponse object with default parameter values.
std::map< std::string, std::string > options