OpenSDN source code
|
#include <derived_stats.h>
Public Member Functions | |
DerivedStatsPeriodicAnomalyIf (std::string annotation, bool is_agg=false) | |
bool | IsResult (void) const |
void | Update (ElemT raw, uint64_t mono_usec) |
void | Update (const std::map< std::string, ElemT > &raw, const std::map< std::string, bool > &del, uint64_t mono_usec) |
bool | Flush (const ResultT &res) |
bool | Flush (const std::map< std::string, ResultT > &mres) |
void | FillResult (ResultT &res, bool &isset, bool force=false) const |
void | FillResult (std::map< std::string, ResultT > &mres, bool &isset, bool force=false) const |
Private Types | |
typedef std::map< std::string, boost::shared_ptr< DSTT< ElemT, ResultT > > > | result_map |
Private Attributes | |
DerivedStatsPeriodicIf< PreT, ElemT, ElemT, DSPeriodic < ElemT > > | periodic_ |
DerivedStatsIf< DSTT, ElemT, ResultT > | anomaly_ |
bool | init_ |
Definition at line 406 of file derived_stats.h.
|
private |
Definition at line 409 of file derived_stats.h.
|
inline |
Definition at line 414 of file derived_stats.h.
|
inline |
Definition at line 492 of file derived_stats.h.
|
inline |
Definition at line 496 of file derived_stats.h.
|
inline |
Definition at line 436 of file derived_stats.h.
|
inline |
Definition at line 453 of file derived_stats.h.
|
inline |
Definition at line 419 of file derived_stats.h.
|
inline |
Definition at line 425 of file derived_stats.h.
|
inline |
Definition at line 430 of file derived_stats.h.
|
private |
Definition at line 410 of file derived_stats.h.
|
private |
Definition at line 411 of file derived_stats.h.
|
private |
Definition at line 408 of file derived_stats.h.