CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
InstanceInfo Struct Reference

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
 

Detailed Description

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.

Member Function Documentation

bool InstanceInfo::CompleteInfo ( )
inline

Definition at line 74 of file cvmfs_talk.cc.

Referenced by SendCommand().

Here is the call graph for this function:

Here is the caller graph for this function:

bool InstanceInfo::DeterminePaths ( )
inline

Definition at line 40 of file cvmfs_talk.cc.

Referenced by CompleteInfo().

Here is the call graph for this function:

Here is the caller graph for this function:

static std::string InstanceInfo::GetDefaultDomain ( )
inlinestatic

Definition at line 28 of file cvmfs_talk.cc.

Referenced by DeterminePaths().

Here is the call graph for this function:

Here is the caller graph for this function:

bool InstanceInfo::IsDefined ( )
inline

Definition at line 23 of file cvmfs_talk.cc.

Referenced by CompleteInfo(), and main().

Here is the caller graph for this function:

Member Data Documentation

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().


The documentation for this struct was generated from the following file: