Apache Mesos
Public Member Functions | List of all members
mesos::resource_provider::RemoveResourceProvider Class Reference

#include <registrar.hpp>

Inheritance diagram for mesos::resource_provider::RemoveResourceProvider:
mesos::resource_provider::Registrar::Operation process::Promise< bool >

Public Member Functions

 RemoveResourceProvider (const ResourceProviderID &id)
 
- Public Member Functions inherited from mesos::resource_provider::Registrar::Operation
 ~Operation () override=default
 
Try< bool > operator() (registry::Registry *registry)
 
bool set ()
 
- Public Member Functions inherited from process::Promise< bool >
 Promise ()
 
 Promise (const bool &t)
 
 Promise (Promise &&that)=default
 
 Promise (const Promise &that)=delete
 
virtual ~Promise ()
 
Promiseoperator= (Promise &&)=default
 
Promiseoperator= (const Promise &)=delete
 
bool discard ()
 
bool set (const bool &_t)
 
bool set (bool &&_t)
 
bool set (const Future< bool > &future)
 
bool associate (const Future< bool > &future)
 
bool fail (const std::string &message)
 
Future< bool > future () const
 

Additional Inherited Members

Constructor & Destructor Documentation

mesos::resource_provider::RemoveResourceProvider::RemoveResourceProvider ( const ResourceProviderID &  id)
explicit

The documentation for this class was generated from the following file: