22 #ifndef Hypertable_RangeServer_Response_Callback_PhantomUpdate_h
23 #define Hypertable_RangeServer_Response_Callback_PhantomUpdate_h
31 namespace RangeServer {
63 #endif // HYPERTABLE_RESPONSECALLBACKPHANTOMUPDATE_H
PhantomUpdate(Comm *comm, EventPtr &event)
std::string String
A String is simply a typedef to std::string.
std::shared_ptr< Event > EventPtr
Smart pointer to Event.
Declarations for QualifiedRangeSpec and QualifiedRangeSpecManaged.
virtual int response_ok()
Sends a a simple success response back to the client which is just the 4-byte error code Error::OK...
This class is used to generate and deliver standard responses back to a client.
Entry point to AsyncComm service.
virtual int error(int error, const String &msg)
Sends a standard error response back to the client.
Qualified (with table identifier) range specification.
void initialize(const QualifiedRangeSpec &range, uint32_t fragment)
Declarations for ResponseCallback.
EventPtr & event()
Get smart pointer to event object that triggered the request.
QualifiedRangeSpec m_range