22 #ifndef Hypertable_Lib_Master_HyperspaceCallback_h
23 #define Hypertable_Lib_Master_HyperspaceCallback_h
47 virtual void attr_set(
const std::string &name);
56 #endif // Hypertable_Lib_Master_HyperspaceCallback_h
virtual void attr_set(const std::string &name)
Invoked when an attribute gets set on the file associated with the registered handle.
HyperspaceCallback(Client *client, ApplicationQueueInterfacePtr &app_queue)
std::shared_ptr< ApplicationQueueInterface > ApplicationQueueInterfacePtr
Smart pointer to ApplicationQueueInterface.
ApplicationQueueInterfacePtr m_app_queue
Declarations for MasterClient This file contains declarations for MasterClient, a client interface cl...
Declarations for ApplicationQueueInterface.