|
static int | GetPageLimit (IFMapSandeshContext *sctx) |
|
static RequestPipeline::InstData * | AllocBuffer (int stage) |
|
static bool | BufferStageCommon (const IFMapTableShowReq *request, RequestPipeline::InstData *data, const string &next_table_name, const string &last_node_name) |
|
static bool | BufferStage (const Sandesh *sr, const RequestPipeline::PipeSpec ps, int stage, int instNum, RequestPipeline::InstData *data) |
|
static bool | BufferStageIterate (const Sandesh *sr, const RequestPipeline::PipeSpec ps, int stage, int instNum, RequestPipeline::InstData *data) |
|
static void | SendStageCommon (const IFMapTableShowReq *request, const RequestPipeline::PipeSpec ps, IFMapTableShowResp *response) |
|
static bool | SendStage (const Sandesh *sr, const RequestPipeline::PipeSpec ps, int stage, int instNum, RequestPipeline::InstData *data) |
|
static bool | SendStageIterate (const Sandesh *sr, const RequestPipeline::PipeSpec ps, int stage, int instNum, RequestPipeline::InstData *data) |
|
static bool | TableToBuffer (const IFMapTableShowReq *request, IFMapTable *table, IFMapServer *server, const string &last_node_name, ShowData *show_data, uint32_t page_limit) |
|
static bool | BufferAllTables (const IFMapTableShowReq *req, RequestPipeline::InstData *data, const string &next_table_name, const string &last_node_name) |
|
static bool | BufferOneTable (const IFMapTableShowReq *request, RequestPipeline::InstData *data, const string &last_node_name) |
|
static bool | ConvertReqIterateToReq (const IFMapTableShowReqIterate *req_iterate, IFMapTableShowReq *req, string *next_table_name, string *last_node_name) |
|
Definition at line 121 of file ifmap_server_show.cc.
bool ShowIFMapTable::BufferAllTables |
( |
const IFMapTableShowReq * |
req, |
|
|
RequestPipeline::InstData * |
data, |
|
|
const string & |
next_table_name, |
|
|
const string & |
last_node_name |
|
) |
| |
|
static |
bool ShowIFMapTable::BufferOneTable |
( |
const IFMapTableShowReq * |
request, |
|
|
RequestPipeline::InstData * |
data, |
|
|
const string & |
last_node_name |
|
) |
| |
|
static |
bool ShowIFMapTable::BufferStageCommon |
( |
const IFMapTableShowReq * |
request, |
|
|
RequestPipeline::InstData * |
data, |
|
|
const string & |
next_table_name, |
|
|
const string & |
last_node_name |
|
) |
| |
|
static |
bool ShowIFMapTable::ConvertReqIterateToReq |
( |
const IFMapTableShowReqIterate * |
req_iterate, |
|
|
IFMapTableShowReq * |
req, |
|
|
string * |
next_table_name, |
|
|
string * |
last_node_name |
|
) |
| |
|
static |
void ShowIFMapTable::SendStageCommon |
( |
const IFMapTableShowReq * |
request, |
|
|
const RequestPipeline::PipeSpec |
ps, |
|
|
IFMapTableShowResp * |
response |
|
) |
| |
|
static |
bool ShowIFMapTable::TableToBuffer |
( |
const IFMapTableShowReq * |
request, |
|
|
IFMapTable * |
table, |
|
|
IFMapServer * |
server, |
|
|
const string & |
last_node_name, |
|
|
ShowData * |
show_data, |
|
|
uint32_t |
page_limit |
|
) |
| |
|
static |
const uint32_t ShowIFMapTable::kMaxElementsPerRound = 50 |
|
static |
The documentation for this class was generated from the following file: