#include <CongestionDB.h>
Public Types | |
enum | Op_t { ADD_RECORD, REMOVE_RECORD, REMOVE_ALL_RECORDS, REVALIDATE_BUCKET } |
Public Member Functions | |
CongestRequestParam () | |
~CongestRequestParam () | |
LINK (CongestRequestParam, link) | |
Data Fields | |
uint64_t | m_key |
Op_t | m_op |
CongestionEntry * | m_pEntry |
Definition at line 69 of file CongestionDB.h.
Definition at line 71 of file CongestionDB.h.
CongestRequestParam::CongestRequestParam | ( | ) | [inline] |
Definition at line 79 of file CongestionDB.h.
CongestRequestParam::~CongestRequestParam | ( | ) | [inline] |
Definition at line 83 of file CongestionDB.h.
CongestRequestParam::LINK | ( | CongestRequestParam | , | |
link | ||||
) |
uint64_t CongestRequestParam::m_key |
Definition at line 87 of file CongestionDB.h.
Referenced by CongestionDB::addRecord(), CongestionDB::process(), CongestionDB::removeAllRecords(), and CongestionDB::removeRecord().
Definition at line 88 of file CongestionDB.h.
Referenced by CongestionDB::addRecord(), CongestionDB::process(), CongestionDB::removeAllRecords(), CongestionDB::removeRecord(), and revalidateCongestionDB().
Definition at line 89 of file CongestionDB.h.
Referenced by CongestionDB::addRecord(), and CongestionDB::process().