17 #ifndef __MESOS_STATE_LOG_HPP__
18 #define __MESOS_STATE_LOG_HPP__
36 class LogStorageProcess;
48 const std::string&
name);
50 const internal::state::Entry& entry,
56 LogStorageProcess* process;
62 #endif // __MESOS_STATE_LOG_HPP__
virtual process::Future< bool > expunge(const internal::state::Entry &entry)
LogStorage(mesos::log::Log *log, size_t diffsBetweenSnapshots=0)
Definition: storage.hpp:33
virtual process::Future< std::set< std::string > > names()
virtual process::Future< bool > set(const internal::state::Entry &entry, const id::UUID &uuid)
constexpr const char * name
Definition: shell.hpp:41
Definition: future.hpp:57