Apache Mesos
|
#include <state.hpp>
Public Member Functions | |
State (Storage *_storage) | |
virtual | ~State () |
process::Future< Variable > | fetch (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 () |
|
inlineexplicit |
|
inlinevirtual |
Reimplemented in mesos::state::protobuf::State.
|
inline |
|
inline |
|
inline |
|
inline |