6 #ifndef __CLEAR_TABLE_MONITOR_H__
7 #define __CLEAR_TABLE_MONITOR_H__
28 options(std::map<std::string, std::string>())
74 std::map<std::string, std::string>
options;
80 template<>
struct codec_traits<gpudb::ClearTableMonitorRequest>
90 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
92 const std::vector<size_t> fo = rd->fieldOrder();
94 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
139 info(std::map<std::string, std::string>())
144 std::map<std::string, std::string>
info;
150 template<>
struct codec_traits<gpudb::ClearTableMonitorResponse>
155 ::avro::encode(e, v.
info);
160 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
162 const std::vector<size_t> fo = rd->fieldOrder();
164 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
173 ::avro::decode(d, v.
info);
184 ::avro::decode(d, v.
info);
std::map< std::string, std::string > info
std::map< std::string, std::string > options
A set of output parameters for const.
ClearTableMonitorRequest()
Constructs a ClearTableMonitorRequest object with default parameter values.
ClearTableMonitorRequest(const std::string &topicId_, const std::map< std::string, std::string > &options_)
Constructs a ClearTableMonitorRequest object with the specified parameters.
A set of input parameters for const.
ClearTableMonitorResponse()
Constructs a ClearTableMonitorResponse object with default parameter values.