![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
Public Member Functions | |
| FileEntity (size_t attempts) | |
Public Attributes | |
| std::string | uri |
| std::string | pfn |
| FileDeliveryStatus | uriStatus |
| FileTransferStatus | ftStatus |
| size_t | attemptsRemaining |
Definition at line 36 of file FileServiceProxy.h.
|
inlineexplicit |
Definition at line 37 of file FileServiceProxy.h.
| size_t art::detail::FileServiceProxy::FileEntity::attemptsRemaining |
Definition at line 48 of file FileServiceProxy.h.
Referenced by art::detail::FileServiceProxy::obtainFileFromURI_(), and art::detail::FileServiceProxy::obtainURI_().
| FileTransferStatus art::detail::FileServiceProxy::FileEntity::ftStatus |
Definition at line 47 of file FileServiceProxy.h.
Referenced by art::detail::FileServiceProxy::finish(), art::detail::FileServiceProxy::obtainFileFromURI_(), and art::detail::FileServiceProxy::~FileServiceProxy().
| std::string art::detail::FileServiceProxy::FileEntity::pfn |
Definition at line 45 of file FileServiceProxy.h.
Referenced by art::detail::FileServiceProxy::obtainFileFromURI_().
| std::string art::detail::FileServiceProxy::FileEntity::uri |
Definition at line 44 of file FileServiceProxy.h.
Referenced by art::detail::FileServiceProxy::finish(), art::detail::FileServiceProxy::obtainFileFromURI_(), art::detail::FileServiceProxy::obtainURI_(), and art::detail::FileServiceProxy::~FileServiceProxy().
| FileDeliveryStatus art::detail::FileServiceProxy::FileEntity::uriStatus |
Definition at line 46 of file FileServiceProxy.h.
Referenced by art::detail::FileServiceProxy::obtainFileFromURI_(), and art::detail::FileServiceProxy::obtainURI_().