#include <flow_mgmt_tree.h>
|
| BgpAsAServiceFlowMgmtTree (FlowMgmtManager *mgr, int index) |
|
virtual | ~BgpAsAServiceFlowMgmtTree () |
|
void | ExtractKeys (FlowEntry *flow, FlowMgmtKeyTree *tree) |
|
FlowMgmtEntry * | Allocate (const FlowMgmtKey *key) |
|
bool | BgpAsAServiceHealthCheckUpdate (Agent *agent, BgpAsAServiceFlowMgmtKey &key, BgpAsAServiceFlowMgmtRequest *req) |
|
bool | BgpAsAServiceDelete (BgpAsAServiceFlowMgmtKey &key, const FlowMgmtRequest *req) |
|
void | DeleteAll () |
|
virtual void | FreeNotify (FlowMgmtKey *key, uint32_t gen_id) |
|
| FlowMgmtTree (FlowMgmtManager *mgr) |
|
virtual | ~FlowMgmtTree () |
|
virtual bool | Add (FlowMgmtKey *key, FlowEntry *flow, FlowMgmtKeyNode *node) |
|
virtual bool | Delete (FlowMgmtKey *key, FlowEntry *flow, FlowMgmtKeyNode *node) |
|
virtual void | InsertEntry (FlowMgmtKey *key, FlowMgmtEntry *entry) |
|
virtual void | RemoveEntry (Tree::iterator it) |
|
virtual bool | OperEntryAdd (const FlowMgmtRequest *req, FlowMgmtKey *key) |
|
virtual bool | OperEntryChange (const FlowMgmtRequest *req, FlowMgmtKey *key) |
|
virtual bool | OperEntryDelete (const FlowMgmtRequest *req, FlowMgmtKey *key) |
|
virtual bool | RetryDelete (FlowMgmtKey *key) |
|
FlowMgmtEntry * | Locate (FlowMgmtKey *key) |
|
FlowMgmtEntry * | Find (FlowMgmtKey *key) |
|
FlowMgmtKey * | LowerBound (FlowMgmtKey *key) |
|
Tree & | tree () |
|
FlowMgmtManager * | mgr () const |
|
Definition at line 265 of file flow_mgmt_tree.h.
BgpAsAServiceFlowMgmtTree::BgpAsAServiceFlowMgmtTree |
( |
FlowMgmtManager * |
mgr, |
|
|
int |
index |
|
) |
| |
|
inline |
virtual BgpAsAServiceFlowMgmtTree::~BgpAsAServiceFlowMgmtTree |
( |
| ) |
|
|
inlinevirtual |
void BgpAsAServiceFlowMgmtTree::DeleteAll |
( |
| ) |
|
void BgpAsAServiceFlowMgmtTree::FreeNotify |
( |
FlowMgmtKey * |
key, |
|
|
uint32_t |
gen_id |
|
) |
| |
|
virtual |
int BgpAsAServiceFlowMgmtTree::GetCNIndex |
( |
const FlowEntry * |
flow | ) |
|
|
static |
int BgpAsAServiceFlowMgmtTree::index_ |
|
private |
const int BgpAsAServiceFlowMgmtTree::kInvalidCnIndex = -1 |
|
static |
The documentation for this class was generated from the following files: