17 #ifndef __MESOS_STATE_LEVELDB_HPP__
18 #define __MESOS_STATE_LEVELDB_HPP__
35 class LevelDBStorageProcess;
46 const std::string&
name);
48 const internal::state::Entry& entry,
54 LevelDBStorageProcess* process;
60 #endif // __MESOS_STATE_LEVELDB_HPP__
virtual ~LevelDBStorage()
virtual process::Future< bool > expunge(const internal::state::Entry &entry)
LevelDBStorage(const std::string &path)
virtual process::Future< bool > set(const internal::state::Entry &entry, const id::UUID &uuid)
Definition: storage.hpp:33
virtual process::Future< std::set< std::string > > names()
Definition: leveldb.hpp:38
constexpr const char * name
Definition: shell.hpp:41
Definition: future.hpp:57