CernVM-FS
2.12.0
|
#include <swissknife_history.h>
Public Member Functions | |
virtual std::string | GetName () const |
virtual std::string | GetDescription () const |
virtual ParameterList | GetParams () const |
int | Main (const ArgumentList &args) |
Public Member Functions inherited from swissknife::CommandTag | |
CommandTag () | |
Public Member Functions inherited from swissknife::Command | |
Command () | |
virtual | ~Command () |
Public Member Functions inherited from ServerTool | |
ServerTool () | |
virtual | ~ServerTool () |
bool | InitDownloadManager (const bool follow_redirects, const std::string &proxy, const unsigned max_pool_handles=1) |
bool | InitSignatureManager (const std::string &pubkey_path, const std::string &certificate_path="", const std::string &private_key_path="") |
manifest::Manifest * | OpenLocalManifest (const std::string path) const |
manifest::Failures | FetchRemoteManifestEnsemble (const std::string &repository_url, const std::string &repository_name, manifest::ManifestEnsemble *ensemble) const |
manifest::Manifest * | FetchRemoteManifest (const std::string &repository_url, const std::string &repository_name, const shash::Any &base_hash=shash::Any()) const |
template<class ObjectFetcherT > | |
manifest::Reflog * | FetchReflog (ObjectFetcherT *object_fetcher, const std::string &repo_name, const shash::Any &reflog_hash) |
manifest::Reflog * | CreateEmptyReflog (const std::string &temp_directory, const std::string &repo_name) |
download::DownloadManager * | download_manager () const |
signature::SignatureManager * | signature_manager () const |
perf::Statistics * | statistics () |
const perf::Statistics * | statistics () const |
Additional Inherited Members | |
Static Public Attributes inherited from swissknife::CommandTag | |
static const std::string | kHeadTagDescription = "current HEAD" |
static const std::string | kPreviousHeadTagDescription |
Static Public Attributes inherited from swissknife::Command | |
static const char | kGenericParam = '+' |
static const char | kGenericParamSeparator = ',' |
Protected Types inherited from swissknife::CommandTag | |
typedef std::vector < history::History::Tag > | TagList |
typedef std::vector < history::History::Branch > | BranchList |
Protected Member Functions inherited from swissknife::CommandTag | |
Environment * | InitializeEnvironment (const ArgumentList &args, const bool read_write) |
bool | CloseAndPublishHistory (Environment *environment) |
bool | UploadCatalogAndUpdateManifest (Environment *env, catalog::WritableCatalog *catalog) |
void | UploadClosure (const upload::SpoolerResult &result, Future< shash::Any > *hash) |
bool | UpdateUndoTags (Environment *env, const history::History::Tag ¤t_head_template, const bool undo_rollback=false) |
bool | FetchObject (const std::string &repository_url, const shash::Any &object_hash, const std::string &destination_path) const |
history::History * | GetHistory (const manifest::Manifest *manifest, const std::string &repository_url, const std::string &history_path, const bool read_write) const |
catalog::Catalog * | GetCatalog (const std::string &repository_url, const shash::Any &catalog_hash, const std::string catalog_path, const bool read_write) const |
void | PrintTagMachineReadable (const history::History::Tag &tag) const |
std::string | AddPadding (const std::string &str, const size_t padding, const bool align_right=false, const std::string &fill_char=" ") const |
bool | IsUndoTagName (const std::string &tag_name) const |
Protected Attributes inherited from ServerTool | |
UniquePtr < download::DownloadManager > | download_manager_ |
UniquePtr < signature::SignatureManager > | signature_manager_ |
perf::Statistics | statistics_ |
Definition at line 209 of file swissknife_history.h.
|
inlinevirtual |
Implements swissknife::Command.
Definition at line 212 of file swissknife_history.h.
|
inlinevirtual |
Implements swissknife::Command.
Definition at line 211 of file swissknife_history.h.
|
virtual |
Implements swissknife::Command.
Definition at line 1160 of file swissknife_history.cc.
|
virtual |
Implements swissknife::Command.
Definition at line 1166 of file swissknife_history.cc.