CernVM-FS
2.12.0
|
Public Member Functions | |
Listing () | |
Listing () | |
Public Attributes | |
cvmcache_object_type | type |
uint64_t | pos |
vector< Object > * | elems |
vector< struct cvmcache_object_info > | elems |
Listings are generated and cached during the entire life time of a listing id. Not very memory efficient but we don't optimize for listings.
Definition at line 43 of file cvmfs_cache_null.cc.
|
inline |
Definition at line 44 of file cvmfs_cache_null.cc.
|
inline |
Definition at line 103 of file cvmfs_cache_ram.cc.
vector<Object>* Listing::elems |
Definition at line 47 of file cvmfs_cache_null.cc.
Referenced by null_listing_begin(), null_listing_next(), PluginRamCache::ram_listing_begin(), and PluginRamCache::ram_listing_next().
vector<struct cvmcache_object_info> Listing::elems |
Definition at line 105 of file cvmfs_cache_ram.cc.
uint64_t Listing::pos |
Definition at line 46 of file cvmfs_cache_null.cc.
Referenced by null_listing_next(), and PluginRamCache::ram_listing_next().
cvmcache_object_type Listing::type |
Definition at line 45 of file cvmfs_cache_null.cc.
Referenced by null_listing_begin(), and null_listing_next().