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::DispatchHandlerOperation::Result Class Reference

Holds request result information. More...

#include <DispatchHandlerOperation.h>

Collaboration diagram for Hypertable::DispatchHandlerOperation::Result:
Collaboration graph
[legend]

Public Member Functions

 Result (const String &loc)
 Constructor. More...
 
bool operator< (const Result &other) const
 Less-than operator comparing on location member. More...
 

Public Attributes

String location
 Proxy name of range server. More...
 
int error
 Result error code More...
 
String msg
 Result error message More...
 

Detailed Description

Holds request result information.

Definition at line 63 of file DispatchHandlerOperation.h.

Constructor & Destructor Documentation

Hypertable::DispatchHandlerOperation::Result::Result ( const String loc)
inline

Constructor.

Parameters
locProxy name of server associated with result

Definition at line 68 of file DispatchHandlerOperation.h.

Member Function Documentation

bool Hypertable::DispatchHandlerOperation::Result::operator< ( const Result other) const
inline

Less-than operator comparing on location member.

Parameters
otherOther result object to compare
Returns
-1, 0, or 1 depending of whether this object is less-than, equal-to, or greater-than other

Definition at line 75 of file DispatchHandlerOperation.h.

Member Data Documentation

int Hypertable::DispatchHandlerOperation::Result::error

Result error code

Definition at line 79 of file DispatchHandlerOperation.h.

String Hypertable::DispatchHandlerOperation::Result::location

Proxy name of range server.

Definition at line 78 of file DispatchHandlerOperation.h.

String Hypertable::DispatchHandlerOperation::Result::msg

Result error message

Definition at line 80 of file DispatchHandlerOperation.h.


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