6 #ifndef __LOCK_TABLE_H__ 7 #define __LOCK_TABLE_H__ 33 options(std::map<std::string, std::string>())
63 LockTableRequest(
const std::string& tableName_,
const std::string& lockType_,
const std::map<std::string, std::string>& options_):
72 std::map<std::string, std::string>
options;
89 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
91 const std::vector<size_t> fo = rd->fieldOrder();
93 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
165 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
167 const std::vector<size_t> fo = rd->fieldOrder();
169 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
LockTableResponse()
Constructs a LockTableResponse object with default parameter values.
std::map< std::string, std::string > options
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.
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.