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::ServerHandler::Statistics Struct Reference

Public Member Functions

 Statistics ()
 
bool operator== (const Statistics &other)
 
void operator= (const Statistics &other)
 

Public Attributes

int scanners
 
int async_scanners
 
int mutators
 
int async_mutators
 
int shared_mutators
 
int namespaces
 
int futures
 

Detailed Description

Definition at line 918 of file ThriftBroker.cc.

Constructor & Destructor Documentation

Hypertable::ThriftBroker::ServerHandler::Statistics::Statistics ( )
inline

Definition at line 919 of file ThriftBroker.cc.

Member Function Documentation

void Hypertable::ThriftBroker::ServerHandler::Statistics::operator= ( const Statistics other)
inline

Definition at line 934 of file ThriftBroker.cc.

bool Hypertable::ThriftBroker::ServerHandler::Statistics::operator== ( const Statistics other)
inline

Definition at line 924 of file ThriftBroker.cc.

Member Data Documentation

int Hypertable::ThriftBroker::ServerHandler::Statistics::async_mutators

Definition at line 947 of file ThriftBroker.cc.

int Hypertable::ThriftBroker::ServerHandler::Statistics::async_scanners

Definition at line 945 of file ThriftBroker.cc.

int Hypertable::ThriftBroker::ServerHandler::Statistics::futures

Definition at line 950 of file ThriftBroker.cc.

int Hypertable::ThriftBroker::ServerHandler::Statistics::mutators

Definition at line 946 of file ThriftBroker.cc.

int Hypertable::ThriftBroker::ServerHandler::Statistics::namespaces

Definition at line 949 of file ThriftBroker.cc.

int Hypertable::ThriftBroker::ServerHandler::Statistics::scanners

Definition at line 944 of file ThriftBroker.cc.

int Hypertable::ThriftBroker::ServerHandler::Statistics::shared_mutators

Definition at line 948 of file ThriftBroker.cc.


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