Go to the documentation of this file.Go to the SVN repository for this file.
1 #ifndef CONN___NETCACHE_ADMIN__HPP
2 #define CONN___NETCACHE_ADMIN__HPP
69 void ShutdownServer(EShutdownOption shutdown_option = eNormalShutdown);
78 void ReloadServerConfig(EReloadConfigOption reload_option = eCompleteReload);
81 void Purge(
const string& cache_name);
104 const string& aggregation_period =
kEmptyStr,
105 EStatPeriodCompleteness period_completeness = eReturnCurrentPeriod);
EStatPeriodCompleteness
Enumeration for use with PrintStat().
EShutdownOption
Shutdown options.
EReloadConfigOption
Reload configuration options.
@ eNormalShutdown
Normal shutdown is requested.
@ eDrain
Wait for all blobs to expire.
@ eMirrorReload
Parameters related to mirroring will only be reloaded.
@ eCompleteReload
Complete reload is requested.
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
IO_PREFIX::ostream CNcbiOstream
Portable alias for ostream.
#define NCBI_XCONNECT_EXPORT
#define NCBI_NET_COMPONENT(component)