0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
Hypertable::ThriftBroker::SharedMutatorMapKey Class Reference
Collaboration diagram for Hypertable::ThriftBroker::SharedMutatorMapKey:
Collaboration graph
[legend]

Public Member Functions

 SharedMutatorMapKey (Hypertable::Namespace *ns, const String &tablename, const ThriftGen::MutateSpec &mutate_spec)
 
int compare (const SharedMutatorMapKey &skey) const
 

Public Attributes

Hypertable::Namespacem_namespace
 
String m_tablename
 
ThriftGen::MutateSpec m_mutate_spec
 

Detailed Description

Definition at line 197 of file ThriftBroker.cc.

Constructor & Destructor Documentation

Hypertable::ThriftBroker::SharedMutatorMapKey::SharedMutatorMapKey ( Hypertable::Namespace ns,
const String tablename,
const ThriftGen::MutateSpec &  mutate_spec 
)
inline

Definition at line 199 of file ThriftBroker.cc.

Member Function Documentation

int Hypertable::ThriftBroker::SharedMutatorMapKey::compare ( const SharedMutatorMapKey skey) const
inline

Definition at line 203 of file ThriftBroker.cc.

Member Data Documentation

ThriftGen::MutateSpec Hypertable::ThriftBroker::SharedMutatorMapKey::m_mutate_spec

Definition at line 224 of file ThriftBroker.cc.

Hypertable::Namespace* Hypertable::ThriftBroker::SharedMutatorMapKey::m_namespace

Definition at line 222 of file ThriftBroker.cc.

String Hypertable::ThriftBroker::SharedMutatorMapKey::m_tablename

Definition at line 223 of file ThriftBroker.cc.


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