Record holding completed operation information. More...
#include <ResponseManager.h>
Public Member Functions | |
OperationRec (OperationPtr &_op) | |
Constructor. More... | |
ClockT::time_point | expiration_time () const |
Returns expiration time of completed operation. More... | |
int64_t | id () const |
Returns unique ID for completed operation. More... | |
Public Attributes | |
OperationPtr | op |
Smart pointer to completed operation. More... | |
Record holding completed operation information.
Definition at line 85 of file ResponseManager.h.
|
inline |
Constructor.
_op | Smart pointer to completed operation |
Definition at line 91 of file ResponseManager.h.
|
inline |
Returns expiration time of completed operation.
Definition at line 96 of file ResponseManager.h.
|
inline |
Returns unique ID for completed operation.
Definition at line 101 of file ResponseManager.h.
OperationPtr Hypertable::ResponseManagerContext::OperationRec::op |
Smart pointer to completed operation.
Definition at line 104 of file ResponseManager.h.