Definition at line 56 of file ObjectStore.cpp.
◆ get()
virtual const Object objectstore::IObjectStoreAPI::get |
( |
const OID & |
oid, |
|
|
const version_t & |
ver |
|
) |
| |
|
pure virtual |
◆ get_by_time()
virtual const Object objectstore::IObjectStoreAPI::get_by_time |
( |
const OID & |
oid, |
|
|
const uint64_t & |
ts_us |
|
) |
| |
|
pure virtual |
◆ put()
virtual std::tuple<version_t,uint64_t> objectstore::IObjectStoreAPI::put |
( |
const Object & |
object | ) |
|
|
pure virtual |
◆ remove()
virtual std::tuple<version_t,uint64_t> objectstore::IObjectStoreAPI::remove |
( |
const OID & |
oid | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: