Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
CacheFlowDatabase Class Reference

CacheFlowDatabase handles and manipulates the NetFlow cache database. More...

Public Member Functions

void reset ()
 Resets the cache flow database. More...
 
void incrementFlow ()
 Increments the number of flows. More...
 
int getTotalFlowCount ()
 Returns the total number of flows. More...
 
int getAgerPolls ()
 Returns the number of ager polls. More...
 
string getDistributionTable ()
 Returns the distribution table output. More...
 
string getFlowSummaryTable ()
 Returns the flow summary table output. More...
 

Detailed Description

CacheFlowDatabase handles and manipulates the NetFlow cache database.

Member Function Documentation

◆ getAgerPolls()

int CacheFlowDatabase::getAgerPolls ( )

Returns the number of ager polls.

Returns
int, the number of ager polls.

◆ getDistributionTable()

string CacheFlowDatabase::getDistributionTable ( )

Returns the distribution table output.

Returns
string, the distribution table output.

◆ getFlowSummaryTable()

string CacheFlowDatabase::getFlowSummaryTable ( )

Returns the flow summary table output.

Returns
string, the flow summary table output.

◆ getTotalFlowCount()

int CacheFlowDatabase::getTotalFlowCount ( )

Returns the total number of flows.

Returns
int, the total number of flows.

◆ incrementFlow()

void CacheFlowDatabase::incrementFlow ( )

Increments the number of flows.

◆ reset()

void CacheFlowDatabase::reset ( )

Resets the cache flow database.


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