#include <MetaCommands.hh>
|
enum | command_type {
CMD_UNKNOWN,
CMD_DAEMON,
CMD_DUMP,
CMD_FILENAMES,
CMD_FILENAMES_RDS,
CMD_INTERVALS,
CMD_MOUNT_POINT_STATS,
CMD_QUIT,
CMD_RECONFIGURE,
CMD_SCAN,
CMD_STATUS
} |
|
◆ command_type
Enumerator |
---|
CMD_UNKNOWN | |
CMD_DAEMON | |
CMD_DUMP | |
CMD_FILENAMES | |
CMD_FILENAMES_RDS | |
CMD_INTERVALS | |
CMD_MOUNT_POINT_STATS | |
CMD_QUIT | |
CMD_RECONFIGURE | |
CMD_SCAN | |
CMD_STATUS | |
◆ ~CommandTable()
diskCache::MetaCommand::CommandTable::~CommandTable |
( |
| ) |
|
Destructor to release system resources.
◆ Lookup() [1/2]
Translate from ascii to enumerated type.
- Parameters
-
[in] | Name | The ascii form of the command |
- Returns
- The appropriate value from the command_type enumeration. If Name cannot be mapped, then the value CMD_UNKNOWN is returned.
◆ Lookup() [2/2]
const char * diskCache::MetaCommand::CommandTable::Lookup |
( |
command_type |
Command | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files: