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
Hypertable::DispatchHandlerOperationAlterTable Class Reference

#include <DispatchHandlerOperationAlterTable.h>

Inheritance diagram for Hypertable::DispatchHandlerOperationAlterTable:
Inheritance graph
[legend]
Collaboration diagram for Hypertable::DispatchHandlerOperationAlterTable:
Collaboration graph
[legend]

Public Member Functions

 DispatchHandlerOperationAlterTable (ContextPtr &context, const TableIdentifier &table, const String &schema)
 
virtual void start (const String &location)
 Method overridden in derived class for issuing requests. More...
 
- Public Member Functions inherited from Hypertable::DispatchHandlerOperation
 DispatchHandlerOperation (ContextPtr &context)
 Constructor. More...
 
void start (StringSet &locations)
 Starts asynchronous request. More...
 
virtual void result_callback (const EventPtr &event)
 Post-request hook method. More...
 
virtual void handle (EventPtr &event)
 Process response event. More...
 
bool wait_for_completion ()
 Waits for requests to complete. More...
 
void process_events ()
 Processes m_events set. More...
 
void get_results (std::set< Result > &results)
 Returns the Result set. More...
 
- Public Member Functions inherited from Hypertable::DispatchHandler
virtual ~DispatchHandler ()
 Destructor. More...
 

Private Attributes

TableIdentifierManaged m_table
 
String m_schema
 

Additional Inherited Members

- Protected Attributes inherited from Hypertable::DispatchHandlerOperation
ContextPtr m_context
 Master context More...
 
RangeServer::Client m_rsclient
 Range server client object More...
 

Detailed Description

Definition at line 31 of file DispatchHandlerOperationAlterTable.h.

Constructor & Destructor Documentation

Hypertable::DispatchHandlerOperationAlterTable::DispatchHandlerOperationAlterTable ( ContextPtr context,
const TableIdentifier table,
const String schema 
)
inline

Definition at line 33 of file DispatchHandlerOperationAlterTable.h.

Member Function Documentation

virtual void Hypertable::DispatchHandlerOperationAlterTable::start ( const String location)
inlinevirtual

Method overridden in derived class for issuing requests.

Parameters
locationProxy name of server to issue request.

Implements Hypertable::DispatchHandlerOperation.

Definition at line 35 of file DispatchHandlerOperationAlterTable.h.

Member Data Documentation

String Hypertable::DispatchHandlerOperationAlterTable::m_schema
private

Definition at line 42 of file DispatchHandlerOperationAlterTable.h.

TableIdentifierManaged Hypertable::DispatchHandlerOperationAlterTable::m_table
private

Definition at line 41 of file DispatchHandlerOperationAlterTable.h.


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