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