#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
} |
|
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 |
|
diskCache::MetaCommand::CommandTable::~CommandTable |
( |
| ) |
|
Destructor to release system resources.
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.
const char * diskCache::MetaCommand::CommandTable::Lookup |
( |
command_type |
Command | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files: