CernVM-FS
2.12.0
|
Public Member Functions | |
bool | IsDefined () |
bool | DeterminePaths () |
bool | CompleteInfo () |
Static Public Member Functions | |
static std::string | GetDefaultDomain () |
Public Attributes | |
std::string | socket_path |
std::string | instance_name |
std::string | workspace |
std::string | identifier |
This file is part of the CernVM File System.
cvmfs_talk runs query-response cycles against a running cvmfs instance.
Definition at line 22 of file cvmfs_talk.cc.
|
inline |
Definition at line 74 of file cvmfs_talk.cc.
Referenced by SendCommand().
|
inline |
Definition at line 40 of file cvmfs_talk.cc.
Referenced by CompleteInfo().
|
inlinestatic |
Definition at line 28 of file cvmfs_talk.cc.
Referenced by DeterminePaths().
|
inline |
Definition at line 23 of file cvmfs_talk.cc.
Referenced by CompleteInfo(), and main().
std::string InstanceInfo::identifier |
Definition at line 92 of file cvmfs_talk.cc.
Referenced by CompleteInfo(), and SendCommand().
std::string InstanceInfo::instance_name |
Definition at line 90 of file cvmfs_talk.cc.
Referenced by CompleteInfo(), DeterminePaths(), IsDefined(), and main().
std::string InstanceInfo::socket_path |
Definition at line 89 of file cvmfs_talk.cc.
Referenced by CompleteInfo(), DeterminePaths(), IsDefined(), main(), and SendCommand().
std::string InstanceInfo::workspace |
Definition at line 91 of file cvmfs_talk.cc.
Referenced by CompleteInfo(), DeterminePaths(), and SendCommand().