CernVM-FS
2.12.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 168 of file cache_extern.h.
|
inlineexplicit |
Definition at line 170 of file cache_extern.h.
|
inlineexplicit |
Definition at line 172 of file cache_extern.h.
|
inlineexplicit |
Definition at line 174 of file cache_extern.h.
|
inlineexplicit |
Definition at line 176 of file cache_extern.h.
|
inlineexplicit |
Definition at line 179 of file cache_extern.h.
|
inlineexplicit |
Definition at line 182 of file cache_extern.h.
|
inlineexplicit |
Definition at line 184 of file cache_extern.h.
|
inlineexplicit |
Definition at line 186 of file cache_extern.h.
|
inlineexplicit |
Definition at line 188 of file cache_extern.h.
|
inlineexplicit |
Definition at line 190 of file cache_extern.h.
|
inline |
Definition at line 256 of file cache_extern.h.
Referenced by ExternalCacheManager::CallRemotely(), ExternalCacheManager::MainRead(), and ExternalCacheManager::Pread().
|
inline |
Definition at line 255 of file cache_extern.h.
Referenced by ExternalCacheManager::CallRemotely().
|
inline |
Definition at line 247 of file cache_extern.h.
Referenced by ExternalCacheManager::LoadBreadcrumb(), and ExternalCacheManager::StoreBreadcrumb().
|
inline |
Definition at line 229 of file cache_extern.h.
Referenced by ExternalQuotaManager::GetInfo().
|
inline |
Definition at line 241 of file cache_extern.h.
Referenced by ExternalQuotaManager::DoListing().
|
inline |
Definition at line 209 of file cache_extern.h.
Referenced by ExternalCacheManager::GetSize().
|
inline |
Definition at line 216 of file cache_extern.h.
Referenced by ExternalCacheManager::Pread().
|
inline |
Definition at line 203 of file cache_extern.h.
Referenced by ExternalCacheManager::ChangeRefcount().
|
inline |
Definition at line 201 of file cache_extern.h.
|
inline |
Definition at line 235 of file cache_extern.h.
Referenced by ExternalQuotaManager::Cleanup().
|
inline |
Definition at line 222 of file cache_extern.h.
Referenced by ExternalCacheManager::Flush(), and ExternalCacheManager::Reset().
|
inline |
Definition at line 258 of file cache_extern.h.
Referenced by ExternalCacheManager::MainRead().
|
inline |
Definition at line 257 of file cache_extern.h.
Referenced by ExternalCacheManager::MainRead().
|
inline |
Definition at line 197 of file cache_extern.h.
Referenced by ExternalCacheManager::Pread().
|
inline |
Definition at line 193 of file cache_extern.h.
Referenced by ExternalCacheManager::Flush().
|
private |
Definition at line 265 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 264 of file cache_extern.h.
Referenced by frame_send(), and set_attachment_send().
|
private |
Definition at line 263 of file cache_extern.h.
Referenced by msg_req().
|
private |
Definition at line 262 of file cache_extern.h.
Referenced by msg_store_reply(), and part_nr().
|
private |
Definition at line 261 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().