CernVM-FS
2.12.0
|
#include <channel.h>
Public Member Functions | |
ObjectInfo () | |
Public Attributes | |
shash::Any | id |
uint64_t | size |
cvmfs::EnumObjectType | object_type |
bool | pinned |
std::string | description |
std::string CachePlugin::ObjectInfo::description |
Definition at line 83 of file channel.h.
Referenced by anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::GetObjectInfo(), CachePlugin::HandleList(), CachePlugin::HandleStore(), anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::ListingNext(), and anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::StartTxn().
shash::Any CachePlugin::ObjectInfo::id |
Definition at line 79 of file channel.h.
Referenced by CachePlugin::HandleList(), CachePlugin::HandleStore(), and anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::ListingNext().
cvmfs::EnumObjectType CachePlugin::ObjectInfo::object_type |
Definition at line 81 of file channel.h.
Referenced by anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::GetObjectInfo(), CachePlugin::HandleObjectInfo(), CachePlugin::HandleStore(), anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::ListingNext(), and anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::StartTxn().
bool CachePlugin::ObjectInfo::pinned |
Definition at line 82 of file channel.h.
Referenced by anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::GetObjectInfo(), CachePlugin::HandleList(), and anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::ListingNext().
uint64_t CachePlugin::ObjectInfo::size |
Definition at line 80 of file channel.h.
Referenced by anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::GetObjectInfo(), CachePlugin::HandleObjectInfo(), CachePlugin::HandleStore(), anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::ListingNext(), and anonymous_namespace{libcvmfs_cache.cc}::ForwardCachePlugin::StartTxn().