Column-oriented GPU-accelerated Database Management System
CoGaDB
hype::core::LoadChangeEstimator Class Reference

#include <loadchange_estimator.hpp>

List of all members.

Public Member Functions

 LoadChangeEstimator (unsigned int size_of_circular_buffer=10)
double getLoadModificator () const throw ()
void add (const MeasurementPair &mp) throw ()

Private Attributes

boost::circular_buffer< double > last_load_factors_

Constructor & Destructor Documentation

hype::core::LoadChangeEstimator::LoadChangeEstimator ( unsigned int  size_of_circular_buffer = 10)

Member Function Documentation


Member Data Documentation

boost::circular_buffer<double> hype::core::LoadChangeEstimator::last_load_factors_ [private]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines