Holds request result information. More...
#include <DispatchHandlerOperation.h>
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... | |
Holds request result information.
Definition at line 63 of file DispatchHandlerOperation.h.
|
inline |
Constructor.
loc | Proxy name of server associated with result |
Definition at line 68 of file DispatchHandlerOperation.h.
|
inline |
Less-than operator comparing on location member.
other | Other result object to compare |
other
Definition at line 75 of file DispatchHandlerOperation.h.
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.