#include <MasterCommandInterpreter.h>


Public Member Functions | |
| MasterCommandInterpreter (Lib::Master::ClientPtr &master) | |
| int | execute_line (const String &line) override |
Public Member Functions inherited from Hypertable::CommandInterpreter | |
| CommandInterpreter () | |
| void | set_timestamp_output_format (const String &format) |
| void | set_silent (bool silent) |
| void | set_test_mode (bool mode) |
| void | set_interactive_mode (bool mode) |
| bool | silent_mode () |
| bool | test_mode () |
| bool | normal_mode () |
| int | timestamp_output_format () |
Private Attributes | |
| Lib::Master::ClientPtr | m_master |
Additional Inherited Members | |
Public Types inherited from Hypertable::CommandInterpreter | |
| enum | { TIMESTAMP_FORMAT_DEFAULT, TIMESTAMP_FORMAT_NANOS } |
Protected Attributes inherited from Hypertable::CommandInterpreter | |
| int | m_timestamp_output_format |
| bool | m_silent |
| bool | m_test_mode |
| bool | m_interactive |
Definition at line 37 of file MasterCommandInterpreter.h.
| MasterCommandInterpreter::MasterCommandInterpreter | ( | Lib::Master::ClientPtr & | master | ) |
Definition at line 34 of file MasterCommandInterpreter.cc.
|
overridevirtual |
Implements Hypertable::CommandInterpreter.
Definition at line 40 of file MasterCommandInterpreter.cc.
|
private |
Definition at line 44 of file MasterCommandInterpreter.h.
1.8.8