6 #ifndef __CLEAR_TABLE_MONITOR_H__
7 #define __CLEAR_TABLE_MONITOR_H__
28 options(std::map<std::string, std::string>())
47 std::map<std::string, std::string>
options;
53 template<>
struct codec_traits<gpudb::ClearTableMonitorRequest>
63 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
65 const std::vector<size_t> fo = rd->fieldOrder();
67 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
112 info(std::map<std::string, std::string>())
117 std::map<std::string, std::string>
info;
123 template<>
struct codec_traits<gpudb::ClearTableMonitorResponse>
128 ::avro::encode(e, v.
info);
133 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
135 const std::vector<size_t> fo = rd->fieldOrder();
137 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
146 ::avro::decode(d, v.
info);
157 ::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.