0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
Tools::client::master::MasterCommandInterpreter Class Reference

#include <MasterCommandInterpreter.h>

Inheritance diagram for Tools::client::master::MasterCommandInterpreter:
Inheritance graph
[legend]
Collaboration diagram for Tools::client::master::MasterCommandInterpreter:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 37 of file MasterCommandInterpreter.h.

Constructor & Destructor Documentation

MasterCommandInterpreter::MasterCommandInterpreter ( Lib::Master::ClientPtr master)

Definition at line 34 of file MasterCommandInterpreter.cc.

Member Function Documentation

int MasterCommandInterpreter::execute_line ( const String line)
overridevirtual

Implements Hypertable::CommandInterpreter.

Definition at line 40 of file MasterCommandInterpreter.cc.

Member Data Documentation

Lib::Master::ClientPtr Tools::client::master::MasterCommandInterpreter::m_master
private

Definition at line 44 of file MasterCommandInterpreter.h.


The documentation for this class was generated from the following files: