0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
Hypertable::ApplicationQueue::RequestRec Class Reference

Request record. More...

Collaboration diagram for Hypertable::ApplicationQueue::RequestRec:
Collaboration graph
[legend]

Public Member Functions

 RequestRec (ApplicationHandler *arh)
 
 ~RequestRec ()
 

Public Attributes

ApplicationHandlerhandler
 Pointer to ApplicationHandler. More...
 
GroupStategroup_state
 Pointer to GroupState to which request belongs. More...
 

Detailed Description

Request record.

Definition at line 111 of file ApplicationQueue.h.

Constructor & Destructor Documentation

Hypertable::ApplicationQueue::RequestRec::RequestRec ( ApplicationHandler arh)
inline

Definition at line 113 of file ApplicationQueue.h.

Hypertable::ApplicationQueue::RequestRec::~RequestRec ( )
inline

Definition at line 114 of file ApplicationQueue.h.

Member Data Documentation

GroupState* Hypertable::ApplicationQueue::RequestRec::group_state

Pointer to GroupState to which request belongs.

Definition at line 116 of file ApplicationQueue.h.

ApplicationHandler* Hypertable::ApplicationQueue::RequestRec::handler

Pointer to ApplicationHandler.

Definition at line 115 of file ApplicationQueue.h.


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