CernVM-FS
2.12.0
|
#include <cache_extern.h>
Public Member Functions | |
PluginHandle () | |
bool | IsValid () const |
int | fd_connection () const |
std::string | error_msg () const |
Private Attributes | |
int | fd_connection_ |
std::string | error_msg_ |
Friends | |
class | ExternalCacheManager |
Used for race-free startup of an external cache plugin.
Definition at line 39 of file cache_extern.h.
|
inline |
Definition at line 42 of file cache_extern.h.
|
inline |
Definition at line 45 of file cache_extern.h.
Referenced by FileSystem::SetupExternalCacheMgr().
|
inline |
Definition at line 44 of file cache_extern.h.
Referenced by FileSystem::SetupExternalCacheMgr().
|
inline |
Definition at line 43 of file cache_extern.h.
Referenced by FileSystem::SetupExternalCacheMgr().
|
friend |
Definition at line 40 of file cache_extern.h.
|
private |
Definition at line 53 of file cache_extern.h.
Referenced by error_msg().
|
private |
The connected file descriptor to pass to Create()
Definition at line 51 of file cache_extern.h.
Referenced by fd_connection(), and IsValid().