#include <config_db_client.h>
Definition at line 150 of file config_db_client.h.
◆ ObjectCacheEntry()
ObjectCacheEntry::ObjectCacheEntry |
( |
uint64_t |
last_read_tstamp | ) |
|
|
inline |
◆ ~ObjectCacheEntry()
ObjectCacheEntry::~ObjectCacheEntry |
( |
| ) |
|
|
inline |
◆ GetFQName()
virtual const std::string& ObjectCacheEntry::GetFQName |
( |
| ) |
const |
|
inlinevirtual |
◆ GetLastReadTimeStamp()
virtual uint64_t ObjectCacheEntry::GetLastReadTimeStamp |
( |
| ) |
const |
|
inlinevirtual |
◆ GetObjType()
virtual const std::string& ObjectCacheEntry::GetObjType |
( |
| ) |
const |
|
inlinevirtual |
◆ SetFQName()
virtual void ObjectCacheEntry::SetFQName |
( |
std::string |
fq_name | ) |
|
|
inlinevirtual |
◆ SetLastReadTimeStamp()
virtual void ObjectCacheEntry::SetLastReadTimeStamp |
( |
uint64_t |
ts | ) |
|
|
inlinevirtual |
◆ SetObjType()
virtual void ObjectCacheEntry::SetObjType |
( |
std::string |
obj_type | ) |
|
|
inlinevirtual |
◆ fq_name_
std::string ObjectCacheEntry::fq_name_ |
|
private |
◆ last_read_tstamp_
uint64_t ObjectCacheEntry::last_read_tstamp_ |
|
private |
◆ obj_type_
std::string ObjectCacheEntry::obj_type_ |
|
private |
The documentation for this class was generated from the following file: