Record holding response delivery information for an operation. More...
#include <ResponseManager.h>
Public Attributes | |
ClockT::time_point | expiration_time |
Delivery expiration time specified by client. More... | |
int64_t | id |
Corresponding operation identifier. More... | |
EventPtr | event |
Event object containing return address for operation result. More... | |
Record holding response delivery information for an operation.
Definition at line 128 of file ResponseManager.h.
EventPtr Hypertable::ResponseManagerContext::DeliveryRec::event |
Event object containing return address for operation result.
Definition at line 135 of file ResponseManager.h.
ClockT::time_point Hypertable::ResponseManagerContext::DeliveryRec::expiration_time |
Delivery expiration time specified by client.
Definition at line 131 of file ResponseManager.h.
int64_t Hypertable::ResponseManagerContext::DeliveryRec::id |
Corresponding operation identifier.
Definition at line 133 of file ResponseManager.h.