0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
Hypertable::RangeServer::Request::Handler::WaitForMaintenance Class Reference

#include <WaitForMaintenance.h>

Inheritance diagram for Hypertable::RangeServer::Request::Handler::WaitForMaintenance:
Inheritance graph
[legend]
Collaboration diagram for Hypertable::RangeServer::Request::Handler::WaitForMaintenance:
Collaboration graph
[legend]

Public Member Functions

 WaitForMaintenance (Comm *comm, Apps::RangeServer *rs, EventPtr &event)
 
virtual void run ()
 Carries out the request. More...
 
- Public Member Functions inherited from Hypertable::ApplicationHandler
 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

Commm_comm
 
Apps::RangeServerm_range_server
 

Additional Inherited Members

- Protected Attributes inherited from Hypertable::ApplicationHandler
EventPtr m_event
 MESSAGE Event from which handler was initialized. More...
 
bool m_urgent
 Flag indicating if handler is urgent. More...
 

Detailed Description

Definition at line 38 of file WaitForMaintenance.h.

Constructor & Destructor Documentation

Hypertable::RangeServer::Request::Handler::WaitForMaintenance::WaitForMaintenance ( Comm comm,
Apps::RangeServer rs,
EventPtr event 
)
inline

Definition at line 40 of file WaitForMaintenance.h.

Member Function Documentation

void WaitForMaintenance::run ( )
virtual

Carries out the request.

Called by an ApplicationQueue worker thread.

Implements Hypertable::ApplicationHandler.

Definition at line 33 of file WaitForMaintenance.cc.

Member Data Documentation

Comm* Hypertable::RangeServer::Request::Handler::WaitForMaintenance::m_comm
private

Definition at line 46 of file WaitForMaintenance.h.

Apps::RangeServer* Hypertable::RangeServer::Request::Handler::WaitForMaintenance::m_range_server
private

Definition at line 47 of file WaitForMaintenance.h.


The documentation for this class was generated from the following files: