![]() |
CernVM-FS
2.13.0
|
Public Member Functions | |
RpcJob (cvmfs::MsgRefcountReq *msg) | |
RpcJob (cvmfs::MsgObjectInfoReq *msg) | |
RpcJob (cvmfs::MsgReadReq *msg) | |
RpcJob (cvmfs::MsgStoreReq *msg) | |
RpcJob (cvmfs::MsgStoreAbortReq *msg) | |
RpcJob (cvmfs::MsgInfoReq *msg) | |
RpcJob (cvmfs::MsgShrinkReq *msg) | |
RpcJob (cvmfs::MsgListReq *msg) | |
RpcJob (cvmfs::MsgBreadcrumbLoadReq *msg) | |
RpcJob (cvmfs::MsgBreadcrumbStoreReq *msg) | |
void | set_attachment_send (void *data, unsigned size) |
void | set_attachment_recv (void *data, unsigned size) |
google::protobuf::MessageLite * | msg_req () |
cvmfs::MsgRefcountReply * | msg_refcount_reply () |
cvmfs::MsgObjectInfoReply * | msg_object_info_reply () |
cvmfs::MsgReadReply * | msg_read_reply () |
cvmfs::MsgStoreReply * | msg_store_reply () |
cvmfs::MsgInfoReply * | msg_info_reply () |
cvmfs::MsgShrinkReply * | msg_shrink_reply () |
cvmfs::MsgListReply * | msg_list_reply () |
cvmfs::MsgBreadcrumbReply * | msg_breadcrumb_reply () |
CacheTransport::Frame * | frame_send () |
CacheTransport::Frame * | frame_recv () |
uint64_t | req_id () const |
uint64_t | part_nr () const |
Private Attributes | |
uint64_t | req_id_ |
uint64_t | part_nr_ |
google::protobuf::MessageLite * | msg_req_ |
CacheTransport::Frame | frame_send_ |
CacheTransport::Frame | frame_recv_ |
Definition at line 165 of file cache_extern.h.
|
inlineexplicit |
Definition at line 167 of file cache_extern.h.
|
inlineexplicit |
Definition at line 172 of file cache_extern.h.
|
inlineexplicit |
Definition at line 177 of file cache_extern.h.
|
inlineexplicit |
Definition at line 182 of file cache_extern.h.
|
inlineexplicit |
Definition at line 187 of file cache_extern.h.
|
inlineexplicit |
Definition at line 192 of file cache_extern.h.
|
inlineexplicit |
Definition at line 197 of file cache_extern.h.
|
inlineexplicit |
Definition at line 202 of file cache_extern.h.
|
inlineexplicit |
Definition at line 207 of file cache_extern.h.
|
inlineexplicit |
Definition at line 212 of file cache_extern.h.
|
inline |
Definition at line 281 of file cache_extern.h.
Referenced by ExternalCacheManager::CallRemotely(), ExternalCacheManager::MainRead(), and ExternalCacheManager::Pread().
|
inline |
Definition at line 280 of file cache_extern.h.
Referenced by ExternalCacheManager::CallRemotely().
|
inline |
Definition at line 272 of file cache_extern.h.
Referenced by ExternalCacheManager::LoadBreadcrumb(), and ExternalCacheManager::StoreBreadcrumb().
|
inline |
Definition at line 254 of file cache_extern.h.
Referenced by ExternalQuotaManager::GetInfo().
|
inline |
Definition at line 266 of file cache_extern.h.
Referenced by ExternalQuotaManager::DoListing().
|
inline |
Definition at line 234 of file cache_extern.h.
Referenced by ExternalCacheManager::GetSize().
|
inline |
Definition at line 241 of file cache_extern.h.
Referenced by ExternalCacheManager::Pread().
|
inline |
Definition at line 228 of file cache_extern.h.
Referenced by ExternalCacheManager::ChangeRefcount().
|
inline |
Definition at line 226 of file cache_extern.h.
|
inline |
Definition at line 260 of file cache_extern.h.
Referenced by ExternalQuotaManager::Cleanup().
|
inline |
Definition at line 247 of file cache_extern.h.
Referenced by ExternalCacheManager::Flush(), and ExternalCacheManager::Reset().
|
inline |
Definition at line 283 of file cache_extern.h.
Referenced by ExternalCacheManager::MainRead().
|
inline |
Definition at line 282 of file cache_extern.h.
Referenced by ExternalCacheManager::MainRead().
|
inline |
Definition at line 222 of file cache_extern.h.
Referenced by ExternalCacheManager::Pread().
|
inline |
Definition at line 218 of file cache_extern.h.
Referenced by ExternalCacheManager::Flush().
|
private |
Definition at line 290 of file cache_extern.h.
Referenced by frame_recv(), msg_breadcrumb_reply(), msg_info_reply(), msg_list_reply(), msg_object_info_reply(), msg_read_reply(), msg_refcount_reply(), msg_shrink_reply(), msg_store_reply(), and set_attachment_recv().
|
private |
Definition at line 289 of file cache_extern.h.
Referenced by frame_send(), and set_attachment_send().
|
private |
Definition at line 288 of file cache_extern.h.
Referenced by msg_req().
|
private |
Definition at line 287 of file cache_extern.h.
Referenced by msg_store_reply(), and part_nr().
|
private |
Definition at line 286 of file cache_extern.h.
Referenced by msg_breadcrumb_reply(), msg_info_reply(), msg_list_reply(), msg_object_info_reply(), msg_read_reply(), msg_refcount_reply(), msg_shrink_reply(), msg_store_reply(), and req_id().