#include <GroupCommit.h>
Public Member Functions | |
GroupCommit (Apps::RangeServer *rs) | |
virtual void | run () |
Carries out the request. More... | |
![]() | |
ApplicationHandler (EventPtr &event) | |
Constructor initializing from an Event object. More... | |
ApplicationHandler (bool urgent=false) | |
Default constructor with m_urgent flag initialization. More... | |
virtual | ~ApplicationHandler () |
Destructor. More... | |
uint64_t | get_group_id () |
Returns the group ID that this handler belongs to. More... | |
bool | is_urgent () |
Returns true if request is urgent. More... | |
bool | is_expired () |
Returns true if request has expired. More... | |
Private Attributes | |
Apps::RangeServer * | m_range_server |
Additional Inherited Members | |
![]() | |
EventPtr | m_event |
MESSAGE Event from which handler was initialized. More... | |
bool | m_urgent |
Flag indicating if handler is urgent. More... | |
Definition at line 38 of file GroupCommit.h.
|
inline |
Definition at line 40 of file GroupCommit.h.
|
virtual |
Carries out the request.
Called by an ApplicationQueue worker thread.
Implements Hypertable::ApplicationHandler.
Definition at line 31 of file GroupCommit.cc.
|
private |
Definition at line 46 of file GroupCommit.h.