[ libArts | Source | Keywords | Summary | Ancestors | All Members | Descendants ]
Back to the top of ArtsNetMatrix
Back to the top of ArtsNetMatrix
ArtsNetMatrix();
-------------------------------------------------------------------------
ArtsNetMatrix() .........................................................................
constructor
-------------------------------------------------------------------------
ArtsNetMatrix();
Back to the top of ArtsNetMatrix
~ArtsNetMatrix();
-------------------------------------------------------------------------
~ArtsNetMatrix() .........................................................................
destructor
-------------------------------------------------------------------------
~ArtsNetMatrix();
Back to the top of ArtsNetMatrix
uint16_t SampleInterval() const ;
-------------------------------------------------------------------------
inline uint16_t SampleInterval() const .........................................................................
Returns the sampling ratio if the net matrix was built using packet sampling techniques. Normally this value is 1, meaning we're working with complete data sets (for example, from Cisco flow-export).
-------------------------------------------------------------------------
inline uint16_t SampleInterval() const ;
Function is currently defined inline.
Back to the top of ArtsNetMatrix
uint16_t SampleInterval(uint16_t sampleInterval) ;
-------------------------------------------------------------------------
inline uint16_t SampleInterval(uint16_t sampleInterval) .........................................................................
Sets and returns the sampling ratio if the net matrix was built using packet sampling techniques. Normally this value is 1, meaning we're working with complete data sets (for example, from Cisco flow-export).
-------------------------------------------------------------------------
inline uint16_t SampleInterval(uint16_t sampleInterval) ;
Function is currently defined inline.
Back to the top of ArtsNetMatrix
uint32_t Count() const ;
-------------------------------------------------------------------------
inline uint32_t Count() const .........................................................................
Returns the number of net matrix entries (cells) in an ArtsNetMatrix object.
-------------------------------------------------------------------------
inline uint32_t Count() const ;
Function is currently defined inline.
Back to the top of ArtsNetMatrix
uint32_t Count(uint32_t count) ;
-------------------------------------------------------------------------
inline uint32_t Count(uint32_t count) .........................................................................
Sets and Returns the number of net matrix entries (cells) in an ArtsNetMatrix object.
-------------------------------------------------------------------------
inline uint32_t Count(uint32_t count) ;
Function is currently defined inline.
Back to the top of ArtsNetMatrix
uint64_t TotalPkts() const ;
-------------------------------------------------------------------------
inline uint64_t TotalPkts() const .........................................................................
Returns the total packets of traffic in the ArtsNetMatrix object. The total is the sum of all traffic from each source to each destination.
-------------------------------------------------------------------------
inline uint64_t TotalPkts() const ;
Function is currently defined inline.
Back to the top of ArtsNetMatrix
uint64_t TotalPkts(uint64_t totalPkts) ;
-------------------------------------------------------------------------
inline uint64_t TotalPkts(uint64_t totalPkts) .........................................................................
Sets and returns the total packets of traffic in the ArtsNetMatrixData object. The total is the sum of all traffic from each source to each destination.
-------------------------------------------------------------------------
inline uint64_t TotalPkts(uint64_t totalPkts) ;
Function is currently defined inline.
Back to the top of ArtsNetMatrix
uint64_t TotalBytes() const ;
-------------------------------------------------------------------------
inline uint64_t TotalBytes() const .........................................................................
Returns the total bytes of traffic in the ArtsNetMatrix object. The total is the sum of all traffic from each source to each destination.
-------------------------------------------------------------------------
inline uint64_t TotalBytes() const ;
Function is currently defined inline.
Back to the top of ArtsNetMatrix
uint64_t TotalBytes(uint64_t totalBytes) ;
-------------------------------------------------------------------------
inline uint64_t TotalBytes(uint64_t totalBytes) .........................................................................
Sets and returns the total bytes of traffic in the ArtsNetMatrix object. The total is the sum of all traffic from each source to each destination.
-------------------------------------------------------------------------
inline uint64_t TotalBytes(uint64_t totalBytes) ;
Function is currently defined inline.
Back to the top of ArtsNetMatrix
vector<ArtsNetMatrixEntry> & NetEntries() const ;
-------------------------------------------------------------------------
inline vector<ArtsNetMatrixEntry> & NetEntries() const .........................................................................
Return a reference to the vector of ArtsNetMatrixEntry objects. Note that even though this member may be called from a const object, the returned reference is not const; the vector is mutable.
-------------------------------------------------------------------------
inline vector<ArtsNetMatrixEntry> & NetEntries() const ;
Function is currently defined inline.
Back to the top of ArtsNetMatrix
Back to the top of ArtsNetMatrix
Back to the top of ArtsNetMatrix
Back to the top of ArtsNetMatrix
Report problems to jkotula@unimax.com