6 #ifndef __ALTER_SYSTEM_PROPERTIES_H__ 7 #define __ALTER_SYSTEM_PROPERTIES_H__ 31 options(std::map<std::string, std::string>())
118 propertyUpdatesMap(propertyUpdatesMap),
140 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
142 const std::vector<size_t> fo = rd->fieldOrder();
144 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
191 updatedPropertiesMap(std::map<std::string, std::string>())
210 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
212 const std::vector<size_t> fo = rd->fieldOrder();
214 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
AlterSystemPropertiesRequest(const std::map< std::string, std::string > &propertyUpdatesMap, const std::map< std::string, std::string > &options)
Constructs an AlterSystemPropertiesRequest object with the specified parameters.
A set of input parameters for alterSystemProperties(const AlterSystemPropertiesRequest&) const...
std::map< std::string, std::string > updatedPropertiesMap
std::map< std::string, std::string > propertyUpdatesMap
AlterSystemPropertiesResponse()
Constructs an AlterSystemPropertiesResponse object with default parameter values. ...
AlterSystemPropertiesRequest()
Constructs an AlterSystemPropertiesRequest object with default parameter values.
A set of output parameters for alterSystemProperties(const AlterSystemPropertiesRequest&) const...
std::map< std::string, std::string > options