Apache Mesos
Public Member Functions | List of all members
mesos::state::State Class Reference

#include <state.hpp>

Inheritance diagram for mesos::state::State:
mesos::state::protobuf::State

Public Member Functions

 State (Storage *_storage)
 
virtual ~State ()
 
process::Future< Variablefetch (const std::string &name)
 
process::Future< Option< Variable > > store (const Variable &variable)
 
process::Future< bool > expunge (const Variable &variable)
 
process::Future< std::set< std::string > > names ()
 

Constructor & Destructor Documentation

mesos::state::State::State ( Storage _storage)
inlineexplicit
virtual mesos::state::State::~State ( )
inlinevirtual

Reimplemented in mesos::state::protobuf::State.

Member Function Documentation

process::Future< bool > mesos::state::State::expunge ( const Variable variable)
inline
process::Future< Variable > mesos::state::State::fetch ( const std::string &  name)
inline
process::Future< std::set< std::string > > mesos::state::State::names ( )
inline
process::Future< Option< Variable > > mesos::state::State::store ( const Variable variable)
inline

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