6 #ifndef __CREATE_TABLE_MONITOR_H__ 7 #define __CREATE_TABLE_MONITOR_H__ 36 options(std::map<std::string, std::string>())
57 std::map<std::string, std::string>
options;
73 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
75 const std::vector<size_t> fo = rd->fieldOrder();
77 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
129 topicId(std::string()),
131 typeSchema(std::string())
154 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
156 const std::vector<size_t> fo = rd->fieldOrder();
158 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...
CreateTableMonitorRequest(const std::string &tableName, const std::map< std::string, std::string > &options)
Constructs a CreateTableMonitorRequest object with the specified parameters.
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.