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::RequestCache::CacheNode Class Reference

Internal cache node structure. More...

Collaboration diagram for Hypertable::RequestCache::CacheNode:
Collaboration graph
[legend]

Public Member Functions

 CacheNode (uint32_t id, IOHandler *handler, DispatchHandler *dh)
 

Public Attributes

CacheNodeprev
 
CacheNodenext
 Doubly-linked list pointers. More...
 
ClockT::time_point expire
 Absolute expiration time. More...
 
uint32_t id
 Request ID. More...
 
IOHandlerhandler
 IOHandler associated with this request. More...
 
DispatchHandlerdh
 Callback handler to which MESSAGE, TIMEOUT, ERROR, and DISCONNECT events are delivered. More...
 

Detailed Description

Internal cache node structure.

Definition at line 54 of file RequestCache.h.


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