mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
12871 lines
379 KiB
C++
12871 lines
379 KiB
C++
/**
|
|
* Autogenerated by Thrift Compiler (0.8.0)
|
|
*
|
|
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
|
* @generated
|
|
*/
|
|
#include <inttypes.h>
|
|
#include <netinet/in.h>
|
|
|
|
#include "Cassandra.h"
|
|
|
|
namespace org { namespace apache { namespace cassandra {
|
|
|
|
uint32_t Cassandra_login_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_auth_request = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->auth_request.read(iprot);
|
|
isset_auth_request = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_auth_request)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_login_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_login_args");
|
|
xfer += oprot->writeFieldBegin("auth_request", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->auth_request.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_login_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_login_pargs");
|
|
xfer += oprot->writeFieldBegin("auth_request", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += (*(this->auth_request)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_login_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->authnx.read(iprot);
|
|
this->__isset.authnx = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->authzx.read(iprot);
|
|
this->__isset.authzx = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_login_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_login_result");
|
|
|
|
if (this->__isset.authnx) {
|
|
xfer += oprot->writeFieldBegin("authnx", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->authnx.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.authzx) {
|
|
xfer += oprot->writeFieldBegin("authzx", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->authzx.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_login_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->authnx.read(iprot);
|
|
this->__isset.authnx = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->authzx.read(iprot);
|
|
this->__isset.authzx = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_set_keyspace_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_keyspace = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString(this->keyspace);
|
|
isset_keyspace = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_keyspace)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_set_keyspace_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_set_keyspace_args");
|
|
xfer += oprot->writeFieldBegin("keyspace", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeString(this->keyspace);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_set_keyspace_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_set_keyspace_pargs");
|
|
xfer += oprot->writeFieldBegin("keyspace", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeString((*(this->keyspace)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_set_keyspace_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_set_keyspace_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_set_keyspace_result");
|
|
|
|
if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_set_keyspace_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_key = false;
|
|
bool isset_column_path = false;
|
|
bool isset_consistency_level = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readBinary(this->key);
|
|
isset_key = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->column_path.read(iprot);
|
|
isset_column_path = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_I32) {
|
|
int32_t ecast149;
|
|
xfer += iprot->readI32(ecast149);
|
|
this->consistency_level = (ConsistencyLevel::type)ecast149;
|
|
isset_consistency_level = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_key)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_column_path)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_consistency_level)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_get_args");
|
|
xfer += oprot->writeFieldBegin("key", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeBinary(this->key);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("column_path", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->column_path.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 3);
|
|
xfer += oprot->writeI32((int32_t)this->consistency_level);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_get_pargs");
|
|
xfer += oprot->writeFieldBegin("key", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeBinary((*(this->key)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("column_path", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += (*(this->column_path)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 3);
|
|
xfer += oprot->writeI32((int32_t)(*(this->consistency_level)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->success.read(iprot);
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->nfe.read(iprot);
|
|
this->__isset.nfe = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 4:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_get_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_STRUCT, 0);
|
|
xfer += this->success.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.nfe) {
|
|
xfer += oprot->writeFieldBegin("nfe", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->nfe.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ue) {
|
|
xfer += oprot->writeFieldBegin("ue", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += this->ue.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.te) {
|
|
xfer += oprot->writeFieldBegin("te", ::apache::thrift::protocol::T_STRUCT, 4);
|
|
xfer += this->te.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += (*(this->success)).read(iprot);
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->nfe.read(iprot);
|
|
this->__isset.nfe = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 4:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_slice_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_key = false;
|
|
bool isset_column_parent = false;
|
|
bool isset_predicate = false;
|
|
bool isset_consistency_level = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readBinary(this->key);
|
|
isset_key = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->column_parent.read(iprot);
|
|
isset_column_parent = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->predicate.read(iprot);
|
|
isset_predicate = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 4:
|
|
if (ftype == ::apache::thrift::protocol::T_I32) {
|
|
int32_t ecast150;
|
|
xfer += iprot->readI32(ecast150);
|
|
this->consistency_level = (ConsistencyLevel::type)ecast150;
|
|
isset_consistency_level = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_key)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_column_parent)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_predicate)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_consistency_level)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_slice_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_get_slice_args");
|
|
xfer += oprot->writeFieldBegin("key", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeBinary(this->key);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("column_parent", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->column_parent.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("predicate", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += this->predicate.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 4);
|
|
xfer += oprot->writeI32((int32_t)this->consistency_level);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_slice_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_get_slice_pargs");
|
|
xfer += oprot->writeFieldBegin("key", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeBinary((*(this->key)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("column_parent", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += (*(this->column_parent)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("predicate", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += (*(this->predicate)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 4);
|
|
xfer += oprot->writeI32((int32_t)(*(this->consistency_level)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_slice_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_LIST) {
|
|
{
|
|
this->success.clear();
|
|
uint32_t _size151;
|
|
::apache::thrift::protocol::TType _etype154;
|
|
iprot->readListBegin(_etype154, _size151);
|
|
this->success.resize(_size151);
|
|
uint32_t _i155;
|
|
for (_i155 = 0; _i155 < _size151; ++_i155)
|
|
{
|
|
xfer += this->success[_i155].read(iprot);
|
|
}
|
|
iprot->readListEnd();
|
|
}
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_slice_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_get_slice_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_LIST, 0);
|
|
{
|
|
xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRUCT, static_cast<uint32_t>(this->success.size()));
|
|
std::vector<ColumnOrSuperColumn> ::const_iterator _iter156;
|
|
for (_iter156 = this->success.begin(); _iter156 != this->success.end(); ++_iter156)
|
|
{
|
|
xfer += (*_iter156).write(oprot);
|
|
}
|
|
xfer += oprot->writeListEnd();
|
|
}
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ue) {
|
|
xfer += oprot->writeFieldBegin("ue", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->ue.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.te) {
|
|
xfer += oprot->writeFieldBegin("te", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += this->te.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_slice_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_LIST) {
|
|
{
|
|
(*(this->success)).clear();
|
|
uint32_t _size157;
|
|
::apache::thrift::protocol::TType _etype160;
|
|
iprot->readListBegin(_etype160, _size157);
|
|
(*(this->success)).resize(_size157);
|
|
uint32_t _i161;
|
|
for (_i161 = 0; _i161 < _size157; ++_i161)
|
|
{
|
|
xfer += (*(this->success))[_i161].read(iprot);
|
|
}
|
|
iprot->readListEnd();
|
|
}
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_count_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_key = false;
|
|
bool isset_column_parent = false;
|
|
bool isset_predicate = false;
|
|
bool isset_consistency_level = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readBinary(this->key);
|
|
isset_key = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->column_parent.read(iprot);
|
|
isset_column_parent = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->predicate.read(iprot);
|
|
isset_predicate = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 4:
|
|
if (ftype == ::apache::thrift::protocol::T_I32) {
|
|
int32_t ecast162;
|
|
xfer += iprot->readI32(ecast162);
|
|
this->consistency_level = (ConsistencyLevel::type)ecast162;
|
|
isset_consistency_level = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_key)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_column_parent)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_predicate)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_consistency_level)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_count_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_get_count_args");
|
|
xfer += oprot->writeFieldBegin("key", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeBinary(this->key);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("column_parent", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->column_parent.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("predicate", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += this->predicate.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 4);
|
|
xfer += oprot->writeI32((int32_t)this->consistency_level);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_count_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_get_count_pargs");
|
|
xfer += oprot->writeFieldBegin("key", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeBinary((*(this->key)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("column_parent", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += (*(this->column_parent)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("predicate", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += (*(this->predicate)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 4);
|
|
xfer += oprot->writeI32((int32_t)(*(this->consistency_level)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_count_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_I32) {
|
|
xfer += iprot->readI32(this->success);
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_count_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_get_count_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_I32, 0);
|
|
xfer += oprot->writeI32(this->success);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ue) {
|
|
xfer += oprot->writeFieldBegin("ue", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->ue.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.te) {
|
|
xfer += oprot->writeFieldBegin("te", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += this->te.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_count_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_I32) {
|
|
xfer += iprot->readI32((*(this->success)));
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_multiget_slice_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_keys = false;
|
|
bool isset_column_parent = false;
|
|
bool isset_predicate = false;
|
|
bool isset_consistency_level = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_LIST) {
|
|
{
|
|
this->keys.clear();
|
|
uint32_t _size163;
|
|
::apache::thrift::protocol::TType _etype166;
|
|
iprot->readListBegin(_etype166, _size163);
|
|
this->keys.resize(_size163);
|
|
uint32_t _i167;
|
|
for (_i167 = 0; _i167 < _size163; ++_i167)
|
|
{
|
|
xfer += iprot->readBinary(this->keys[_i167]);
|
|
}
|
|
iprot->readListEnd();
|
|
}
|
|
isset_keys = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->column_parent.read(iprot);
|
|
isset_column_parent = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->predicate.read(iprot);
|
|
isset_predicate = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 4:
|
|
if (ftype == ::apache::thrift::protocol::T_I32) {
|
|
int32_t ecast168;
|
|
xfer += iprot->readI32(ecast168);
|
|
this->consistency_level = (ConsistencyLevel::type)ecast168;
|
|
isset_consistency_level = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_keys)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_column_parent)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_predicate)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_consistency_level)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_multiget_slice_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_multiget_slice_args");
|
|
xfer += oprot->writeFieldBegin("keys", ::apache::thrift::protocol::T_LIST, 1);
|
|
{
|
|
xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRING, static_cast<uint32_t>(this->keys.size()));
|
|
std::vector<std::string> ::const_iterator _iter169;
|
|
for (_iter169 = this->keys.begin(); _iter169 != this->keys.end(); ++_iter169)
|
|
{
|
|
xfer += oprot->writeBinary((*_iter169));
|
|
}
|
|
xfer += oprot->writeListEnd();
|
|
}
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("column_parent", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->column_parent.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("predicate", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += this->predicate.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 4);
|
|
xfer += oprot->writeI32((int32_t)this->consistency_level);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_multiget_slice_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_multiget_slice_pargs");
|
|
xfer += oprot->writeFieldBegin("keys", ::apache::thrift::protocol::T_LIST, 1);
|
|
{
|
|
xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRING, static_cast<uint32_t>((*(this->keys)).size()));
|
|
std::vector<std::string> ::const_iterator _iter170;
|
|
for (_iter170 = (*(this->keys)).begin(); _iter170 != (*(this->keys)).end(); ++_iter170)
|
|
{
|
|
xfer += oprot->writeBinary((*_iter170));
|
|
}
|
|
xfer += oprot->writeListEnd();
|
|
}
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("column_parent", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += (*(this->column_parent)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("predicate", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += (*(this->predicate)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 4);
|
|
xfer += oprot->writeI32((int32_t)(*(this->consistency_level)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_multiget_slice_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_MAP) {
|
|
{
|
|
this->success.clear();
|
|
uint32_t _size171;
|
|
::apache::thrift::protocol::TType _ktype172;
|
|
::apache::thrift::protocol::TType _vtype173;
|
|
iprot->readMapBegin(_ktype172, _vtype173, _size171);
|
|
uint32_t _i175;
|
|
for (_i175 = 0; _i175 < _size171; ++_i175)
|
|
{
|
|
std::string _key176;
|
|
xfer += iprot->readBinary(_key176);
|
|
std::vector<ColumnOrSuperColumn> & _val177 = this->success[_key176];
|
|
{
|
|
_val177.clear();
|
|
uint32_t _size178;
|
|
::apache::thrift::protocol::TType _etype181;
|
|
iprot->readListBegin(_etype181, _size178);
|
|
_val177.resize(_size178);
|
|
uint32_t _i182;
|
|
for (_i182 = 0; _i182 < _size178; ++_i182)
|
|
{
|
|
xfer += _val177[_i182].read(iprot);
|
|
}
|
|
iprot->readListEnd();
|
|
}
|
|
}
|
|
iprot->readMapEnd();
|
|
}
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_multiget_slice_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_multiget_slice_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_MAP, 0);
|
|
{
|
|
xfer += oprot->writeMapBegin(::apache::thrift::protocol::T_STRING, ::apache::thrift::protocol::T_LIST, static_cast<uint32_t>(this->success.size()));
|
|
std::map<std::string, std::vector<ColumnOrSuperColumn> > ::const_iterator _iter183;
|
|
for (_iter183 = this->success.begin(); _iter183 != this->success.end(); ++_iter183)
|
|
{
|
|
xfer += oprot->writeBinary(_iter183->first);
|
|
{
|
|
xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRUCT, static_cast<uint32_t>(_iter183->second.size()));
|
|
std::vector<ColumnOrSuperColumn> ::const_iterator _iter184;
|
|
for (_iter184 = _iter183->second.begin(); _iter184 != _iter183->second.end(); ++_iter184)
|
|
{
|
|
xfer += (*_iter184).write(oprot);
|
|
}
|
|
xfer += oprot->writeListEnd();
|
|
}
|
|
}
|
|
xfer += oprot->writeMapEnd();
|
|
}
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ue) {
|
|
xfer += oprot->writeFieldBegin("ue", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->ue.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.te) {
|
|
xfer += oprot->writeFieldBegin("te", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += this->te.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_multiget_slice_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_MAP) {
|
|
{
|
|
(*(this->success)).clear();
|
|
uint32_t _size185;
|
|
::apache::thrift::protocol::TType _ktype186;
|
|
::apache::thrift::protocol::TType _vtype187;
|
|
iprot->readMapBegin(_ktype186, _vtype187, _size185);
|
|
uint32_t _i189;
|
|
for (_i189 = 0; _i189 < _size185; ++_i189)
|
|
{
|
|
std::string _key190;
|
|
xfer += iprot->readBinary(_key190);
|
|
std::vector<ColumnOrSuperColumn> & _val191 = (*(this->success))[_key190];
|
|
{
|
|
_val191.clear();
|
|
uint32_t _size192;
|
|
::apache::thrift::protocol::TType _etype195;
|
|
iprot->readListBegin(_etype195, _size192);
|
|
_val191.resize(_size192);
|
|
uint32_t _i196;
|
|
for (_i196 = 0; _i196 < _size192; ++_i196)
|
|
{
|
|
xfer += _val191[_i196].read(iprot);
|
|
}
|
|
iprot->readListEnd();
|
|
}
|
|
}
|
|
iprot->readMapEnd();
|
|
}
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_multiget_count_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_keys = false;
|
|
bool isset_column_parent = false;
|
|
bool isset_predicate = false;
|
|
bool isset_consistency_level = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_LIST) {
|
|
{
|
|
this->keys.clear();
|
|
uint32_t _size197;
|
|
::apache::thrift::protocol::TType _etype200;
|
|
iprot->readListBegin(_etype200, _size197);
|
|
this->keys.resize(_size197);
|
|
uint32_t _i201;
|
|
for (_i201 = 0; _i201 < _size197; ++_i201)
|
|
{
|
|
xfer += iprot->readBinary(this->keys[_i201]);
|
|
}
|
|
iprot->readListEnd();
|
|
}
|
|
isset_keys = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->column_parent.read(iprot);
|
|
isset_column_parent = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->predicate.read(iprot);
|
|
isset_predicate = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 4:
|
|
if (ftype == ::apache::thrift::protocol::T_I32) {
|
|
int32_t ecast202;
|
|
xfer += iprot->readI32(ecast202);
|
|
this->consistency_level = (ConsistencyLevel::type)ecast202;
|
|
isset_consistency_level = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_keys)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_column_parent)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_predicate)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_consistency_level)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_multiget_count_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_multiget_count_args");
|
|
xfer += oprot->writeFieldBegin("keys", ::apache::thrift::protocol::T_LIST, 1);
|
|
{
|
|
xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRING, static_cast<uint32_t>(this->keys.size()));
|
|
std::vector<std::string> ::const_iterator _iter203;
|
|
for (_iter203 = this->keys.begin(); _iter203 != this->keys.end(); ++_iter203)
|
|
{
|
|
xfer += oprot->writeBinary((*_iter203));
|
|
}
|
|
xfer += oprot->writeListEnd();
|
|
}
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("column_parent", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->column_parent.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("predicate", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += this->predicate.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 4);
|
|
xfer += oprot->writeI32((int32_t)this->consistency_level);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_multiget_count_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_multiget_count_pargs");
|
|
xfer += oprot->writeFieldBegin("keys", ::apache::thrift::protocol::T_LIST, 1);
|
|
{
|
|
xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRING, static_cast<uint32_t>((*(this->keys)).size()));
|
|
std::vector<std::string> ::const_iterator _iter204;
|
|
for (_iter204 = (*(this->keys)).begin(); _iter204 != (*(this->keys)).end(); ++_iter204)
|
|
{
|
|
xfer += oprot->writeBinary((*_iter204));
|
|
}
|
|
xfer += oprot->writeListEnd();
|
|
}
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("column_parent", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += (*(this->column_parent)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("predicate", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += (*(this->predicate)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 4);
|
|
xfer += oprot->writeI32((int32_t)(*(this->consistency_level)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_multiget_count_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_MAP) {
|
|
{
|
|
this->success.clear();
|
|
uint32_t _size205;
|
|
::apache::thrift::protocol::TType _ktype206;
|
|
::apache::thrift::protocol::TType _vtype207;
|
|
iprot->readMapBegin(_ktype206, _vtype207, _size205);
|
|
uint32_t _i209;
|
|
for (_i209 = 0; _i209 < _size205; ++_i209)
|
|
{
|
|
std::string _key210;
|
|
xfer += iprot->readBinary(_key210);
|
|
int32_t& _val211 = this->success[_key210];
|
|
xfer += iprot->readI32(_val211);
|
|
}
|
|
iprot->readMapEnd();
|
|
}
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_multiget_count_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_multiget_count_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_MAP, 0);
|
|
{
|
|
xfer += oprot->writeMapBegin(::apache::thrift::protocol::T_STRING, ::apache::thrift::protocol::T_I32, static_cast<uint32_t>(this->success.size()));
|
|
std::map<std::string, int32_t> ::const_iterator _iter212;
|
|
for (_iter212 = this->success.begin(); _iter212 != this->success.end(); ++_iter212)
|
|
{
|
|
xfer += oprot->writeBinary(_iter212->first);
|
|
xfer += oprot->writeI32(_iter212->second);
|
|
}
|
|
xfer += oprot->writeMapEnd();
|
|
}
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ue) {
|
|
xfer += oprot->writeFieldBegin("ue", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->ue.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.te) {
|
|
xfer += oprot->writeFieldBegin("te", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += this->te.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_multiget_count_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_MAP) {
|
|
{
|
|
(*(this->success)).clear();
|
|
uint32_t _size213;
|
|
::apache::thrift::protocol::TType _ktype214;
|
|
::apache::thrift::protocol::TType _vtype215;
|
|
iprot->readMapBegin(_ktype214, _vtype215, _size213);
|
|
uint32_t _i217;
|
|
for (_i217 = 0; _i217 < _size213; ++_i217)
|
|
{
|
|
std::string _key218;
|
|
xfer += iprot->readBinary(_key218);
|
|
int32_t& _val219 = (*(this->success))[_key218];
|
|
xfer += iprot->readI32(_val219);
|
|
}
|
|
iprot->readMapEnd();
|
|
}
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_range_slices_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_column_parent = false;
|
|
bool isset_predicate = false;
|
|
bool isset_range = false;
|
|
bool isset_consistency_level = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->column_parent.read(iprot);
|
|
isset_column_parent = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->predicate.read(iprot);
|
|
isset_predicate = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->range.read(iprot);
|
|
isset_range = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 4:
|
|
if (ftype == ::apache::thrift::protocol::T_I32) {
|
|
int32_t ecast220;
|
|
xfer += iprot->readI32(ecast220);
|
|
this->consistency_level = (ConsistencyLevel::type)ecast220;
|
|
isset_consistency_level = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_column_parent)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_predicate)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_range)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_consistency_level)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_range_slices_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_get_range_slices_args");
|
|
xfer += oprot->writeFieldBegin("column_parent", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->column_parent.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("predicate", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->predicate.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("range", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += this->range.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 4);
|
|
xfer += oprot->writeI32((int32_t)this->consistency_level);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_range_slices_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_get_range_slices_pargs");
|
|
xfer += oprot->writeFieldBegin("column_parent", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += (*(this->column_parent)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("predicate", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += (*(this->predicate)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("range", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += (*(this->range)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 4);
|
|
xfer += oprot->writeI32((int32_t)(*(this->consistency_level)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_range_slices_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_LIST) {
|
|
{
|
|
this->success.clear();
|
|
uint32_t _size221;
|
|
::apache::thrift::protocol::TType _etype224;
|
|
iprot->readListBegin(_etype224, _size221);
|
|
this->success.resize(_size221);
|
|
uint32_t _i225;
|
|
for (_i225 = 0; _i225 < _size221; ++_i225)
|
|
{
|
|
xfer += this->success[_i225].read(iprot);
|
|
}
|
|
iprot->readListEnd();
|
|
}
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_range_slices_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_get_range_slices_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_LIST, 0);
|
|
{
|
|
xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRUCT, static_cast<uint32_t>(this->success.size()));
|
|
std::vector<KeySlice> ::const_iterator _iter226;
|
|
for (_iter226 = this->success.begin(); _iter226 != this->success.end(); ++_iter226)
|
|
{
|
|
xfer += (*_iter226).write(oprot);
|
|
}
|
|
xfer += oprot->writeListEnd();
|
|
}
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ue) {
|
|
xfer += oprot->writeFieldBegin("ue", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->ue.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.te) {
|
|
xfer += oprot->writeFieldBegin("te", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += this->te.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_range_slices_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_LIST) {
|
|
{
|
|
(*(this->success)).clear();
|
|
uint32_t _size227;
|
|
::apache::thrift::protocol::TType _etype230;
|
|
iprot->readListBegin(_etype230, _size227);
|
|
(*(this->success)).resize(_size227);
|
|
uint32_t _i231;
|
|
for (_i231 = 0; _i231 < _size227; ++_i231)
|
|
{
|
|
xfer += (*(this->success))[_i231].read(iprot);
|
|
}
|
|
iprot->readListEnd();
|
|
}
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_paged_slice_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_column_family = false;
|
|
bool isset_range = false;
|
|
bool isset_start_column = false;
|
|
bool isset_consistency_level = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString(this->column_family);
|
|
isset_column_family = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->range.read(iprot);
|
|
isset_range = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readBinary(this->start_column);
|
|
isset_start_column = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 4:
|
|
if (ftype == ::apache::thrift::protocol::T_I32) {
|
|
int32_t ecast232;
|
|
xfer += iprot->readI32(ecast232);
|
|
this->consistency_level = (ConsistencyLevel::type)ecast232;
|
|
isset_consistency_level = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_column_family)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_range)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_start_column)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_consistency_level)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_paged_slice_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_get_paged_slice_args");
|
|
xfer += oprot->writeFieldBegin("column_family", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeString(this->column_family);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("range", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->range.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("start_column", ::apache::thrift::protocol::T_STRING, 3);
|
|
xfer += oprot->writeBinary(this->start_column);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 4);
|
|
xfer += oprot->writeI32((int32_t)this->consistency_level);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_paged_slice_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_get_paged_slice_pargs");
|
|
xfer += oprot->writeFieldBegin("column_family", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeString((*(this->column_family)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("range", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += (*(this->range)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("start_column", ::apache::thrift::protocol::T_STRING, 3);
|
|
xfer += oprot->writeBinary((*(this->start_column)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 4);
|
|
xfer += oprot->writeI32((int32_t)(*(this->consistency_level)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_paged_slice_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_LIST) {
|
|
{
|
|
this->success.clear();
|
|
uint32_t _size233;
|
|
::apache::thrift::protocol::TType _etype236;
|
|
iprot->readListBegin(_etype236, _size233);
|
|
this->success.resize(_size233);
|
|
uint32_t _i237;
|
|
for (_i237 = 0; _i237 < _size233; ++_i237)
|
|
{
|
|
xfer += this->success[_i237].read(iprot);
|
|
}
|
|
iprot->readListEnd();
|
|
}
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_paged_slice_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_get_paged_slice_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_LIST, 0);
|
|
{
|
|
xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRUCT, static_cast<uint32_t>(this->success.size()));
|
|
std::vector<KeySlice> ::const_iterator _iter238;
|
|
for (_iter238 = this->success.begin(); _iter238 != this->success.end(); ++_iter238)
|
|
{
|
|
xfer += (*_iter238).write(oprot);
|
|
}
|
|
xfer += oprot->writeListEnd();
|
|
}
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ue) {
|
|
xfer += oprot->writeFieldBegin("ue", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->ue.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.te) {
|
|
xfer += oprot->writeFieldBegin("te", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += this->te.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_paged_slice_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_LIST) {
|
|
{
|
|
(*(this->success)).clear();
|
|
uint32_t _size239;
|
|
::apache::thrift::protocol::TType _etype242;
|
|
iprot->readListBegin(_etype242, _size239);
|
|
(*(this->success)).resize(_size239);
|
|
uint32_t _i243;
|
|
for (_i243 = 0; _i243 < _size239; ++_i243)
|
|
{
|
|
xfer += (*(this->success))[_i243].read(iprot);
|
|
}
|
|
iprot->readListEnd();
|
|
}
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_indexed_slices_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_column_parent = false;
|
|
bool isset_index_clause = false;
|
|
bool isset_column_predicate = false;
|
|
bool isset_consistency_level = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->column_parent.read(iprot);
|
|
isset_column_parent = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->index_clause.read(iprot);
|
|
isset_index_clause = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->column_predicate.read(iprot);
|
|
isset_column_predicate = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 4:
|
|
if (ftype == ::apache::thrift::protocol::T_I32) {
|
|
int32_t ecast244;
|
|
xfer += iprot->readI32(ecast244);
|
|
this->consistency_level = (ConsistencyLevel::type)ecast244;
|
|
isset_consistency_level = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_column_parent)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_index_clause)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_column_predicate)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_consistency_level)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_indexed_slices_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_get_indexed_slices_args");
|
|
xfer += oprot->writeFieldBegin("column_parent", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->column_parent.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("index_clause", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->index_clause.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("column_predicate", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += this->column_predicate.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 4);
|
|
xfer += oprot->writeI32((int32_t)this->consistency_level);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_indexed_slices_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_get_indexed_slices_pargs");
|
|
xfer += oprot->writeFieldBegin("column_parent", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += (*(this->column_parent)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("index_clause", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += (*(this->index_clause)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("column_predicate", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += (*(this->column_predicate)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 4);
|
|
xfer += oprot->writeI32((int32_t)(*(this->consistency_level)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_indexed_slices_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_LIST) {
|
|
{
|
|
this->success.clear();
|
|
uint32_t _size245;
|
|
::apache::thrift::protocol::TType _etype248;
|
|
iprot->readListBegin(_etype248, _size245);
|
|
this->success.resize(_size245);
|
|
uint32_t _i249;
|
|
for (_i249 = 0; _i249 < _size245; ++_i249)
|
|
{
|
|
xfer += this->success[_i249].read(iprot);
|
|
}
|
|
iprot->readListEnd();
|
|
}
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_indexed_slices_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_get_indexed_slices_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_LIST, 0);
|
|
{
|
|
xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRUCT, static_cast<uint32_t>(this->success.size()));
|
|
std::vector<KeySlice> ::const_iterator _iter250;
|
|
for (_iter250 = this->success.begin(); _iter250 != this->success.end(); ++_iter250)
|
|
{
|
|
xfer += (*_iter250).write(oprot);
|
|
}
|
|
xfer += oprot->writeListEnd();
|
|
}
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ue) {
|
|
xfer += oprot->writeFieldBegin("ue", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->ue.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.te) {
|
|
xfer += oprot->writeFieldBegin("te", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += this->te.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_get_indexed_slices_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_LIST) {
|
|
{
|
|
(*(this->success)).clear();
|
|
uint32_t _size251;
|
|
::apache::thrift::protocol::TType _etype254;
|
|
iprot->readListBegin(_etype254, _size251);
|
|
(*(this->success)).resize(_size251);
|
|
uint32_t _i255;
|
|
for (_i255 = 0; _i255 < _size251; ++_i255)
|
|
{
|
|
xfer += (*(this->success))[_i255].read(iprot);
|
|
}
|
|
iprot->readListEnd();
|
|
}
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_insert_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_key = false;
|
|
bool isset_column_parent = false;
|
|
bool isset_column = false;
|
|
bool isset_consistency_level = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readBinary(this->key);
|
|
isset_key = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->column_parent.read(iprot);
|
|
isset_column_parent = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->column.read(iprot);
|
|
isset_column = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 4:
|
|
if (ftype == ::apache::thrift::protocol::T_I32) {
|
|
int32_t ecast256;
|
|
xfer += iprot->readI32(ecast256);
|
|
this->consistency_level = (ConsistencyLevel::type)ecast256;
|
|
isset_consistency_level = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_key)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_column_parent)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_column)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_consistency_level)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_insert_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_insert_args");
|
|
xfer += oprot->writeFieldBegin("key", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeBinary(this->key);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("column_parent", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->column_parent.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("column", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += this->column.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 4);
|
|
xfer += oprot->writeI32((int32_t)this->consistency_level);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_insert_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_insert_pargs");
|
|
xfer += oprot->writeFieldBegin("key", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeBinary((*(this->key)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("column_parent", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += (*(this->column_parent)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("column", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += (*(this->column)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 4);
|
|
xfer += oprot->writeI32((int32_t)(*(this->consistency_level)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_insert_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_insert_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_insert_result");
|
|
|
|
if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ue) {
|
|
xfer += oprot->writeFieldBegin("ue", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->ue.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.te) {
|
|
xfer += oprot->writeFieldBegin("te", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += this->te.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_insert_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_add_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_key = false;
|
|
bool isset_column_parent = false;
|
|
bool isset_column = false;
|
|
bool isset_consistency_level = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readBinary(this->key);
|
|
isset_key = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->column_parent.read(iprot);
|
|
isset_column_parent = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->column.read(iprot);
|
|
isset_column = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 4:
|
|
if (ftype == ::apache::thrift::protocol::T_I32) {
|
|
int32_t ecast257;
|
|
xfer += iprot->readI32(ecast257);
|
|
this->consistency_level = (ConsistencyLevel::type)ecast257;
|
|
isset_consistency_level = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_key)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_column_parent)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_column)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_consistency_level)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_add_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_add_args");
|
|
xfer += oprot->writeFieldBegin("key", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeBinary(this->key);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("column_parent", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->column_parent.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("column", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += this->column.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 4);
|
|
xfer += oprot->writeI32((int32_t)this->consistency_level);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_add_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_add_pargs");
|
|
xfer += oprot->writeFieldBegin("key", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeBinary((*(this->key)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("column_parent", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += (*(this->column_parent)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("column", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += (*(this->column)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 4);
|
|
xfer += oprot->writeI32((int32_t)(*(this->consistency_level)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_add_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_add_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_add_result");
|
|
|
|
if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ue) {
|
|
xfer += oprot->writeFieldBegin("ue", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->ue.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.te) {
|
|
xfer += oprot->writeFieldBegin("te", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += this->te.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_add_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_remove_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_key = false;
|
|
bool isset_column_path = false;
|
|
bool isset_timestamp = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readBinary(this->key);
|
|
isset_key = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->column_path.read(iprot);
|
|
isset_column_path = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_I64) {
|
|
xfer += iprot->readI64(this->timestamp);
|
|
isset_timestamp = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 4:
|
|
if (ftype == ::apache::thrift::protocol::T_I32) {
|
|
int32_t ecast258;
|
|
xfer += iprot->readI32(ecast258);
|
|
this->consistency_level = (ConsistencyLevel::type)ecast258;
|
|
this->__isset.consistency_level = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_key)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_column_path)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_timestamp)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_remove_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_remove_args");
|
|
xfer += oprot->writeFieldBegin("key", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeBinary(this->key);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("column_path", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->column_path.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("timestamp", ::apache::thrift::protocol::T_I64, 3);
|
|
xfer += oprot->writeI64(this->timestamp);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 4);
|
|
xfer += oprot->writeI32((int32_t)this->consistency_level);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_remove_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_remove_pargs");
|
|
xfer += oprot->writeFieldBegin("key", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeBinary((*(this->key)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("column_path", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += (*(this->column_path)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("timestamp", ::apache::thrift::protocol::T_I64, 3);
|
|
xfer += oprot->writeI64((*(this->timestamp)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 4);
|
|
xfer += oprot->writeI32((int32_t)(*(this->consistency_level)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_remove_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_remove_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_remove_result");
|
|
|
|
if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ue) {
|
|
xfer += oprot->writeFieldBegin("ue", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->ue.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.te) {
|
|
xfer += oprot->writeFieldBegin("te", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += this->te.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_remove_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_remove_counter_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_key = false;
|
|
bool isset_path = false;
|
|
bool isset_consistency_level = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readBinary(this->key);
|
|
isset_key = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->path.read(iprot);
|
|
isset_path = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_I32) {
|
|
int32_t ecast259;
|
|
xfer += iprot->readI32(ecast259);
|
|
this->consistency_level = (ConsistencyLevel::type)ecast259;
|
|
isset_consistency_level = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_key)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_path)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_consistency_level)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_remove_counter_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_remove_counter_args");
|
|
xfer += oprot->writeFieldBegin("key", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeBinary(this->key);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("path", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->path.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 3);
|
|
xfer += oprot->writeI32((int32_t)this->consistency_level);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_remove_counter_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_remove_counter_pargs");
|
|
xfer += oprot->writeFieldBegin("key", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeBinary((*(this->key)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("path", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += (*(this->path)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 3);
|
|
xfer += oprot->writeI32((int32_t)(*(this->consistency_level)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_remove_counter_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_remove_counter_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_remove_counter_result");
|
|
|
|
if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ue) {
|
|
xfer += oprot->writeFieldBegin("ue", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->ue.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.te) {
|
|
xfer += oprot->writeFieldBegin("te", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += this->te.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_remove_counter_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_batch_mutate_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_mutation_map = false;
|
|
bool isset_consistency_level = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_MAP) {
|
|
{
|
|
this->mutation_map.clear();
|
|
uint32_t _size260;
|
|
::apache::thrift::protocol::TType _ktype261;
|
|
::apache::thrift::protocol::TType _vtype262;
|
|
iprot->readMapBegin(_ktype261, _vtype262, _size260);
|
|
uint32_t _i264;
|
|
for (_i264 = 0; _i264 < _size260; ++_i264)
|
|
{
|
|
std::string _key265;
|
|
xfer += iprot->readBinary(_key265);
|
|
std::map<std::string, std::vector<Mutation> > & _val266 = this->mutation_map[_key265];
|
|
{
|
|
_val266.clear();
|
|
uint32_t _size267;
|
|
::apache::thrift::protocol::TType _ktype268;
|
|
::apache::thrift::protocol::TType _vtype269;
|
|
iprot->readMapBegin(_ktype268, _vtype269, _size267);
|
|
uint32_t _i271;
|
|
for (_i271 = 0; _i271 < _size267; ++_i271)
|
|
{
|
|
std::string _key272;
|
|
xfer += iprot->readString(_key272);
|
|
std::vector<Mutation> & _val273 = _val266[_key272];
|
|
{
|
|
_val273.clear();
|
|
uint32_t _size274;
|
|
::apache::thrift::protocol::TType _etype277;
|
|
iprot->readListBegin(_etype277, _size274);
|
|
_val273.resize(_size274);
|
|
uint32_t _i278;
|
|
for (_i278 = 0; _i278 < _size274; ++_i278)
|
|
{
|
|
xfer += _val273[_i278].read(iprot);
|
|
}
|
|
iprot->readListEnd();
|
|
}
|
|
}
|
|
iprot->readMapEnd();
|
|
}
|
|
}
|
|
iprot->readMapEnd();
|
|
}
|
|
isset_mutation_map = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_I32) {
|
|
int32_t ecast279;
|
|
xfer += iprot->readI32(ecast279);
|
|
this->consistency_level = (ConsistencyLevel::type)ecast279;
|
|
isset_consistency_level = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_mutation_map)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_consistency_level)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_batch_mutate_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_batch_mutate_args");
|
|
xfer += oprot->writeFieldBegin("mutation_map", ::apache::thrift::protocol::T_MAP, 1);
|
|
{
|
|
xfer += oprot->writeMapBegin(::apache::thrift::protocol::T_STRING, ::apache::thrift::protocol::T_MAP, static_cast<uint32_t>(this->mutation_map.size()));
|
|
std::map<std::string, std::map<std::string, std::vector<Mutation> > > ::const_iterator _iter280;
|
|
for (_iter280 = this->mutation_map.begin(); _iter280 != this->mutation_map.end(); ++_iter280)
|
|
{
|
|
xfer += oprot->writeBinary(_iter280->first);
|
|
{
|
|
xfer += oprot->writeMapBegin(::apache::thrift::protocol::T_STRING, ::apache::thrift::protocol::T_LIST, static_cast<uint32_t>(_iter280->second.size()));
|
|
std::map<std::string, std::vector<Mutation> > ::const_iterator _iter281;
|
|
for (_iter281 = _iter280->second.begin(); _iter281 != _iter280->second.end(); ++_iter281)
|
|
{
|
|
xfer += oprot->writeString(_iter281->first);
|
|
{
|
|
xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRUCT, static_cast<uint32_t>(_iter281->second.size()));
|
|
std::vector<Mutation> ::const_iterator _iter282;
|
|
for (_iter282 = _iter281->second.begin(); _iter282 != _iter281->second.end(); ++_iter282)
|
|
{
|
|
xfer += (*_iter282).write(oprot);
|
|
}
|
|
xfer += oprot->writeListEnd();
|
|
}
|
|
}
|
|
xfer += oprot->writeMapEnd();
|
|
}
|
|
}
|
|
xfer += oprot->writeMapEnd();
|
|
}
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 2);
|
|
xfer += oprot->writeI32((int32_t)this->consistency_level);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_batch_mutate_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_batch_mutate_pargs");
|
|
xfer += oprot->writeFieldBegin("mutation_map", ::apache::thrift::protocol::T_MAP, 1);
|
|
{
|
|
xfer += oprot->writeMapBegin(::apache::thrift::protocol::T_STRING, ::apache::thrift::protocol::T_MAP, static_cast<uint32_t>((*(this->mutation_map)).size()));
|
|
std::map<std::string, std::map<std::string, std::vector<Mutation> > > ::const_iterator _iter283;
|
|
for (_iter283 = (*(this->mutation_map)).begin(); _iter283 != (*(this->mutation_map)).end(); ++_iter283)
|
|
{
|
|
xfer += oprot->writeBinary(_iter283->first);
|
|
{
|
|
xfer += oprot->writeMapBegin(::apache::thrift::protocol::T_STRING, ::apache::thrift::protocol::T_LIST, static_cast<uint32_t>(_iter283->second.size()));
|
|
std::map<std::string, std::vector<Mutation> > ::const_iterator _iter284;
|
|
for (_iter284 = _iter283->second.begin(); _iter284 != _iter283->second.end(); ++_iter284)
|
|
{
|
|
xfer += oprot->writeString(_iter284->first);
|
|
{
|
|
xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRUCT, static_cast<uint32_t>(_iter284->second.size()));
|
|
std::vector<Mutation> ::const_iterator _iter285;
|
|
for (_iter285 = _iter284->second.begin(); _iter285 != _iter284->second.end(); ++_iter285)
|
|
{
|
|
xfer += (*_iter285).write(oprot);
|
|
}
|
|
xfer += oprot->writeListEnd();
|
|
}
|
|
}
|
|
xfer += oprot->writeMapEnd();
|
|
}
|
|
}
|
|
xfer += oprot->writeMapEnd();
|
|
}
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("consistency_level", ::apache::thrift::protocol::T_I32, 2);
|
|
xfer += oprot->writeI32((int32_t)(*(this->consistency_level)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_batch_mutate_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_batch_mutate_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_batch_mutate_result");
|
|
|
|
if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ue) {
|
|
xfer += oprot->writeFieldBegin("ue", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->ue.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.te) {
|
|
xfer += oprot->writeFieldBegin("te", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += this->te.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_batch_mutate_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_truncate_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_cfname = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString(this->cfname);
|
|
isset_cfname = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_cfname)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_truncate_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_truncate_args");
|
|
xfer += oprot->writeFieldBegin("cfname", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeString(this->cfname);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_truncate_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_truncate_pargs");
|
|
xfer += oprot->writeFieldBegin("cfname", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeString((*(this->cfname)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_truncate_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_truncate_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_truncate_result");
|
|
|
|
if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ue) {
|
|
xfer += oprot->writeFieldBegin("ue", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->ue.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.te) {
|
|
xfer += oprot->writeFieldBegin("te", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += this->te.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_truncate_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_schema_versions_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_schema_versions_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_schema_versions_args");
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_schema_versions_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_schema_versions_pargs");
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_schema_versions_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_MAP) {
|
|
{
|
|
this->success.clear();
|
|
uint32_t _size286;
|
|
::apache::thrift::protocol::TType _ktype287;
|
|
::apache::thrift::protocol::TType _vtype288;
|
|
iprot->readMapBegin(_ktype287, _vtype288, _size286);
|
|
uint32_t _i290;
|
|
for (_i290 = 0; _i290 < _size286; ++_i290)
|
|
{
|
|
std::string _key291;
|
|
xfer += iprot->readString(_key291);
|
|
std::vector<std::string> & _val292 = this->success[_key291];
|
|
{
|
|
_val292.clear();
|
|
uint32_t _size293;
|
|
::apache::thrift::protocol::TType _etype296;
|
|
iprot->readListBegin(_etype296, _size293);
|
|
_val292.resize(_size293);
|
|
uint32_t _i297;
|
|
for (_i297 = 0; _i297 < _size293; ++_i297)
|
|
{
|
|
xfer += iprot->readString(_val292[_i297]);
|
|
}
|
|
iprot->readListEnd();
|
|
}
|
|
}
|
|
iprot->readMapEnd();
|
|
}
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_schema_versions_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_schema_versions_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_MAP, 0);
|
|
{
|
|
xfer += oprot->writeMapBegin(::apache::thrift::protocol::T_STRING, ::apache::thrift::protocol::T_LIST, static_cast<uint32_t>(this->success.size()));
|
|
std::map<std::string, std::vector<std::string> > ::const_iterator _iter298;
|
|
for (_iter298 = this->success.begin(); _iter298 != this->success.end(); ++_iter298)
|
|
{
|
|
xfer += oprot->writeString(_iter298->first);
|
|
{
|
|
xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRING, static_cast<uint32_t>(_iter298->second.size()));
|
|
std::vector<std::string> ::const_iterator _iter299;
|
|
for (_iter299 = _iter298->second.begin(); _iter299 != _iter298->second.end(); ++_iter299)
|
|
{
|
|
xfer += oprot->writeString((*_iter299));
|
|
}
|
|
xfer += oprot->writeListEnd();
|
|
}
|
|
}
|
|
xfer += oprot->writeMapEnd();
|
|
}
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_schema_versions_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_MAP) {
|
|
{
|
|
(*(this->success)).clear();
|
|
uint32_t _size300;
|
|
::apache::thrift::protocol::TType _ktype301;
|
|
::apache::thrift::protocol::TType _vtype302;
|
|
iprot->readMapBegin(_ktype301, _vtype302, _size300);
|
|
uint32_t _i304;
|
|
for (_i304 = 0; _i304 < _size300; ++_i304)
|
|
{
|
|
std::string _key305;
|
|
xfer += iprot->readString(_key305);
|
|
std::vector<std::string> & _val306 = (*(this->success))[_key305];
|
|
{
|
|
_val306.clear();
|
|
uint32_t _size307;
|
|
::apache::thrift::protocol::TType _etype310;
|
|
iprot->readListBegin(_etype310, _size307);
|
|
_val306.resize(_size307);
|
|
uint32_t _i311;
|
|
for (_i311 = 0; _i311 < _size307; ++_i311)
|
|
{
|
|
xfer += iprot->readString(_val306[_i311]);
|
|
}
|
|
iprot->readListEnd();
|
|
}
|
|
}
|
|
iprot->readMapEnd();
|
|
}
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_keyspaces_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_keyspaces_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_keyspaces_args");
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_keyspaces_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_keyspaces_pargs");
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_keyspaces_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_LIST) {
|
|
{
|
|
this->success.clear();
|
|
uint32_t _size312;
|
|
::apache::thrift::protocol::TType _etype315;
|
|
iprot->readListBegin(_etype315, _size312);
|
|
this->success.resize(_size312);
|
|
uint32_t _i316;
|
|
for (_i316 = 0; _i316 < _size312; ++_i316)
|
|
{
|
|
xfer += this->success[_i316].read(iprot);
|
|
}
|
|
iprot->readListEnd();
|
|
}
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_keyspaces_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_keyspaces_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_LIST, 0);
|
|
{
|
|
xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRUCT, static_cast<uint32_t>(this->success.size()));
|
|
std::vector<KsDef> ::const_iterator _iter317;
|
|
for (_iter317 = this->success.begin(); _iter317 != this->success.end(); ++_iter317)
|
|
{
|
|
xfer += (*_iter317).write(oprot);
|
|
}
|
|
xfer += oprot->writeListEnd();
|
|
}
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_keyspaces_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_LIST) {
|
|
{
|
|
(*(this->success)).clear();
|
|
uint32_t _size318;
|
|
::apache::thrift::protocol::TType _etype321;
|
|
iprot->readListBegin(_etype321, _size318);
|
|
(*(this->success)).resize(_size318);
|
|
uint32_t _i322;
|
|
for (_i322 = 0; _i322 < _size318; ++_i322)
|
|
{
|
|
xfer += (*(this->success))[_i322].read(iprot);
|
|
}
|
|
iprot->readListEnd();
|
|
}
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_cluster_name_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_cluster_name_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_cluster_name_args");
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_cluster_name_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_cluster_name_pargs");
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_cluster_name_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString(this->success);
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_cluster_name_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_cluster_name_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_STRING, 0);
|
|
xfer += oprot->writeString(this->success);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_cluster_name_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString((*(this->success)));
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_version_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_version_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_version_args");
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_version_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_version_pargs");
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_version_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString(this->success);
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_version_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_version_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_STRING, 0);
|
|
xfer += oprot->writeString(this->success);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_version_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString((*(this->success)));
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_ring_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_keyspace = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString(this->keyspace);
|
|
isset_keyspace = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_keyspace)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_ring_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_ring_args");
|
|
xfer += oprot->writeFieldBegin("keyspace", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeString(this->keyspace);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_ring_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_ring_pargs");
|
|
xfer += oprot->writeFieldBegin("keyspace", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeString((*(this->keyspace)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_ring_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_LIST) {
|
|
{
|
|
this->success.clear();
|
|
uint32_t _size323;
|
|
::apache::thrift::protocol::TType _etype326;
|
|
iprot->readListBegin(_etype326, _size323);
|
|
this->success.resize(_size323);
|
|
uint32_t _i327;
|
|
for (_i327 = 0; _i327 < _size323; ++_i327)
|
|
{
|
|
xfer += this->success[_i327].read(iprot);
|
|
}
|
|
iprot->readListEnd();
|
|
}
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_ring_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_ring_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_LIST, 0);
|
|
{
|
|
xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRUCT, static_cast<uint32_t>(this->success.size()));
|
|
std::vector<TokenRange> ::const_iterator _iter328;
|
|
for (_iter328 = this->success.begin(); _iter328 != this->success.end(); ++_iter328)
|
|
{
|
|
xfer += (*_iter328).write(oprot);
|
|
}
|
|
xfer += oprot->writeListEnd();
|
|
}
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_ring_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_LIST) {
|
|
{
|
|
(*(this->success)).clear();
|
|
uint32_t _size329;
|
|
::apache::thrift::protocol::TType _etype332;
|
|
iprot->readListBegin(_etype332, _size329);
|
|
(*(this->success)).resize(_size329);
|
|
uint32_t _i333;
|
|
for (_i333 = 0; _i333 < _size329; ++_i333)
|
|
{
|
|
xfer += (*(this->success))[_i333].read(iprot);
|
|
}
|
|
iprot->readListEnd();
|
|
}
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_token_map_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_token_map_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_token_map_args");
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_token_map_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_token_map_pargs");
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_token_map_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_MAP) {
|
|
{
|
|
this->success.clear();
|
|
uint32_t _size334;
|
|
::apache::thrift::protocol::TType _ktype335;
|
|
::apache::thrift::protocol::TType _vtype336;
|
|
iprot->readMapBegin(_ktype335, _vtype336, _size334);
|
|
uint32_t _i338;
|
|
for (_i338 = 0; _i338 < _size334; ++_i338)
|
|
{
|
|
std::string _key339;
|
|
xfer += iprot->readString(_key339);
|
|
std::string& _val340 = this->success[_key339];
|
|
xfer += iprot->readString(_val340);
|
|
}
|
|
iprot->readMapEnd();
|
|
}
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_token_map_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_token_map_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_MAP, 0);
|
|
{
|
|
xfer += oprot->writeMapBegin(::apache::thrift::protocol::T_STRING, ::apache::thrift::protocol::T_STRING, static_cast<uint32_t>(this->success.size()));
|
|
std::map<std::string, std::string> ::const_iterator _iter341;
|
|
for (_iter341 = this->success.begin(); _iter341 != this->success.end(); ++_iter341)
|
|
{
|
|
xfer += oprot->writeString(_iter341->first);
|
|
xfer += oprot->writeString(_iter341->second);
|
|
}
|
|
xfer += oprot->writeMapEnd();
|
|
}
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_token_map_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_MAP) {
|
|
{
|
|
(*(this->success)).clear();
|
|
uint32_t _size342;
|
|
::apache::thrift::protocol::TType _ktype343;
|
|
::apache::thrift::protocol::TType _vtype344;
|
|
iprot->readMapBegin(_ktype343, _vtype344, _size342);
|
|
uint32_t _i346;
|
|
for (_i346 = 0; _i346 < _size342; ++_i346)
|
|
{
|
|
std::string _key347;
|
|
xfer += iprot->readString(_key347);
|
|
std::string& _val348 = (*(this->success))[_key347];
|
|
xfer += iprot->readString(_val348);
|
|
}
|
|
iprot->readMapEnd();
|
|
}
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_partitioner_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_partitioner_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_partitioner_args");
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_partitioner_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_partitioner_pargs");
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_partitioner_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString(this->success);
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_partitioner_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_partitioner_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_STRING, 0);
|
|
xfer += oprot->writeString(this->success);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_partitioner_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString((*(this->success)));
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_snitch_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_snitch_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_snitch_args");
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_snitch_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_snitch_pargs");
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_snitch_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString(this->success);
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_snitch_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_snitch_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_STRING, 0);
|
|
xfer += oprot->writeString(this->success);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_snitch_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString((*(this->success)));
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_keyspace_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_keyspace = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString(this->keyspace);
|
|
isset_keyspace = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_keyspace)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_keyspace_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_keyspace_args");
|
|
xfer += oprot->writeFieldBegin("keyspace", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeString(this->keyspace);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_keyspace_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_keyspace_pargs");
|
|
xfer += oprot->writeFieldBegin("keyspace", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeString((*(this->keyspace)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_keyspace_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->success.read(iprot);
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->nfe.read(iprot);
|
|
this->__isset.nfe = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_keyspace_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_keyspace_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_STRUCT, 0);
|
|
xfer += this->success.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.nfe) {
|
|
xfer += oprot->writeFieldBegin("nfe", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->nfe.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_keyspace_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += (*(this->success)).read(iprot);
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->nfe.read(iprot);
|
|
this->__isset.nfe = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_splits_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_cfName = false;
|
|
bool isset_start_token = false;
|
|
bool isset_end_token = false;
|
|
bool isset_keys_per_split = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString(this->cfName);
|
|
isset_cfName = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString(this->start_token);
|
|
isset_start_token = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString(this->end_token);
|
|
isset_end_token = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 4:
|
|
if (ftype == ::apache::thrift::protocol::T_I32) {
|
|
xfer += iprot->readI32(this->keys_per_split);
|
|
isset_keys_per_split = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_cfName)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_start_token)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_end_token)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_keys_per_split)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_splits_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_splits_args");
|
|
xfer += oprot->writeFieldBegin("cfName", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeString(this->cfName);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("start_token", ::apache::thrift::protocol::T_STRING, 2);
|
|
xfer += oprot->writeString(this->start_token);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("end_token", ::apache::thrift::protocol::T_STRING, 3);
|
|
xfer += oprot->writeString(this->end_token);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("keys_per_split", ::apache::thrift::protocol::T_I32, 4);
|
|
xfer += oprot->writeI32(this->keys_per_split);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_splits_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_splits_pargs");
|
|
xfer += oprot->writeFieldBegin("cfName", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeString((*(this->cfName)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("start_token", ::apache::thrift::protocol::T_STRING, 2);
|
|
xfer += oprot->writeString((*(this->start_token)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("end_token", ::apache::thrift::protocol::T_STRING, 3);
|
|
xfer += oprot->writeString((*(this->end_token)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("keys_per_split", ::apache::thrift::protocol::T_I32, 4);
|
|
xfer += oprot->writeI32((*(this->keys_per_split)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_splits_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_LIST) {
|
|
{
|
|
this->success.clear();
|
|
uint32_t _size349;
|
|
::apache::thrift::protocol::TType _etype352;
|
|
iprot->readListBegin(_etype352, _size349);
|
|
this->success.resize(_size349);
|
|
uint32_t _i353;
|
|
for (_i353 = 0; _i353 < _size349; ++_i353)
|
|
{
|
|
xfer += iprot->readString(this->success[_i353]);
|
|
}
|
|
iprot->readListEnd();
|
|
}
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_splits_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_describe_splits_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_LIST, 0);
|
|
{
|
|
xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRING, static_cast<uint32_t>(this->success.size()));
|
|
std::vector<std::string> ::const_iterator _iter354;
|
|
for (_iter354 = this->success.begin(); _iter354 != this->success.end(); ++_iter354)
|
|
{
|
|
xfer += oprot->writeString((*_iter354));
|
|
}
|
|
xfer += oprot->writeListEnd();
|
|
}
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_describe_splits_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_LIST) {
|
|
{
|
|
(*(this->success)).clear();
|
|
uint32_t _size355;
|
|
::apache::thrift::protocol::TType _etype358;
|
|
iprot->readListBegin(_etype358, _size355);
|
|
(*(this->success)).resize(_size355);
|
|
uint32_t _i359;
|
|
for (_i359 = 0; _i359 < _size355; ++_i359)
|
|
{
|
|
xfer += iprot->readString((*(this->success))[_i359]);
|
|
}
|
|
iprot->readListEnd();
|
|
}
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_add_column_family_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_cf_def = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->cf_def.read(iprot);
|
|
isset_cf_def = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_cf_def)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_add_column_family_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_system_add_column_family_args");
|
|
xfer += oprot->writeFieldBegin("cf_def", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->cf_def.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_add_column_family_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_system_add_column_family_pargs");
|
|
xfer += oprot->writeFieldBegin("cf_def", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += (*(this->cf_def)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_add_column_family_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString(this->success);
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->sde.read(iprot);
|
|
this->__isset.sde = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_add_column_family_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_system_add_column_family_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_STRING, 0);
|
|
xfer += oprot->writeString(this->success);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.sde) {
|
|
xfer += oprot->writeFieldBegin("sde", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->sde.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_add_column_family_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString((*(this->success)));
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->sde.read(iprot);
|
|
this->__isset.sde = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_drop_column_family_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_column_family = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString(this->column_family);
|
|
isset_column_family = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_column_family)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_drop_column_family_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_system_drop_column_family_args");
|
|
xfer += oprot->writeFieldBegin("column_family", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeString(this->column_family);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_drop_column_family_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_system_drop_column_family_pargs");
|
|
xfer += oprot->writeFieldBegin("column_family", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeString((*(this->column_family)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_drop_column_family_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString(this->success);
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->sde.read(iprot);
|
|
this->__isset.sde = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_drop_column_family_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_system_drop_column_family_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_STRING, 0);
|
|
xfer += oprot->writeString(this->success);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.sde) {
|
|
xfer += oprot->writeFieldBegin("sde", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->sde.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_drop_column_family_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString((*(this->success)));
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->sde.read(iprot);
|
|
this->__isset.sde = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_add_keyspace_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_ks_def = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ks_def.read(iprot);
|
|
isset_ks_def = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_ks_def)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_add_keyspace_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_system_add_keyspace_args");
|
|
xfer += oprot->writeFieldBegin("ks_def", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ks_def.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_add_keyspace_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_system_add_keyspace_pargs");
|
|
xfer += oprot->writeFieldBegin("ks_def", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += (*(this->ks_def)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_add_keyspace_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString(this->success);
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->sde.read(iprot);
|
|
this->__isset.sde = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_add_keyspace_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_system_add_keyspace_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_STRING, 0);
|
|
xfer += oprot->writeString(this->success);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.sde) {
|
|
xfer += oprot->writeFieldBegin("sde", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->sde.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_add_keyspace_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString((*(this->success)));
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->sde.read(iprot);
|
|
this->__isset.sde = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_drop_keyspace_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_keyspace = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString(this->keyspace);
|
|
isset_keyspace = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_keyspace)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_drop_keyspace_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_system_drop_keyspace_args");
|
|
xfer += oprot->writeFieldBegin("keyspace", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeString(this->keyspace);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_drop_keyspace_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_system_drop_keyspace_pargs");
|
|
xfer += oprot->writeFieldBegin("keyspace", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeString((*(this->keyspace)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_drop_keyspace_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString(this->success);
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->sde.read(iprot);
|
|
this->__isset.sde = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_drop_keyspace_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_system_drop_keyspace_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_STRING, 0);
|
|
xfer += oprot->writeString(this->success);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.sde) {
|
|
xfer += oprot->writeFieldBegin("sde", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->sde.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_drop_keyspace_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString((*(this->success)));
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->sde.read(iprot);
|
|
this->__isset.sde = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_update_keyspace_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_ks_def = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ks_def.read(iprot);
|
|
isset_ks_def = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_ks_def)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_update_keyspace_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_system_update_keyspace_args");
|
|
xfer += oprot->writeFieldBegin("ks_def", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ks_def.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_update_keyspace_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_system_update_keyspace_pargs");
|
|
xfer += oprot->writeFieldBegin("ks_def", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += (*(this->ks_def)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_update_keyspace_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString(this->success);
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->sde.read(iprot);
|
|
this->__isset.sde = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_update_keyspace_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_system_update_keyspace_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_STRING, 0);
|
|
xfer += oprot->writeString(this->success);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.sde) {
|
|
xfer += oprot->writeFieldBegin("sde", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->sde.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_update_keyspace_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString((*(this->success)));
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->sde.read(iprot);
|
|
this->__isset.sde = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_update_column_family_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_cf_def = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->cf_def.read(iprot);
|
|
isset_cf_def = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_cf_def)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_update_column_family_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_system_update_column_family_args");
|
|
xfer += oprot->writeFieldBegin("cf_def", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->cf_def.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_update_column_family_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_system_update_column_family_pargs");
|
|
xfer += oprot->writeFieldBegin("cf_def", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += (*(this->cf_def)).write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_update_column_family_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString(this->success);
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->sde.read(iprot);
|
|
this->__isset.sde = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_update_column_family_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_system_update_column_family_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_STRING, 0);
|
|
xfer += oprot->writeString(this->success);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.sde) {
|
|
xfer += oprot->writeFieldBegin("sde", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->sde.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_system_update_column_family_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString((*(this->success)));
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->sde.read(iprot);
|
|
this->__isset.sde = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_execute_cql_query_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_query = false;
|
|
bool isset_compression = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readBinary(this->query);
|
|
isset_query = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_I32) {
|
|
int32_t ecast360;
|
|
xfer += iprot->readI32(ecast360);
|
|
this->compression = (Compression::type)ecast360;
|
|
isset_compression = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_query)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_compression)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_execute_cql_query_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_execute_cql_query_args");
|
|
xfer += oprot->writeFieldBegin("query", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeBinary(this->query);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("compression", ::apache::thrift::protocol::T_I32, 2);
|
|
xfer += oprot->writeI32((int32_t)this->compression);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_execute_cql_query_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_execute_cql_query_pargs");
|
|
xfer += oprot->writeFieldBegin("query", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeBinary((*(this->query)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("compression", ::apache::thrift::protocol::T_I32, 2);
|
|
xfer += oprot->writeI32((int32_t)(*(this->compression)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_execute_cql_query_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->success.read(iprot);
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 4:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->sde.read(iprot);
|
|
this->__isset.sde = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_execute_cql_query_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_execute_cql_query_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_STRUCT, 0);
|
|
xfer += this->success.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ue) {
|
|
xfer += oprot->writeFieldBegin("ue", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->ue.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.te) {
|
|
xfer += oprot->writeFieldBegin("te", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += this->te.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.sde) {
|
|
xfer += oprot->writeFieldBegin("sde", ::apache::thrift::protocol::T_STRUCT, 4);
|
|
xfer += this->sde.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_execute_cql_query_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += (*(this->success)).read(iprot);
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 4:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->sde.read(iprot);
|
|
this->__isset.sde = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_prepare_cql_query_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_query = false;
|
|
bool isset_compression = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readBinary(this->query);
|
|
isset_query = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_I32) {
|
|
int32_t ecast361;
|
|
xfer += iprot->readI32(ecast361);
|
|
this->compression = (Compression::type)ecast361;
|
|
isset_compression = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_query)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_compression)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_prepare_cql_query_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_prepare_cql_query_args");
|
|
xfer += oprot->writeFieldBegin("query", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeBinary(this->query);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("compression", ::apache::thrift::protocol::T_I32, 2);
|
|
xfer += oprot->writeI32((int32_t)this->compression);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_prepare_cql_query_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_prepare_cql_query_pargs");
|
|
xfer += oprot->writeFieldBegin("query", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeBinary((*(this->query)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("compression", ::apache::thrift::protocol::T_I32, 2);
|
|
xfer += oprot->writeI32((int32_t)(*(this->compression)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_prepare_cql_query_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->success.read(iprot);
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_prepare_cql_query_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_prepare_cql_query_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_STRUCT, 0);
|
|
xfer += this->success.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_prepare_cql_query_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += (*(this->success)).read(iprot);
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_execute_prepared_cql_query_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_itemId = false;
|
|
bool isset_values = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_I32) {
|
|
xfer += iprot->readI32(this->itemId);
|
|
isset_itemId = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_LIST) {
|
|
{
|
|
this->values.clear();
|
|
uint32_t _size362;
|
|
::apache::thrift::protocol::TType _etype365;
|
|
iprot->readListBegin(_etype365, _size362);
|
|
this->values.resize(_size362);
|
|
uint32_t _i366;
|
|
for (_i366 = 0; _i366 < _size362; ++_i366)
|
|
{
|
|
xfer += iprot->readBinary(this->values[_i366]);
|
|
}
|
|
iprot->readListEnd();
|
|
}
|
|
isset_values = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_itemId)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
if (!isset_values)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_execute_prepared_cql_query_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_execute_prepared_cql_query_args");
|
|
xfer += oprot->writeFieldBegin("itemId", ::apache::thrift::protocol::T_I32, 1);
|
|
xfer += oprot->writeI32(this->itemId);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("values", ::apache::thrift::protocol::T_LIST, 2);
|
|
{
|
|
xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRING, static_cast<uint32_t>(this->values.size()));
|
|
std::vector<std::string> ::const_iterator _iter367;
|
|
for (_iter367 = this->values.begin(); _iter367 != this->values.end(); ++_iter367)
|
|
{
|
|
xfer += oprot->writeBinary((*_iter367));
|
|
}
|
|
xfer += oprot->writeListEnd();
|
|
}
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_execute_prepared_cql_query_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_execute_prepared_cql_query_pargs");
|
|
xfer += oprot->writeFieldBegin("itemId", ::apache::thrift::protocol::T_I32, 1);
|
|
xfer += oprot->writeI32((*(this->itemId)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldBegin("values", ::apache::thrift::protocol::T_LIST, 2);
|
|
{
|
|
xfer += oprot->writeListBegin(::apache::thrift::protocol::T_STRING, static_cast<uint32_t>((*(this->values)).size()));
|
|
std::vector<std::string> ::const_iterator _iter368;
|
|
for (_iter368 = (*(this->values)).begin(); _iter368 != (*(this->values)).end(); ++_iter368)
|
|
{
|
|
xfer += oprot->writeBinary((*_iter368));
|
|
}
|
|
xfer += oprot->writeListEnd();
|
|
}
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_execute_prepared_cql_query_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->success.read(iprot);
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 4:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->sde.read(iprot);
|
|
this->__isset.sde = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_execute_prepared_cql_query_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_execute_prepared_cql_query_result");
|
|
|
|
if (this->__isset.success) {
|
|
xfer += oprot->writeFieldBegin("success", ::apache::thrift::protocol::T_STRUCT, 0);
|
|
xfer += this->success.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.ue) {
|
|
xfer += oprot->writeFieldBegin("ue", ::apache::thrift::protocol::T_STRUCT, 2);
|
|
xfer += this->ue.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.te) {
|
|
xfer += oprot->writeFieldBegin("te", ::apache::thrift::protocol::T_STRUCT, 3);
|
|
xfer += this->te.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
} else if (this->__isset.sde) {
|
|
xfer += oprot->writeFieldBegin("sde", ::apache::thrift::protocol::T_STRUCT, 4);
|
|
xfer += this->sde.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_execute_prepared_cql_query_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 0:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += (*(this->success)).read(iprot);
|
|
this->__isset.success = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ue.read(iprot);
|
|
this->__isset.ue = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->te.read(iprot);
|
|
this->__isset.te = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
case 4:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->sde.read(iprot);
|
|
this->__isset.sde = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_set_cql_version_args::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
bool isset_version = false;
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRING) {
|
|
xfer += iprot->readString(this->version);
|
|
isset_version = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
if (!isset_version)
|
|
throw TProtocolException(TProtocolException::INVALID_DATA);
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_set_cql_version_args::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_set_cql_version_args");
|
|
xfer += oprot->writeFieldBegin("version", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeString(this->version);
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_set_cql_version_pargs::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
uint32_t xfer = 0;
|
|
xfer += oprot->writeStructBegin("Cassandra_set_cql_version_pargs");
|
|
xfer += oprot->writeFieldBegin("version", ::apache::thrift::protocol::T_STRING, 1);
|
|
xfer += oprot->writeString((*(this->version)));
|
|
xfer += oprot->writeFieldEnd();
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_set_cql_version_result::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_set_cql_version_result::write(::apache::thrift::protocol::TProtocol* oprot) const {
|
|
|
|
uint32_t xfer = 0;
|
|
|
|
xfer += oprot->writeStructBegin("Cassandra_set_cql_version_result");
|
|
|
|
if (this->__isset.ire) {
|
|
xfer += oprot->writeFieldBegin("ire", ::apache::thrift::protocol::T_STRUCT, 1);
|
|
xfer += this->ire.write(oprot);
|
|
xfer += oprot->writeFieldEnd();
|
|
}
|
|
xfer += oprot->writeFieldStop();
|
|
xfer += oprot->writeStructEnd();
|
|
return xfer;
|
|
}
|
|
|
|
uint32_t Cassandra_set_cql_version_presult::read(::apache::thrift::protocol::TProtocol* iprot) {
|
|
|
|
uint32_t xfer = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TType ftype;
|
|
int16_t fid;
|
|
|
|
xfer += iprot->readStructBegin(fname);
|
|
|
|
using ::apache::thrift::protocol::TProtocolException;
|
|
|
|
|
|
while (true)
|
|
{
|
|
xfer += iprot->readFieldBegin(fname, ftype, fid);
|
|
if (ftype == ::apache::thrift::protocol::T_STOP) {
|
|
break;
|
|
}
|
|
switch (fid)
|
|
{
|
|
case 1:
|
|
if (ftype == ::apache::thrift::protocol::T_STRUCT) {
|
|
xfer += this->ire.read(iprot);
|
|
this->__isset.ire = true;
|
|
} else {
|
|
xfer += iprot->skip(ftype);
|
|
}
|
|
break;
|
|
default:
|
|
xfer += iprot->skip(ftype);
|
|
break;
|
|
}
|
|
xfer += iprot->readFieldEnd();
|
|
}
|
|
|
|
xfer += iprot->readStructEnd();
|
|
|
|
return xfer;
|
|
}
|
|
|
|
void CassandraClient::login(const AuthenticationRequest& auth_request)
|
|
{
|
|
send_login(auth_request);
|
|
recv_login();
|
|
}
|
|
|
|
void CassandraClient::send_login(const AuthenticationRequest& auth_request)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("login", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_login_pargs args;
|
|
args.auth_request = &auth_request;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_login()
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("login") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_login_presult result;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.authnx) {
|
|
throw result.authnx;
|
|
}
|
|
if (result.__isset.authzx) {
|
|
throw result.authzx;
|
|
}
|
|
return;
|
|
}
|
|
|
|
void CassandraClient::set_keyspace(const std::string& keyspace)
|
|
{
|
|
send_set_keyspace(keyspace);
|
|
recv_set_keyspace();
|
|
}
|
|
|
|
void CassandraClient::send_set_keyspace(const std::string& keyspace)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("set_keyspace", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_set_keyspace_pargs args;
|
|
args.keyspace = &keyspace;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_set_keyspace()
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("set_keyspace") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_set_keyspace_presult result;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
return;
|
|
}
|
|
|
|
void CassandraClient::get(ColumnOrSuperColumn& _return, const std::string& key, const ColumnPath& column_path, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
send_get(key, column_path, consistency_level);
|
|
recv_get(_return);
|
|
}
|
|
|
|
void CassandraClient::send_get(const std::string& key, const ColumnPath& column_path, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("get", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_get_pargs args;
|
|
args.key = &key;
|
|
args.column_path = &column_path;
|
|
args.consistency_level = &consistency_level;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_get(ColumnOrSuperColumn& _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("get") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_get_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
if (result.__isset.nfe) {
|
|
throw result.nfe;
|
|
}
|
|
if (result.__isset.ue) {
|
|
throw result.ue;
|
|
}
|
|
if (result.__isset.te) {
|
|
throw result.te;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "get failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::get_slice(std::vector<ColumnOrSuperColumn> & _return, const std::string& key, const ColumnParent& column_parent, const SlicePredicate& predicate, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
send_get_slice(key, column_parent, predicate, consistency_level);
|
|
recv_get_slice(_return);
|
|
}
|
|
|
|
void CassandraClient::send_get_slice(const std::string& key, const ColumnParent& column_parent, const SlicePredicate& predicate, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("get_slice", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_get_slice_pargs args;
|
|
args.key = &key;
|
|
args.column_parent = &column_parent;
|
|
args.predicate = &predicate;
|
|
args.consistency_level = &consistency_level;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_get_slice(std::vector<ColumnOrSuperColumn> & _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("get_slice") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_get_slice_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
if (result.__isset.ue) {
|
|
throw result.ue;
|
|
}
|
|
if (result.__isset.te) {
|
|
throw result.te;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "get_slice failed: unknown result");
|
|
}
|
|
|
|
int32_t CassandraClient::get_count(const std::string& key, const ColumnParent& column_parent, const SlicePredicate& predicate, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
send_get_count(key, column_parent, predicate, consistency_level);
|
|
return recv_get_count();
|
|
}
|
|
|
|
void CassandraClient::send_get_count(const std::string& key, const ColumnParent& column_parent, const SlicePredicate& predicate, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("get_count", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_get_count_pargs args;
|
|
args.key = &key;
|
|
args.column_parent = &column_parent;
|
|
args.predicate = &predicate;
|
|
args.consistency_level = &consistency_level;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
int32_t CassandraClient::recv_get_count()
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("get_count") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
int32_t _return;
|
|
Cassandra_get_count_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
return _return;
|
|
}
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
if (result.__isset.ue) {
|
|
throw result.ue;
|
|
}
|
|
if (result.__isset.te) {
|
|
throw result.te;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "get_count failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::multiget_slice(std::map<std::string, std::vector<ColumnOrSuperColumn> > & _return, const std::vector<std::string> & keys, const ColumnParent& column_parent, const SlicePredicate& predicate, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
send_multiget_slice(keys, column_parent, predicate, consistency_level);
|
|
recv_multiget_slice(_return);
|
|
}
|
|
|
|
void CassandraClient::send_multiget_slice(const std::vector<std::string> & keys, const ColumnParent& column_parent, const SlicePredicate& predicate, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("multiget_slice", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_multiget_slice_pargs args;
|
|
args.keys = &keys;
|
|
args.column_parent = &column_parent;
|
|
args.predicate = &predicate;
|
|
args.consistency_level = &consistency_level;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_multiget_slice(std::map<std::string, std::vector<ColumnOrSuperColumn> > & _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("multiget_slice") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_multiget_slice_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
if (result.__isset.ue) {
|
|
throw result.ue;
|
|
}
|
|
if (result.__isset.te) {
|
|
throw result.te;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "multiget_slice failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::multiget_count(std::map<std::string, int32_t> & _return, const std::vector<std::string> & keys, const ColumnParent& column_parent, const SlicePredicate& predicate, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
send_multiget_count(keys, column_parent, predicate, consistency_level);
|
|
recv_multiget_count(_return);
|
|
}
|
|
|
|
void CassandraClient::send_multiget_count(const std::vector<std::string> & keys, const ColumnParent& column_parent, const SlicePredicate& predicate, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("multiget_count", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_multiget_count_pargs args;
|
|
args.keys = &keys;
|
|
args.column_parent = &column_parent;
|
|
args.predicate = &predicate;
|
|
args.consistency_level = &consistency_level;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_multiget_count(std::map<std::string, int32_t> & _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("multiget_count") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_multiget_count_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
if (result.__isset.ue) {
|
|
throw result.ue;
|
|
}
|
|
if (result.__isset.te) {
|
|
throw result.te;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "multiget_count failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::get_range_slices(std::vector<KeySlice> & _return, const ColumnParent& column_parent, const SlicePredicate& predicate, const KeyRange& range, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
send_get_range_slices(column_parent, predicate, range, consistency_level);
|
|
recv_get_range_slices(_return);
|
|
}
|
|
|
|
void CassandraClient::send_get_range_slices(const ColumnParent& column_parent, const SlicePredicate& predicate, const KeyRange& range, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("get_range_slices", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_get_range_slices_pargs args;
|
|
args.column_parent = &column_parent;
|
|
args.predicate = &predicate;
|
|
args.range = ⦥
|
|
args.consistency_level = &consistency_level;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_get_range_slices(std::vector<KeySlice> & _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("get_range_slices") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_get_range_slices_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
if (result.__isset.ue) {
|
|
throw result.ue;
|
|
}
|
|
if (result.__isset.te) {
|
|
throw result.te;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "get_range_slices failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::get_paged_slice(std::vector<KeySlice> & _return, const std::string& column_family, const KeyRange& range, const std::string& start_column, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
send_get_paged_slice(column_family, range, start_column, consistency_level);
|
|
recv_get_paged_slice(_return);
|
|
}
|
|
|
|
void CassandraClient::send_get_paged_slice(const std::string& column_family, const KeyRange& range, const std::string& start_column, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("get_paged_slice", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_get_paged_slice_pargs args;
|
|
args.column_family = &column_family;
|
|
args.range = ⦥
|
|
args.start_column = &start_column;
|
|
args.consistency_level = &consistency_level;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_get_paged_slice(std::vector<KeySlice> & _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("get_paged_slice") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_get_paged_slice_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
if (result.__isset.ue) {
|
|
throw result.ue;
|
|
}
|
|
if (result.__isset.te) {
|
|
throw result.te;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "get_paged_slice failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::get_indexed_slices(std::vector<KeySlice> & _return, const ColumnParent& column_parent, const IndexClause& index_clause, const SlicePredicate& column_predicate, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
send_get_indexed_slices(column_parent, index_clause, column_predicate, consistency_level);
|
|
recv_get_indexed_slices(_return);
|
|
}
|
|
|
|
void CassandraClient::send_get_indexed_slices(const ColumnParent& column_parent, const IndexClause& index_clause, const SlicePredicate& column_predicate, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("get_indexed_slices", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_get_indexed_slices_pargs args;
|
|
args.column_parent = &column_parent;
|
|
args.index_clause = &index_clause;
|
|
args.column_predicate = &column_predicate;
|
|
args.consistency_level = &consistency_level;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_get_indexed_slices(std::vector<KeySlice> & _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("get_indexed_slices") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_get_indexed_slices_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
if (result.__isset.ue) {
|
|
throw result.ue;
|
|
}
|
|
if (result.__isset.te) {
|
|
throw result.te;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "get_indexed_slices failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::insert(const std::string& key, const ColumnParent& column_parent, const Column& column, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
send_insert(key, column_parent, column, consistency_level);
|
|
recv_insert();
|
|
}
|
|
|
|
void CassandraClient::send_insert(const std::string& key, const ColumnParent& column_parent, const Column& column, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("insert", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_insert_pargs args;
|
|
args.key = &key;
|
|
args.column_parent = &column_parent;
|
|
args.column = &column;
|
|
args.consistency_level = &consistency_level;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_insert()
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("insert") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_insert_presult result;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
if (result.__isset.ue) {
|
|
throw result.ue;
|
|
}
|
|
if (result.__isset.te) {
|
|
throw result.te;
|
|
}
|
|
return;
|
|
}
|
|
|
|
void CassandraClient::add(const std::string& key, const ColumnParent& column_parent, const CounterColumn& column, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
send_add(key, column_parent, column, consistency_level);
|
|
recv_add();
|
|
}
|
|
|
|
void CassandraClient::send_add(const std::string& key, const ColumnParent& column_parent, const CounterColumn& column, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("add", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_add_pargs args;
|
|
args.key = &key;
|
|
args.column_parent = &column_parent;
|
|
args.column = &column;
|
|
args.consistency_level = &consistency_level;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_add()
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("add") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_add_presult result;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
if (result.__isset.ue) {
|
|
throw result.ue;
|
|
}
|
|
if (result.__isset.te) {
|
|
throw result.te;
|
|
}
|
|
return;
|
|
}
|
|
|
|
void CassandraClient::remove(const std::string& key, const ColumnPath& column_path, const int64_t timestamp, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
send_remove(key, column_path, timestamp, consistency_level);
|
|
recv_remove();
|
|
}
|
|
|
|
void CassandraClient::send_remove(const std::string& key, const ColumnPath& column_path, const int64_t timestamp, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("remove", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_remove_pargs args;
|
|
args.key = &key;
|
|
args.column_path = &column_path;
|
|
args.timestamp = ×tamp;
|
|
args.consistency_level = &consistency_level;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_remove()
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("remove") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_remove_presult result;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
if (result.__isset.ue) {
|
|
throw result.ue;
|
|
}
|
|
if (result.__isset.te) {
|
|
throw result.te;
|
|
}
|
|
return;
|
|
}
|
|
|
|
void CassandraClient::remove_counter(const std::string& key, const ColumnPath& path, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
send_remove_counter(key, path, consistency_level);
|
|
recv_remove_counter();
|
|
}
|
|
|
|
void CassandraClient::send_remove_counter(const std::string& key, const ColumnPath& path, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("remove_counter", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_remove_counter_pargs args;
|
|
args.key = &key;
|
|
args.path = &path;
|
|
args.consistency_level = &consistency_level;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_remove_counter()
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("remove_counter") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_remove_counter_presult result;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
if (result.__isset.ue) {
|
|
throw result.ue;
|
|
}
|
|
if (result.__isset.te) {
|
|
throw result.te;
|
|
}
|
|
return;
|
|
}
|
|
|
|
void CassandraClient::batch_mutate(const std::map<std::string, std::map<std::string, std::vector<Mutation> > > & mutation_map, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
send_batch_mutate(mutation_map, consistency_level);
|
|
recv_batch_mutate();
|
|
}
|
|
|
|
void CassandraClient::send_batch_mutate(const std::map<std::string, std::map<std::string, std::vector<Mutation> > > & mutation_map, const ConsistencyLevel::type consistency_level)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("batch_mutate", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_batch_mutate_pargs args;
|
|
args.mutation_map = &mutation_map;
|
|
args.consistency_level = &consistency_level;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_batch_mutate()
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("batch_mutate") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_batch_mutate_presult result;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
if (result.__isset.ue) {
|
|
throw result.ue;
|
|
}
|
|
if (result.__isset.te) {
|
|
throw result.te;
|
|
}
|
|
return;
|
|
}
|
|
|
|
void CassandraClient::truncate(const std::string& cfname)
|
|
{
|
|
send_truncate(cfname);
|
|
recv_truncate();
|
|
}
|
|
|
|
void CassandraClient::send_truncate(const std::string& cfname)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("truncate", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_truncate_pargs args;
|
|
args.cfname = &cfname;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_truncate()
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("truncate") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_truncate_presult result;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
if (result.__isset.ue) {
|
|
throw result.ue;
|
|
}
|
|
if (result.__isset.te) {
|
|
throw result.te;
|
|
}
|
|
return;
|
|
}
|
|
|
|
void CassandraClient::describe_schema_versions(std::map<std::string, std::vector<std::string> > & _return)
|
|
{
|
|
send_describe_schema_versions();
|
|
recv_describe_schema_versions(_return);
|
|
}
|
|
|
|
void CassandraClient::send_describe_schema_versions()
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("describe_schema_versions", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_describe_schema_versions_pargs args;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_describe_schema_versions(std::map<std::string, std::vector<std::string> > & _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("describe_schema_versions") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_describe_schema_versions_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "describe_schema_versions failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::describe_keyspaces(std::vector<KsDef> & _return)
|
|
{
|
|
send_describe_keyspaces();
|
|
recv_describe_keyspaces(_return);
|
|
}
|
|
|
|
void CassandraClient::send_describe_keyspaces()
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("describe_keyspaces", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_describe_keyspaces_pargs args;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_describe_keyspaces(std::vector<KsDef> & _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("describe_keyspaces") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_describe_keyspaces_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "describe_keyspaces failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::describe_cluster_name(std::string& _return)
|
|
{
|
|
send_describe_cluster_name();
|
|
recv_describe_cluster_name(_return);
|
|
}
|
|
|
|
void CassandraClient::send_describe_cluster_name()
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("describe_cluster_name", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_describe_cluster_name_pargs args;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_describe_cluster_name(std::string& _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("describe_cluster_name") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_describe_cluster_name_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "describe_cluster_name failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::describe_version(std::string& _return)
|
|
{
|
|
send_describe_version();
|
|
recv_describe_version(_return);
|
|
}
|
|
|
|
void CassandraClient::send_describe_version()
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("describe_version", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_describe_version_pargs args;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_describe_version(std::string& _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("describe_version") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_describe_version_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "describe_version failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::describe_ring(std::vector<TokenRange> & _return, const std::string& keyspace)
|
|
{
|
|
send_describe_ring(keyspace);
|
|
recv_describe_ring(_return);
|
|
}
|
|
|
|
void CassandraClient::send_describe_ring(const std::string& keyspace)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("describe_ring", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_describe_ring_pargs args;
|
|
args.keyspace = &keyspace;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_describe_ring(std::vector<TokenRange> & _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("describe_ring") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_describe_ring_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "describe_ring failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::describe_token_map(std::map<std::string, std::string> & _return)
|
|
{
|
|
send_describe_token_map();
|
|
recv_describe_token_map(_return);
|
|
}
|
|
|
|
void CassandraClient::send_describe_token_map()
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("describe_token_map", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_describe_token_map_pargs args;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_describe_token_map(std::map<std::string, std::string> & _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("describe_token_map") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_describe_token_map_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "describe_token_map failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::describe_partitioner(std::string& _return)
|
|
{
|
|
send_describe_partitioner();
|
|
recv_describe_partitioner(_return);
|
|
}
|
|
|
|
void CassandraClient::send_describe_partitioner()
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("describe_partitioner", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_describe_partitioner_pargs args;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_describe_partitioner(std::string& _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("describe_partitioner") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_describe_partitioner_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "describe_partitioner failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::describe_snitch(std::string& _return)
|
|
{
|
|
send_describe_snitch();
|
|
recv_describe_snitch(_return);
|
|
}
|
|
|
|
void CassandraClient::send_describe_snitch()
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("describe_snitch", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_describe_snitch_pargs args;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_describe_snitch(std::string& _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("describe_snitch") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_describe_snitch_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "describe_snitch failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::describe_keyspace(KsDef& _return, const std::string& keyspace)
|
|
{
|
|
send_describe_keyspace(keyspace);
|
|
recv_describe_keyspace(_return);
|
|
}
|
|
|
|
void CassandraClient::send_describe_keyspace(const std::string& keyspace)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("describe_keyspace", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_describe_keyspace_pargs args;
|
|
args.keyspace = &keyspace;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_describe_keyspace(KsDef& _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("describe_keyspace") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_describe_keyspace_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
if (result.__isset.nfe) {
|
|
throw result.nfe;
|
|
}
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "describe_keyspace failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::describe_splits(std::vector<std::string> & _return, const std::string& cfName, const std::string& start_token, const std::string& end_token, const int32_t keys_per_split)
|
|
{
|
|
send_describe_splits(cfName, start_token, end_token, keys_per_split);
|
|
recv_describe_splits(_return);
|
|
}
|
|
|
|
void CassandraClient::send_describe_splits(const std::string& cfName, const std::string& start_token, const std::string& end_token, const int32_t keys_per_split)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("describe_splits", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_describe_splits_pargs args;
|
|
args.cfName = &cfName;
|
|
args.start_token = &start_token;
|
|
args.end_token = &end_token;
|
|
args.keys_per_split = &keys_per_split;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_describe_splits(std::vector<std::string> & _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("describe_splits") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_describe_splits_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "describe_splits failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::system_add_column_family(std::string& _return, const CfDef& cf_def)
|
|
{
|
|
send_system_add_column_family(cf_def);
|
|
recv_system_add_column_family(_return);
|
|
}
|
|
|
|
void CassandraClient::send_system_add_column_family(const CfDef& cf_def)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("system_add_column_family", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_system_add_column_family_pargs args;
|
|
args.cf_def = &cf_def;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_system_add_column_family(std::string& _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("system_add_column_family") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_system_add_column_family_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
if (result.__isset.sde) {
|
|
throw result.sde;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "system_add_column_family failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::system_drop_column_family(std::string& _return, const std::string& column_family)
|
|
{
|
|
send_system_drop_column_family(column_family);
|
|
recv_system_drop_column_family(_return);
|
|
}
|
|
|
|
void CassandraClient::send_system_drop_column_family(const std::string& column_family)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("system_drop_column_family", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_system_drop_column_family_pargs args;
|
|
args.column_family = &column_family;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_system_drop_column_family(std::string& _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("system_drop_column_family") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_system_drop_column_family_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
if (result.__isset.sde) {
|
|
throw result.sde;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "system_drop_column_family failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::system_add_keyspace(std::string& _return, const KsDef& ks_def)
|
|
{
|
|
send_system_add_keyspace(ks_def);
|
|
recv_system_add_keyspace(_return);
|
|
}
|
|
|
|
void CassandraClient::send_system_add_keyspace(const KsDef& ks_def)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("system_add_keyspace", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_system_add_keyspace_pargs args;
|
|
args.ks_def = &ks_def;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_system_add_keyspace(std::string& _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("system_add_keyspace") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_system_add_keyspace_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
if (result.__isset.sde) {
|
|
throw result.sde;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "system_add_keyspace failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::system_drop_keyspace(std::string& _return, const std::string& keyspace)
|
|
{
|
|
send_system_drop_keyspace(keyspace);
|
|
recv_system_drop_keyspace(_return);
|
|
}
|
|
|
|
void CassandraClient::send_system_drop_keyspace(const std::string& keyspace)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("system_drop_keyspace", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_system_drop_keyspace_pargs args;
|
|
args.keyspace = &keyspace;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_system_drop_keyspace(std::string& _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("system_drop_keyspace") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_system_drop_keyspace_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
if (result.__isset.sde) {
|
|
throw result.sde;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "system_drop_keyspace failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::system_update_keyspace(std::string& _return, const KsDef& ks_def)
|
|
{
|
|
send_system_update_keyspace(ks_def);
|
|
recv_system_update_keyspace(_return);
|
|
}
|
|
|
|
void CassandraClient::send_system_update_keyspace(const KsDef& ks_def)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("system_update_keyspace", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_system_update_keyspace_pargs args;
|
|
args.ks_def = &ks_def;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_system_update_keyspace(std::string& _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("system_update_keyspace") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_system_update_keyspace_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
if (result.__isset.sde) {
|
|
throw result.sde;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "system_update_keyspace failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::system_update_column_family(std::string& _return, const CfDef& cf_def)
|
|
{
|
|
send_system_update_column_family(cf_def);
|
|
recv_system_update_column_family(_return);
|
|
}
|
|
|
|
void CassandraClient::send_system_update_column_family(const CfDef& cf_def)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("system_update_column_family", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_system_update_column_family_pargs args;
|
|
args.cf_def = &cf_def;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_system_update_column_family(std::string& _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("system_update_column_family") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_system_update_column_family_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
if (result.__isset.sde) {
|
|
throw result.sde;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "system_update_column_family failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::execute_cql_query(CqlResult& _return, const std::string& query, const Compression::type compression)
|
|
{
|
|
send_execute_cql_query(query, compression);
|
|
recv_execute_cql_query(_return);
|
|
}
|
|
|
|
void CassandraClient::send_execute_cql_query(const std::string& query, const Compression::type compression)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("execute_cql_query", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_execute_cql_query_pargs args;
|
|
args.query = &query;
|
|
args.compression = &compression;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_execute_cql_query(CqlResult& _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("execute_cql_query") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_execute_cql_query_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
if (result.__isset.ue) {
|
|
throw result.ue;
|
|
}
|
|
if (result.__isset.te) {
|
|
throw result.te;
|
|
}
|
|
if (result.__isset.sde) {
|
|
throw result.sde;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "execute_cql_query failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::prepare_cql_query(CqlPreparedResult& _return, const std::string& query, const Compression::type compression)
|
|
{
|
|
send_prepare_cql_query(query, compression);
|
|
recv_prepare_cql_query(_return);
|
|
}
|
|
|
|
void CassandraClient::send_prepare_cql_query(const std::string& query, const Compression::type compression)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("prepare_cql_query", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_prepare_cql_query_pargs args;
|
|
args.query = &query;
|
|
args.compression = &compression;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_prepare_cql_query(CqlPreparedResult& _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("prepare_cql_query") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_prepare_cql_query_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "prepare_cql_query failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::execute_prepared_cql_query(CqlResult& _return, const int32_t itemId, const std::vector<std::string> & values)
|
|
{
|
|
send_execute_prepared_cql_query(itemId, values);
|
|
recv_execute_prepared_cql_query(_return);
|
|
}
|
|
|
|
void CassandraClient::send_execute_prepared_cql_query(const int32_t itemId, const std::vector<std::string> & values)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("execute_prepared_cql_query", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_execute_prepared_cql_query_pargs args;
|
|
args.itemId = &itemId;
|
|
args.values = &values;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_execute_prepared_cql_query(CqlResult& _return)
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("execute_prepared_cql_query") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_execute_prepared_cql_query_presult result;
|
|
result.success = &_return;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.success) {
|
|
// _return pointer has now been filled
|
|
return;
|
|
}
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
if (result.__isset.ue) {
|
|
throw result.ue;
|
|
}
|
|
if (result.__isset.te) {
|
|
throw result.te;
|
|
}
|
|
if (result.__isset.sde) {
|
|
throw result.sde;
|
|
}
|
|
throw ::apache::thrift::TApplicationException(::apache::thrift::TApplicationException::MISSING_RESULT, "execute_prepared_cql_query failed: unknown result");
|
|
}
|
|
|
|
void CassandraClient::set_cql_version(const std::string& version)
|
|
{
|
|
send_set_cql_version(version);
|
|
recv_set_cql_version();
|
|
}
|
|
|
|
void CassandraClient::send_set_cql_version(const std::string& version)
|
|
{
|
|
int32_t cseqid = 0;
|
|
oprot_->writeMessageBegin("set_cql_version", ::apache::thrift::protocol::T_CALL, cseqid);
|
|
|
|
Cassandra_set_cql_version_pargs args;
|
|
args.version = &version;
|
|
args.write(oprot_);
|
|
|
|
oprot_->writeMessageEnd();
|
|
oprot_->getTransport()->writeEnd();
|
|
oprot_->getTransport()->flush();
|
|
}
|
|
|
|
void CassandraClient::recv_set_cql_version()
|
|
{
|
|
|
|
int32_t rseqid = 0;
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
|
|
iprot_->readMessageBegin(fname, mtype, rseqid);
|
|
if (mtype == ::apache::thrift::protocol::T_EXCEPTION) {
|
|
::apache::thrift::TApplicationException x;
|
|
x.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
throw x;
|
|
}
|
|
if (mtype != ::apache::thrift::protocol::T_REPLY) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
if (fname.compare("set_cql_version") != 0) {
|
|
iprot_->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
}
|
|
Cassandra_set_cql_version_presult result;
|
|
result.read(iprot_);
|
|
iprot_->readMessageEnd();
|
|
iprot_->getTransport()->readEnd();
|
|
|
|
if (result.__isset.ire) {
|
|
throw result.ire;
|
|
}
|
|
return;
|
|
}
|
|
|
|
bool CassandraProcessor::process(boost::shared_ptr< ::apache::thrift::protocol::TProtocol> piprot, boost::shared_ptr< ::apache::thrift::protocol::TProtocol> poprot, void* callContext) {
|
|
|
|
::apache::thrift::protocol::TProtocol* iprot = piprot.get();
|
|
::apache::thrift::protocol::TProtocol* oprot = poprot.get();
|
|
std::string fname;
|
|
::apache::thrift::protocol::TMessageType mtype;
|
|
int32_t seqid;
|
|
|
|
iprot->readMessageBegin(fname, mtype, seqid);
|
|
|
|
if (mtype != ::apache::thrift::protocol::T_CALL && mtype != ::apache::thrift::protocol::T_ONEWAY) {
|
|
iprot->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot->readMessageEnd();
|
|
iprot->getTransport()->readEnd();
|
|
::apache::thrift::TApplicationException x(::apache::thrift::TApplicationException::INVALID_MESSAGE_TYPE);
|
|
oprot->writeMessageBegin(fname, ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return true;
|
|
}
|
|
|
|
return process_fn(iprot, oprot, fname, seqid, callContext);
|
|
}
|
|
|
|
bool CassandraProcessor::process_fn( ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, std::string& fname, int32_t seqid, void* callContext) {
|
|
std::map<std::string, void (CassandraProcessor::*)(int32_t, ::apache::thrift::protocol::TProtocol*, ::apache::thrift::protocol::TProtocol*, void*)>::iterator pfn;
|
|
pfn = processMap_.find(fname);
|
|
if (pfn == processMap_.end()) {
|
|
iprot->skip(::apache::thrift::protocol::T_STRUCT);
|
|
iprot->readMessageEnd();
|
|
iprot->getTransport()->readEnd();
|
|
::apache::thrift::TApplicationException x(::apache::thrift::TApplicationException::UNKNOWN_METHOD, "Invalid method name: '"+fname+"'");
|
|
oprot->writeMessageBegin(fname, ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return true;
|
|
}
|
|
(this->*(pfn->second))(seqid, iprot, oprot, callContext);
|
|
return true;
|
|
}
|
|
|
|
void CassandraProcessor::process_login(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.login", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.login");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.login");
|
|
}
|
|
|
|
Cassandra_login_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.login", bytes);
|
|
}
|
|
|
|
Cassandra_login_result result;
|
|
try {
|
|
iface_->login(args.auth_request);
|
|
} catch (AuthenticationException &authnx) {
|
|
result.authnx = authnx;
|
|
result.__isset.authnx = true;
|
|
} catch (AuthorizationException &authzx) {
|
|
result.authzx = authzx;
|
|
result.__isset.authzx = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.login");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("login", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.login");
|
|
}
|
|
|
|
oprot->writeMessageBegin("login", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.login", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_set_keyspace(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.set_keyspace", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.set_keyspace");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.set_keyspace");
|
|
}
|
|
|
|
Cassandra_set_keyspace_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.set_keyspace", bytes);
|
|
}
|
|
|
|
Cassandra_set_keyspace_result result;
|
|
try {
|
|
iface_->set_keyspace(args.keyspace);
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.set_keyspace");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("set_keyspace", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.set_keyspace");
|
|
}
|
|
|
|
oprot->writeMessageBegin("set_keyspace", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.set_keyspace", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_get(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.get", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.get");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.get");
|
|
}
|
|
|
|
Cassandra_get_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.get", bytes);
|
|
}
|
|
|
|
Cassandra_get_result result;
|
|
try {
|
|
iface_->get(result.success, args.key, args.column_path, args.consistency_level);
|
|
result.__isset.success = true;
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (NotFoundException &nfe) {
|
|
result.nfe = nfe;
|
|
result.__isset.nfe = true;
|
|
} catch (UnavailableException &ue) {
|
|
result.ue = ue;
|
|
result.__isset.ue = true;
|
|
} catch (TimedOutException &te) {
|
|
result.te = te;
|
|
result.__isset.te = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.get");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("get", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.get");
|
|
}
|
|
|
|
oprot->writeMessageBegin("get", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.get", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_get_slice(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.get_slice", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.get_slice");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.get_slice");
|
|
}
|
|
|
|
Cassandra_get_slice_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.get_slice", bytes);
|
|
}
|
|
|
|
Cassandra_get_slice_result result;
|
|
try {
|
|
iface_->get_slice(result.success, args.key, args.column_parent, args.predicate, args.consistency_level);
|
|
result.__isset.success = true;
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (UnavailableException &ue) {
|
|
result.ue = ue;
|
|
result.__isset.ue = true;
|
|
} catch (TimedOutException &te) {
|
|
result.te = te;
|
|
result.__isset.te = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.get_slice");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("get_slice", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.get_slice");
|
|
}
|
|
|
|
oprot->writeMessageBegin("get_slice", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.get_slice", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_get_count(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.get_count", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.get_count");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.get_count");
|
|
}
|
|
|
|
Cassandra_get_count_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.get_count", bytes);
|
|
}
|
|
|
|
Cassandra_get_count_result result;
|
|
try {
|
|
result.success = iface_->get_count(args.key, args.column_parent, args.predicate, args.consistency_level);
|
|
result.__isset.success = true;
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (UnavailableException &ue) {
|
|
result.ue = ue;
|
|
result.__isset.ue = true;
|
|
} catch (TimedOutException &te) {
|
|
result.te = te;
|
|
result.__isset.te = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.get_count");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("get_count", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.get_count");
|
|
}
|
|
|
|
oprot->writeMessageBegin("get_count", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.get_count", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_multiget_slice(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.multiget_slice", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.multiget_slice");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.multiget_slice");
|
|
}
|
|
|
|
Cassandra_multiget_slice_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.multiget_slice", bytes);
|
|
}
|
|
|
|
Cassandra_multiget_slice_result result;
|
|
try {
|
|
iface_->multiget_slice(result.success, args.keys, args.column_parent, args.predicate, args.consistency_level);
|
|
result.__isset.success = true;
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (UnavailableException &ue) {
|
|
result.ue = ue;
|
|
result.__isset.ue = true;
|
|
} catch (TimedOutException &te) {
|
|
result.te = te;
|
|
result.__isset.te = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.multiget_slice");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("multiget_slice", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.multiget_slice");
|
|
}
|
|
|
|
oprot->writeMessageBegin("multiget_slice", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.multiget_slice", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_multiget_count(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.multiget_count", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.multiget_count");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.multiget_count");
|
|
}
|
|
|
|
Cassandra_multiget_count_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.multiget_count", bytes);
|
|
}
|
|
|
|
Cassandra_multiget_count_result result;
|
|
try {
|
|
iface_->multiget_count(result.success, args.keys, args.column_parent, args.predicate, args.consistency_level);
|
|
result.__isset.success = true;
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (UnavailableException &ue) {
|
|
result.ue = ue;
|
|
result.__isset.ue = true;
|
|
} catch (TimedOutException &te) {
|
|
result.te = te;
|
|
result.__isset.te = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.multiget_count");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("multiget_count", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.multiget_count");
|
|
}
|
|
|
|
oprot->writeMessageBegin("multiget_count", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.multiget_count", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_get_range_slices(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.get_range_slices", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.get_range_slices");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.get_range_slices");
|
|
}
|
|
|
|
Cassandra_get_range_slices_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.get_range_slices", bytes);
|
|
}
|
|
|
|
Cassandra_get_range_slices_result result;
|
|
try {
|
|
iface_->get_range_slices(result.success, args.column_parent, args.predicate, args.range, args.consistency_level);
|
|
result.__isset.success = true;
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (UnavailableException &ue) {
|
|
result.ue = ue;
|
|
result.__isset.ue = true;
|
|
} catch (TimedOutException &te) {
|
|
result.te = te;
|
|
result.__isset.te = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.get_range_slices");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("get_range_slices", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.get_range_slices");
|
|
}
|
|
|
|
oprot->writeMessageBegin("get_range_slices", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.get_range_slices", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_get_paged_slice(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.get_paged_slice", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.get_paged_slice");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.get_paged_slice");
|
|
}
|
|
|
|
Cassandra_get_paged_slice_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.get_paged_slice", bytes);
|
|
}
|
|
|
|
Cassandra_get_paged_slice_result result;
|
|
try {
|
|
iface_->get_paged_slice(result.success, args.column_family, args.range, args.start_column, args.consistency_level);
|
|
result.__isset.success = true;
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (UnavailableException &ue) {
|
|
result.ue = ue;
|
|
result.__isset.ue = true;
|
|
} catch (TimedOutException &te) {
|
|
result.te = te;
|
|
result.__isset.te = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.get_paged_slice");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("get_paged_slice", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.get_paged_slice");
|
|
}
|
|
|
|
oprot->writeMessageBegin("get_paged_slice", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.get_paged_slice", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_get_indexed_slices(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.get_indexed_slices", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.get_indexed_slices");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.get_indexed_slices");
|
|
}
|
|
|
|
Cassandra_get_indexed_slices_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.get_indexed_slices", bytes);
|
|
}
|
|
|
|
Cassandra_get_indexed_slices_result result;
|
|
try {
|
|
iface_->get_indexed_slices(result.success, args.column_parent, args.index_clause, args.column_predicate, args.consistency_level);
|
|
result.__isset.success = true;
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (UnavailableException &ue) {
|
|
result.ue = ue;
|
|
result.__isset.ue = true;
|
|
} catch (TimedOutException &te) {
|
|
result.te = te;
|
|
result.__isset.te = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.get_indexed_slices");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("get_indexed_slices", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.get_indexed_slices");
|
|
}
|
|
|
|
oprot->writeMessageBegin("get_indexed_slices", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.get_indexed_slices", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_insert(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.insert", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.insert");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.insert");
|
|
}
|
|
|
|
Cassandra_insert_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.insert", bytes);
|
|
}
|
|
|
|
Cassandra_insert_result result;
|
|
try {
|
|
iface_->insert(args.key, args.column_parent, args.column, args.consistency_level);
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (UnavailableException &ue) {
|
|
result.ue = ue;
|
|
result.__isset.ue = true;
|
|
} catch (TimedOutException &te) {
|
|
result.te = te;
|
|
result.__isset.te = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.insert");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("insert", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.insert");
|
|
}
|
|
|
|
oprot->writeMessageBegin("insert", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.insert", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_add(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.add", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.add");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.add");
|
|
}
|
|
|
|
Cassandra_add_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.add", bytes);
|
|
}
|
|
|
|
Cassandra_add_result result;
|
|
try {
|
|
iface_->add(args.key, args.column_parent, args.column, args.consistency_level);
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (UnavailableException &ue) {
|
|
result.ue = ue;
|
|
result.__isset.ue = true;
|
|
} catch (TimedOutException &te) {
|
|
result.te = te;
|
|
result.__isset.te = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.add");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("add", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.add");
|
|
}
|
|
|
|
oprot->writeMessageBegin("add", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.add", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_remove(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.remove", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.remove");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.remove");
|
|
}
|
|
|
|
Cassandra_remove_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.remove", bytes);
|
|
}
|
|
|
|
Cassandra_remove_result result;
|
|
try {
|
|
iface_->remove(args.key, args.column_path, args.timestamp, args.consistency_level);
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (UnavailableException &ue) {
|
|
result.ue = ue;
|
|
result.__isset.ue = true;
|
|
} catch (TimedOutException &te) {
|
|
result.te = te;
|
|
result.__isset.te = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.remove");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("remove", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.remove");
|
|
}
|
|
|
|
oprot->writeMessageBegin("remove", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.remove", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_remove_counter(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.remove_counter", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.remove_counter");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.remove_counter");
|
|
}
|
|
|
|
Cassandra_remove_counter_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.remove_counter", bytes);
|
|
}
|
|
|
|
Cassandra_remove_counter_result result;
|
|
try {
|
|
iface_->remove_counter(args.key, args.path, args.consistency_level);
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (UnavailableException &ue) {
|
|
result.ue = ue;
|
|
result.__isset.ue = true;
|
|
} catch (TimedOutException &te) {
|
|
result.te = te;
|
|
result.__isset.te = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.remove_counter");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("remove_counter", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.remove_counter");
|
|
}
|
|
|
|
oprot->writeMessageBegin("remove_counter", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.remove_counter", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_batch_mutate(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.batch_mutate", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.batch_mutate");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.batch_mutate");
|
|
}
|
|
|
|
Cassandra_batch_mutate_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.batch_mutate", bytes);
|
|
}
|
|
|
|
Cassandra_batch_mutate_result result;
|
|
try {
|
|
iface_->batch_mutate(args.mutation_map, args.consistency_level);
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (UnavailableException &ue) {
|
|
result.ue = ue;
|
|
result.__isset.ue = true;
|
|
} catch (TimedOutException &te) {
|
|
result.te = te;
|
|
result.__isset.te = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.batch_mutate");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("batch_mutate", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.batch_mutate");
|
|
}
|
|
|
|
oprot->writeMessageBegin("batch_mutate", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.batch_mutate", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_truncate(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.truncate", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.truncate");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.truncate");
|
|
}
|
|
|
|
Cassandra_truncate_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.truncate", bytes);
|
|
}
|
|
|
|
Cassandra_truncate_result result;
|
|
try {
|
|
iface_->truncate(args.cfname);
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (UnavailableException &ue) {
|
|
result.ue = ue;
|
|
result.__isset.ue = true;
|
|
} catch (TimedOutException &te) {
|
|
result.te = te;
|
|
result.__isset.te = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.truncate");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("truncate", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.truncate");
|
|
}
|
|
|
|
oprot->writeMessageBegin("truncate", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.truncate", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_describe_schema_versions(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.describe_schema_versions", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.describe_schema_versions");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.describe_schema_versions");
|
|
}
|
|
|
|
Cassandra_describe_schema_versions_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.describe_schema_versions", bytes);
|
|
}
|
|
|
|
Cassandra_describe_schema_versions_result result;
|
|
try {
|
|
iface_->describe_schema_versions(result.success);
|
|
result.__isset.success = true;
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.describe_schema_versions");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("describe_schema_versions", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.describe_schema_versions");
|
|
}
|
|
|
|
oprot->writeMessageBegin("describe_schema_versions", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.describe_schema_versions", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_describe_keyspaces(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.describe_keyspaces", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.describe_keyspaces");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.describe_keyspaces");
|
|
}
|
|
|
|
Cassandra_describe_keyspaces_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.describe_keyspaces", bytes);
|
|
}
|
|
|
|
Cassandra_describe_keyspaces_result result;
|
|
try {
|
|
iface_->describe_keyspaces(result.success);
|
|
result.__isset.success = true;
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.describe_keyspaces");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("describe_keyspaces", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.describe_keyspaces");
|
|
}
|
|
|
|
oprot->writeMessageBegin("describe_keyspaces", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.describe_keyspaces", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_describe_cluster_name(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.describe_cluster_name", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.describe_cluster_name");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.describe_cluster_name");
|
|
}
|
|
|
|
Cassandra_describe_cluster_name_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.describe_cluster_name", bytes);
|
|
}
|
|
|
|
Cassandra_describe_cluster_name_result result;
|
|
try {
|
|
iface_->describe_cluster_name(result.success);
|
|
result.__isset.success = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.describe_cluster_name");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("describe_cluster_name", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.describe_cluster_name");
|
|
}
|
|
|
|
oprot->writeMessageBegin("describe_cluster_name", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.describe_cluster_name", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_describe_version(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.describe_version", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.describe_version");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.describe_version");
|
|
}
|
|
|
|
Cassandra_describe_version_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.describe_version", bytes);
|
|
}
|
|
|
|
Cassandra_describe_version_result result;
|
|
try {
|
|
iface_->describe_version(result.success);
|
|
result.__isset.success = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.describe_version");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("describe_version", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.describe_version");
|
|
}
|
|
|
|
oprot->writeMessageBegin("describe_version", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.describe_version", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_describe_ring(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.describe_ring", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.describe_ring");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.describe_ring");
|
|
}
|
|
|
|
Cassandra_describe_ring_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.describe_ring", bytes);
|
|
}
|
|
|
|
Cassandra_describe_ring_result result;
|
|
try {
|
|
iface_->describe_ring(result.success, args.keyspace);
|
|
result.__isset.success = true;
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.describe_ring");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("describe_ring", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.describe_ring");
|
|
}
|
|
|
|
oprot->writeMessageBegin("describe_ring", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.describe_ring", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_describe_token_map(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.describe_token_map", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.describe_token_map");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.describe_token_map");
|
|
}
|
|
|
|
Cassandra_describe_token_map_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.describe_token_map", bytes);
|
|
}
|
|
|
|
Cassandra_describe_token_map_result result;
|
|
try {
|
|
iface_->describe_token_map(result.success);
|
|
result.__isset.success = true;
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.describe_token_map");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("describe_token_map", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.describe_token_map");
|
|
}
|
|
|
|
oprot->writeMessageBegin("describe_token_map", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.describe_token_map", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_describe_partitioner(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.describe_partitioner", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.describe_partitioner");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.describe_partitioner");
|
|
}
|
|
|
|
Cassandra_describe_partitioner_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.describe_partitioner", bytes);
|
|
}
|
|
|
|
Cassandra_describe_partitioner_result result;
|
|
try {
|
|
iface_->describe_partitioner(result.success);
|
|
result.__isset.success = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.describe_partitioner");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("describe_partitioner", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.describe_partitioner");
|
|
}
|
|
|
|
oprot->writeMessageBegin("describe_partitioner", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.describe_partitioner", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_describe_snitch(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.describe_snitch", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.describe_snitch");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.describe_snitch");
|
|
}
|
|
|
|
Cassandra_describe_snitch_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.describe_snitch", bytes);
|
|
}
|
|
|
|
Cassandra_describe_snitch_result result;
|
|
try {
|
|
iface_->describe_snitch(result.success);
|
|
result.__isset.success = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.describe_snitch");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("describe_snitch", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.describe_snitch");
|
|
}
|
|
|
|
oprot->writeMessageBegin("describe_snitch", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.describe_snitch", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_describe_keyspace(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.describe_keyspace", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.describe_keyspace");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.describe_keyspace");
|
|
}
|
|
|
|
Cassandra_describe_keyspace_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.describe_keyspace", bytes);
|
|
}
|
|
|
|
Cassandra_describe_keyspace_result result;
|
|
try {
|
|
iface_->describe_keyspace(result.success, args.keyspace);
|
|
result.__isset.success = true;
|
|
} catch (NotFoundException &nfe) {
|
|
result.nfe = nfe;
|
|
result.__isset.nfe = true;
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.describe_keyspace");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("describe_keyspace", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.describe_keyspace");
|
|
}
|
|
|
|
oprot->writeMessageBegin("describe_keyspace", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.describe_keyspace", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_describe_splits(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.describe_splits", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.describe_splits");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.describe_splits");
|
|
}
|
|
|
|
Cassandra_describe_splits_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.describe_splits", bytes);
|
|
}
|
|
|
|
Cassandra_describe_splits_result result;
|
|
try {
|
|
iface_->describe_splits(result.success, args.cfName, args.start_token, args.end_token, args.keys_per_split);
|
|
result.__isset.success = true;
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.describe_splits");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("describe_splits", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.describe_splits");
|
|
}
|
|
|
|
oprot->writeMessageBegin("describe_splits", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.describe_splits", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_system_add_column_family(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.system_add_column_family", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.system_add_column_family");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.system_add_column_family");
|
|
}
|
|
|
|
Cassandra_system_add_column_family_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.system_add_column_family", bytes);
|
|
}
|
|
|
|
Cassandra_system_add_column_family_result result;
|
|
try {
|
|
iface_->system_add_column_family(result.success, args.cf_def);
|
|
result.__isset.success = true;
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (SchemaDisagreementException &sde) {
|
|
result.sde = sde;
|
|
result.__isset.sde = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.system_add_column_family");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("system_add_column_family", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.system_add_column_family");
|
|
}
|
|
|
|
oprot->writeMessageBegin("system_add_column_family", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.system_add_column_family", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_system_drop_column_family(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.system_drop_column_family", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.system_drop_column_family");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.system_drop_column_family");
|
|
}
|
|
|
|
Cassandra_system_drop_column_family_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.system_drop_column_family", bytes);
|
|
}
|
|
|
|
Cassandra_system_drop_column_family_result result;
|
|
try {
|
|
iface_->system_drop_column_family(result.success, args.column_family);
|
|
result.__isset.success = true;
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (SchemaDisagreementException &sde) {
|
|
result.sde = sde;
|
|
result.__isset.sde = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.system_drop_column_family");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("system_drop_column_family", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.system_drop_column_family");
|
|
}
|
|
|
|
oprot->writeMessageBegin("system_drop_column_family", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.system_drop_column_family", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_system_add_keyspace(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.system_add_keyspace", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.system_add_keyspace");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.system_add_keyspace");
|
|
}
|
|
|
|
Cassandra_system_add_keyspace_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.system_add_keyspace", bytes);
|
|
}
|
|
|
|
Cassandra_system_add_keyspace_result result;
|
|
try {
|
|
iface_->system_add_keyspace(result.success, args.ks_def);
|
|
result.__isset.success = true;
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (SchemaDisagreementException &sde) {
|
|
result.sde = sde;
|
|
result.__isset.sde = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.system_add_keyspace");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("system_add_keyspace", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.system_add_keyspace");
|
|
}
|
|
|
|
oprot->writeMessageBegin("system_add_keyspace", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.system_add_keyspace", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_system_drop_keyspace(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.system_drop_keyspace", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.system_drop_keyspace");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.system_drop_keyspace");
|
|
}
|
|
|
|
Cassandra_system_drop_keyspace_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.system_drop_keyspace", bytes);
|
|
}
|
|
|
|
Cassandra_system_drop_keyspace_result result;
|
|
try {
|
|
iface_->system_drop_keyspace(result.success, args.keyspace);
|
|
result.__isset.success = true;
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (SchemaDisagreementException &sde) {
|
|
result.sde = sde;
|
|
result.__isset.sde = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.system_drop_keyspace");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("system_drop_keyspace", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.system_drop_keyspace");
|
|
}
|
|
|
|
oprot->writeMessageBegin("system_drop_keyspace", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.system_drop_keyspace", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_system_update_keyspace(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.system_update_keyspace", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.system_update_keyspace");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.system_update_keyspace");
|
|
}
|
|
|
|
Cassandra_system_update_keyspace_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.system_update_keyspace", bytes);
|
|
}
|
|
|
|
Cassandra_system_update_keyspace_result result;
|
|
try {
|
|
iface_->system_update_keyspace(result.success, args.ks_def);
|
|
result.__isset.success = true;
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (SchemaDisagreementException &sde) {
|
|
result.sde = sde;
|
|
result.__isset.sde = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.system_update_keyspace");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("system_update_keyspace", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.system_update_keyspace");
|
|
}
|
|
|
|
oprot->writeMessageBegin("system_update_keyspace", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.system_update_keyspace", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_system_update_column_family(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.system_update_column_family", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.system_update_column_family");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.system_update_column_family");
|
|
}
|
|
|
|
Cassandra_system_update_column_family_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.system_update_column_family", bytes);
|
|
}
|
|
|
|
Cassandra_system_update_column_family_result result;
|
|
try {
|
|
iface_->system_update_column_family(result.success, args.cf_def);
|
|
result.__isset.success = true;
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (SchemaDisagreementException &sde) {
|
|
result.sde = sde;
|
|
result.__isset.sde = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.system_update_column_family");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("system_update_column_family", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.system_update_column_family");
|
|
}
|
|
|
|
oprot->writeMessageBegin("system_update_column_family", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.system_update_column_family", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_execute_cql_query(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.execute_cql_query", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.execute_cql_query");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.execute_cql_query");
|
|
}
|
|
|
|
Cassandra_execute_cql_query_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.execute_cql_query", bytes);
|
|
}
|
|
|
|
Cassandra_execute_cql_query_result result;
|
|
try {
|
|
iface_->execute_cql_query(result.success, args.query, args.compression);
|
|
result.__isset.success = true;
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (UnavailableException &ue) {
|
|
result.ue = ue;
|
|
result.__isset.ue = true;
|
|
} catch (TimedOutException &te) {
|
|
result.te = te;
|
|
result.__isset.te = true;
|
|
} catch (SchemaDisagreementException &sde) {
|
|
result.sde = sde;
|
|
result.__isset.sde = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.execute_cql_query");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("execute_cql_query", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.execute_cql_query");
|
|
}
|
|
|
|
oprot->writeMessageBegin("execute_cql_query", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.execute_cql_query", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_prepare_cql_query(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.prepare_cql_query", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.prepare_cql_query");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.prepare_cql_query");
|
|
}
|
|
|
|
Cassandra_prepare_cql_query_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.prepare_cql_query", bytes);
|
|
}
|
|
|
|
Cassandra_prepare_cql_query_result result;
|
|
try {
|
|
iface_->prepare_cql_query(result.success, args.query, args.compression);
|
|
result.__isset.success = true;
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.prepare_cql_query");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("prepare_cql_query", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.prepare_cql_query");
|
|
}
|
|
|
|
oprot->writeMessageBegin("prepare_cql_query", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.prepare_cql_query", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_execute_prepared_cql_query(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.execute_prepared_cql_query", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.execute_prepared_cql_query");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.execute_prepared_cql_query");
|
|
}
|
|
|
|
Cassandra_execute_prepared_cql_query_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.execute_prepared_cql_query", bytes);
|
|
}
|
|
|
|
Cassandra_execute_prepared_cql_query_result result;
|
|
try {
|
|
iface_->execute_prepared_cql_query(result.success, args.itemId, args.values);
|
|
result.__isset.success = true;
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (UnavailableException &ue) {
|
|
result.ue = ue;
|
|
result.__isset.ue = true;
|
|
} catch (TimedOutException &te) {
|
|
result.te = te;
|
|
result.__isset.te = true;
|
|
} catch (SchemaDisagreementException &sde) {
|
|
result.sde = sde;
|
|
result.__isset.sde = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.execute_prepared_cql_query");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("execute_prepared_cql_query", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.execute_prepared_cql_query");
|
|
}
|
|
|
|
oprot->writeMessageBegin("execute_prepared_cql_query", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.execute_prepared_cql_query", bytes);
|
|
}
|
|
}
|
|
|
|
void CassandraProcessor::process_set_cql_version(int32_t seqid, ::apache::thrift::protocol::TProtocol* iprot, ::apache::thrift::protocol::TProtocol* oprot, void* callContext)
|
|
{
|
|
void* ctx = NULL;
|
|
if (this->eventHandler_.get() != NULL) {
|
|
ctx = this->eventHandler_->getContext("Cassandra.set_cql_version", callContext);
|
|
}
|
|
::apache::thrift::TProcessorContextFreer freer(this->eventHandler_.get(), ctx, "Cassandra.set_cql_version");
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preRead(ctx, "Cassandra.set_cql_version");
|
|
}
|
|
|
|
Cassandra_set_cql_version_args args;
|
|
args.read(iprot);
|
|
iprot->readMessageEnd();
|
|
uint32_t bytes = iprot->getTransport()->readEnd();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postRead(ctx, "Cassandra.set_cql_version", bytes);
|
|
}
|
|
|
|
Cassandra_set_cql_version_result result;
|
|
try {
|
|
iface_->set_cql_version(args.version);
|
|
} catch (InvalidRequestException &ire) {
|
|
result.ire = ire;
|
|
result.__isset.ire = true;
|
|
} catch (const std::exception& e) {
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->handlerError(ctx, "Cassandra.set_cql_version");
|
|
}
|
|
|
|
::apache::thrift::TApplicationException x(e.what());
|
|
oprot->writeMessageBegin("set_cql_version", ::apache::thrift::protocol::T_EXCEPTION, seqid);
|
|
x.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
return;
|
|
}
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->preWrite(ctx, "Cassandra.set_cql_version");
|
|
}
|
|
|
|
oprot->writeMessageBegin("set_cql_version", ::apache::thrift::protocol::T_REPLY, seqid);
|
|
result.write(oprot);
|
|
oprot->writeMessageEnd();
|
|
bytes = oprot->getTransport()->writeEnd();
|
|
oprot->getTransport()->flush();
|
|
|
|
if (this->eventHandler_.get() != NULL) {
|
|
this->eventHandler_->postWrite(ctx, "Cassandra.set_cql_version", bytes);
|
|
}
|
|
}
|
|
|
|
::boost::shared_ptr< ::apache::thrift::TProcessor > CassandraProcessorFactory::getProcessor(const ::apache::thrift::TConnectionInfo& connInfo) {
|
|
::apache::thrift::ReleaseHandler< CassandraIfFactory > cleanup(handlerFactory_);
|
|
::boost::shared_ptr< CassandraIf > handler(handlerFactory_->getHandler(connInfo), cleanup);
|
|
::boost::shared_ptr< ::apache::thrift::TProcessor > processor(new CassandraProcessor(handler));
|
|
return processor;
|
|
}
|
|
}}} // namespace
|
|
|