| Apache Mesos
    | 
#include <resource_estimator.hpp>
 
  
 | Public Member Functions | |
| virtual | ~ResourceEstimator () | 
| virtual Try< Nothing > | initialize (const lambda::function< process::Future< ResourceUsage >()> &usage)=0 | 
| virtual process::Future< Resources > | oversubscribable ()=0 | 
| Static Public Member Functions | |
| static Try< ResourceEstimator * > | create (const Option< std::string > &type) | 
| 
 | inlinevirtual | 
| 
 | static | 
| 
 | pure virtual | 
Implemented in mesos::internal::slave::NoopResourceEstimator.
| 
 | pure virtual | 
Implemented in mesos::internal::slave::NoopResourceEstimator.
 1.8.11
 1.8.11