6 #ifndef __ADMIN_VERIFY_DB_H__ 7 #define __ADMIN_VERIFY_DB_H__ 28 options(std::map<std::string, std::string>())
62 std::map<std::string, std::string>
options;
77 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
79 const std::vector<size_t> fo = rd->fieldOrder();
81 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
122 errorList(std::vector<std::string>())
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)
A set of output parameters for adminVerifyDb(const AdminVerifyDbRequest&) const.
AdminVerifyDbResponse()
Constructs an AdminVerifyDbResponse object with default parameter values.
AdminVerifyDbRequest(const std::map< std::string, std::string > &options_)
Constructs an AdminVerifyDbRequest object with the specified parameters.
A set of input parameters for adminVerifyDb(const AdminVerifyDbRequest&) const.
std::vector< std::string > errorList
std::map< std::string, std::string > options
AdminVerifyDbRequest()
Constructs an AdminVerifyDbRequest object with default parameter values.