Public Member Functions | Data Fields

CongestionDBCont Class Reference

Inherits Continuation.

Collaboration diagram for CongestionDBCont:
Collaboration graph
[legend]

Public Member Functions

 CongestionDBCont ()
int GC (int event, Event *e)
int get_congest_list (int event, Event *e)
int get_congest_entry (int event, Event *e)

Data Fields

Action m_action
union {
   struct {
      MIOBuffer *   m_iobuf
      int   m_CurPartitionID
      int   m_list_format
   }   list_info
   struct {
      uint64_t   m_key
      char *   m_hostname
      IpEndpoint   m_ip
      CongestionControlRecord *   m_rule
      CongestionEntry **   m_ppEntry
   }   entry_info
data

Detailed Description

Definition at line 50 of file CongestionDB.cc.


Constructor & Destructor Documentation

CongestionDBCont::CongestionDBCont (  )  [inline]

Definition at line 93 of file CongestionDB.cc.

References data.


Member Function Documentation

int CongestionDBCont::GC ( int  event,
Event e 
)
int CongestionDBCont::get_congest_entry ( int  event,
Event e 
)
int CongestionDBCont::get_congest_list ( int  event,
Event e 
)

Field Documentation

union { ... } CongestionDBCont::data

Referenced by CongestionDBCont().

Definition at line 69 of file CongestionDB.cc.

Definition at line 75 of file CongestionDB.cc.

Definition at line 68 of file CongestionDB.cc.

Definition at line 76 of file CongestionDB.cc.

Definition at line 74 of file CongestionDB.cc.

Definition at line 70 of file CongestionDB.cc.

Definition at line 78 of file CongestionDB.cc.

Definition at line 77 of file CongestionDB.cc.


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