OpenSDN source code
|
#include <derived_stats_algo.h>
Public Member Functions | |
DSAnomaly (const std::string &annotation) | |
DSReturnType | FillResult (AnomalyResT &res) const |
void | Update (const ElemT &raw, uint64_t mono_usec) |
Public Attributes | |
std::string | algo_ |
std::string | config_ |
std::string | error_ |
ElemT | previous_ |
bool | started_ |
boost::scoped_ptr< DSAnomalyIf < ElemT > > | impl_ |
Definition at line 102 of file derived_stats_algo.h.
|
inline |
Definition at line 104 of file derived_stats_algo.h.
|
inline |
Definition at line 120 of file derived_stats_algo.h.
|
inline |
Definition at line 135 of file derived_stats_algo.h.
std::string contrail::sandesh::DSAnomaly< ElemT, AnomalyResT >::algo_ |
Definition at line 143 of file derived_stats_algo.h.
std::string contrail::sandesh::DSAnomaly< ElemT, AnomalyResT >::config_ |
Definition at line 144 of file derived_stats_algo.h.
std::string contrail::sandesh::DSAnomaly< ElemT, AnomalyResT >::error_ |
Definition at line 145 of file derived_stats_algo.h.
boost::scoped_ptr<DSAnomalyIf<ElemT> > contrail::sandesh::DSAnomaly< ElemT, AnomalyResT >::impl_ |
Definition at line 148 of file derived_stats_algo.h.
ElemT contrail::sandesh::DSAnomaly< ElemT, AnomalyResT >::previous_ |
Definition at line 146 of file derived_stats_algo.h.
bool contrail::sandesh::DSAnomaly< ElemT, AnomalyResT >::started_ |
Definition at line 147 of file derived_stats_algo.h.