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::DispatchHandlerOperationDropTable Class Reference

#include <DispatchHandlerOperationDropTable.h>

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

Public Member Functions

 DispatchHandlerOperationDropTable (ContextPtr &context, const TableIdentifier &table)
 
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
 

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 DispatchHandlerOperationDropTable.h.

Constructor & Destructor Documentation

Hypertable::DispatchHandlerOperationDropTable::DispatchHandlerOperationDropTable ( ContextPtr context,
const TableIdentifier table 
)
inline

Definition at line 33 of file DispatchHandlerOperationDropTable.h.

Member Function Documentation

virtual void Hypertable::DispatchHandlerOperationDropTable::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 DispatchHandlerOperationDropTable.h.

Member Data Documentation

TableIdentifierManaged Hypertable::DispatchHandlerOperationDropTable::m_table
private

Definition at line 41 of file DispatchHandlerOperationDropTable.h.


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