6 #ifndef __LOCK_TABLE_H__ 7 #define __LOCK_TABLE_H__ 33 options(std::map<std::string, std::string>())
61 std::map<std::string, std::string>
options;
78 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
80 const std::vector<size_t> fo = rd->fieldOrder();
82 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
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)
LockTableRequest(const std::string &tableName, const std::string &lockType, const std::map< std::string, std::string > &options)
Constructs a LockTableRequest object with the specified parameters.
LockTableResponse()
Constructs a LockTableResponse object with default parameter values.
std::map< std::string, std::string > options
A set of output parameters for lockTable(const LockTableRequest&) const.
LockTableRequest()
Constructs a LockTableRequest object with default parameter values.
A set of input parameters for lockTable(const LockTableRequest&) const.