ldas-tools-diskcacheAPI  2.6.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Typedefs | Enumerations | Functions
diskCache::MetaCommand Namespace Reference

Classes

class  ClientServerInterface
 
class  CommandTable
 
class  Daemon
 Daemon mode. More...
 
class  Dump
 
class  Filenames
 
class  FilenamesRDS
 
class  Intervals
 
class  MountPointStats
 
class  Quit
 
class  Reconfigure
 Have daemon reread configuration file. More...
 
class  Scan
 
class  Status
 Retrieve information from a running server. More...
 
class  transfer_helper
 

Typedefs

typedef
LDASTools::AL::CommandLineOptions 
CommandLineOptions
 
typedef CommandLineOptions::Option Option
 
typedef
CommandLineOptions::OptionSet 
OptionSet
 
typedef INT_4U time_type
 
typedef boost::shared_ptr
< GenericAPI::Net::ServerSocketStream > 
server_type
 
typedef
server_type::element_type::accept_stream_type 
server_responce_type
 
typedef boost::shared_ptr
< GenericAPI::Net::SocketStream > 
client_type
 
typedef
diskCache::Streams::Interface::version_type 
version_type
 
typedef INT_4U scan_interval_type
 
typedef INT_4U stat_timeout_type
 

Enumerations

enum  { VERSION_DEFAULT_BINARY = diskCache::Streams::OBinary::VERSION_DEFAULT }
 
enum  { VERSION_DEFAULT_ASCII = diskCache::Streams::OASCII::VERSION_DEFAULT }
 

Functions

 SINGLETON_TS_INST (CommandTable)
 

Typedef Documentation

typedef boost::shared_ptr< GenericAPI::Net::SocketStream > diskCache::MetaCommand::client_type
typedef LDASTools::AL::CommandLineOptions diskCache::MetaCommand::CommandLineOptions
typedef CommandLineOptions::Option diskCache::MetaCommand::Option
typedef CommandLineOptions::OptionSet diskCache::MetaCommand::OptionSet
typedef server_type::element_type::accept_stream_type diskCache::MetaCommand::server_responce_type
typedef boost::shared_ptr< GenericAPI::Net::ServerSocketStream > diskCache::MetaCommand::server_type

Enumeration Type Documentation

anonymous enum
Enumerator
VERSION_DEFAULT_BINARY 
anonymous enum
Enumerator
VERSION_DEFAULT_ASCII 

Function Documentation

diskCache::MetaCommand::SINGLETON_TS_INST ( CommandTable  )