6 #ifndef __SHOW_SYSTEM_STATUS_H__ 7 #define __SHOW_SYSTEM_STATUS_H__ 28 options(std::map<std::string, std::string>())
44 std::map<std::string, std::string>
options;
59 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
61 const std::vector<size_t> fo = rd->fieldOrder();
63 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
103 statusMap(std::map<std::string, std::string>())
122 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
124 const std::vector<size_t> fo = rd->fieldOrder();
126 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
A set of input parameters for showSystemStatus(const ShowSystemStatusRequest&) const.
std::map< std::string, std::string > options
ShowSystemStatusRequest(const std::map< std::string, std::string > &options_)
Constructs a ShowSystemStatusRequest object with the specified parameters.
ShowSystemStatusResponse()
Constructs a ShowSystemStatusResponse object with default parameter values.
A set of output parameters for showSystemStatus(const ShowSystemStatusRequest&) const.
ShowSystemStatusRequest()
Constructs a ShowSystemStatusRequest object with default parameter values.
std::map< std::string, std::string > statusMap