17 #ifndef __MESOS_STATE_IN_MEMORY_HPP__
18 #define __MESOS_STATE_IN_MEMORY_HPP__
34 class InMemoryStorageProcess;
45 const std::string&
name);
47 const internal::state::Entry& entry,
53 InMemoryStorageProcess* process;
59 #endif // __MESOS_STATE_IN_MEMORY_HPP__
virtual process::Future< bool > expunge(const internal::state::Entry &entry)
virtual process::Future< bool > set(const internal::state::Entry &entry, const id::UUID &uuid)
Definition: in_memory.hpp:37
virtual ~InMemoryStorage()
virtual process::Future< std::set< std::string > > names()
Definition: storage.hpp:33
constexpr const char * name
Definition: shell.hpp:41
Definition: future.hpp:57