6 #ifndef __SHOW_SYSTEM_STATUS_H__ 7 #define __SHOW_SYSTEM_STATUS_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)
104 statusMap(std::map<std::string, std::string>())
123 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
125 const std::vector<size_t> fo = rd->fieldOrder();
127 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
ShowSystemStatusResponse()
Constructs a ShowSystemStatusResponse object with default parameter values.
ShowSystemStatusRequest(const std::map< std::string, std::string > &options)
Constructs a ShowSystemStatusRequest object with the specified parameters.
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