#include <DispatchHandlerOperationAlterTable.h>
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... | |
Definition at line 31 of file DispatchHandlerOperationAlterTable.h.
|
inline |
Definition at line 33 of file DispatchHandlerOperationAlterTable.h.
|
inlinevirtual |
Method overridden in derived class for issuing requests.
location | Proxy name of server to issue request. |
Implements Hypertable::DispatchHandlerOperation.
Definition at line 35 of file DispatchHandlerOperationAlterTable.h.
|
private |
Definition at line 42 of file DispatchHandlerOperationAlterTable.h.
|
private |
Definition at line 41 of file DispatchHandlerOperationAlterTable.h.