0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
Hypertable::Thrift::Client Class Reference

A client for the ThriftBroker. More...

#include <Client.h>

Inheritance diagram for Hypertable::Thrift::Client:
Inheritance graph
[legend]
Collaboration diagram for Hypertable::Thrift::Client:
Collaboration graph
[legend]

Public Member Functions

 Client (const std::string &host, int port, int timeout_ms=300000, bool open=true)
 
virtual ~Client ()
 

Private Attributes

bool m_do_close
 
- Private Attributes inherited from Hypertable::Thrift::ClientHelper
boost::shared_ptr< TSocket > socket
 
boost::shared_ptr< TTransport > transport
 
boost::shared_ptr< TProtocol > protocol
 

Additional Inherited Members

- Private Member Functions inherited from Hypertable::Thrift::ClientHelper
 ClientHelper (const std::string &host, int port, int timeout_ms)
 

Detailed Description

A client for the ThriftBroker.

Definition at line 59 of file Client.h.

Constructor & Destructor Documentation

Hypertable::Thrift::Client::Client ( const std::string &  host,
int  port,
int  timeout_ms = 300000,
bool  open = true 
)
inline

Definition at line 61 of file Client.h.

virtual Hypertable::Thrift::Client::~Client ( )
inlinevirtual

Definition at line 72 of file Client.h.

Member Data Documentation

bool Hypertable::Thrift::Client::m_do_close
private

Definition at line 80 of file Client.h.


The documentation for this class was generated from the following file: