ApplicationHandler class for carrying out a RangeServer::table_maintenance_enable() request. More...
#include <TableMaintenanceEnable.h>
Public Member Functions | |
TableMaintenanceEnable (Comm *comm, Apps::RangeServer *rs, EventPtr &event) | |
Constructor. More... | |
virtual void | run () |
Carries out RangeServer::table_maintenance_enable() 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 | |
Comm * | m_comm |
Pointer to comm layer. More... | |
Apps::RangeServer * | m_range_server |
Pointer to RangeServer. More... | |
Additional Inherited Members | |
![]() | |
EventPtr | m_event |
MESSAGE Event from which handler was initialized. More... | |
bool | m_urgent |
Flag indicating if handler is urgent. More... | |
ApplicationHandler class for carrying out a RangeServer::table_maintenance_enable() request.
Definition at line 46 of file TableMaintenanceEnable.h.
|
inline |
Constructor.
comm | Pointer to comm layer |
rs | Pointer to RangeServer |
event | Smart pointer to event object initiating request |
Definition at line 53 of file TableMaintenanceEnable.h.
|
virtual |
Carries out RangeServer::table_maintenance_enable() request.
This member function unmarshals the request parameters from m_event and then calls the RangeServer::table_maintenance_enable() member function of m_range_server.
Implements Hypertable::ApplicationHandler.
Definition at line 45 of file TableMaintenanceEnable.cc.
|
private |
Pointer to comm layer.
Definition at line 66 of file TableMaintenanceEnable.h.
|
private |
Pointer to RangeServer.
Definition at line 69 of file TableMaintenanceEnable.h.