| 
    Apache Mesos
    
   | 
 
#include <noop.hpp>
  
 Public Member Functions | |
| ~NoopResourceEstimator () override | |
| Try< Nothing > | initialize (const lambda::function< process::Future< ResourceUsage >()> &usage) override | 
| process::Future< Resources > | oversubscribable () override | 
  Public Member Functions inherited from mesos::slave::ResourceEstimator | |
| virtual | ~ResourceEstimator () | 
Protected Attributes | |
| process::Owned< NoopResourceEstimatorProcess > | process | 
Additional Inherited Members | |
  Static Public Member Functions inherited from mesos::slave::ResourceEstimator | |
| static Try< ResourceEstimator * > | create (const Option< std::string > &type) | 
      
  | 
  override | 
      
  | 
  overridevirtual | 
Implements mesos::slave::ResourceEstimator.
      
  | 
  overridevirtual | 
Implements mesos::slave::ResourceEstimator.
      
  | 
  protected | 
 1.8.11