6 #ifndef __CREATE_TABLE_MONITOR_H__ 7 #define __CREATE_TABLE_MONITOR_H__ 36 options(std::map<std::string, std::string>())
56 std::map<std::string, std::string>
options;
72 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
74 const std::vector<size_t> fo = rd->fieldOrder();
76 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
128 topicId(std::string()),
130 typeSchema(std::string())
153 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
155 const std::vector<size_t> fo = rd->fieldOrder();
157 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
std::map< std::string, std::string > options
A set of output parameters for createTableMonitor(const CreateTableMonitorRequest&) const...
CreateTableMonitorResponse()
Constructs a CreateTableMonitorResponse object with default parameter values.
A set of input parameters for createTableMonitor(const CreateTableMonitorRequest&) const...
CreateTableMonitorRequest()
Constructs a CreateTableMonitorRequest object with default parameter values.
CreateTableMonitorRequest(const std::string &tableName_, const std::map< std::string, std::string > &options_)
Constructs a CreateTableMonitorRequest object with the specified parameters.