FlowRecordManager manages all the flow records defined on a device.
More...
FlowRecordManager manages all the flow records defined on a device.
◆ createRecord()
FlowRecord FlowRecordManager::createRecord |
( |
string |
| ) |
|
Creates a flow record with the specified name.
- Parameters
-
recordName,the | name of the flow record. |
- Returns
- FlowRecord, the FlowRecord object with the specified name.
◆ getRecord()
FlowRecord FlowRecordManager::getRecord |
( |
string |
| ) |
|
Returns the flow record with the specified name.
- Parameters
-
recordName,the | name of the flow record of interest. |
- Returns
- FlowRecord, the FlowRecord object with the specified name.
◆ getRecordAt()
Returns the flow record at the specified index.
- Parameters
-
index,the | index of the flow record of interest. |
- Returns
- FlowRecord, the FlowRecord object at the specified index.
◆ getRecordCount()
int FlowRecordManager::getRecordCount |
( |
| ) |
|
Returns the number of flow records.
- Returns
- string, the number of flow records.
◆ removeRecord()
void FlowRecordManager::removeRecord |
( |
string |
| ) |
|
Removes the flow record with the specified name.
- Parameters
-
recordName,the | name of the flow record of interest. |
The documentation for this class was generated from the following file: