#include <RootFileHandler.h>
|
| RootFileHandler (RangeLocator *rangelocator) |
|
virtual void | attr_set (const std::string &name) |
| Invoked when an attribute gets set on the file associated with the registered handle. More...
|
|
Public Member Functions inherited from Hyperspace::HandleCallback |
| HandleCallback (uint32_t event_mask) |
| Constructor. More...
|
|
virtual void | attr_del (const std::string &name) |
| Invoked when an attribute gets deleted from the file associated with the registered handle. More...
|
|
virtual void | child_node_added (const std::string &name) |
| Invoked when a child node gets added to the directory associated with the registered handle. More...
|
|
virtual void | child_node_removed (const std::string &name) |
| Invoked when an attribute gets deleted from the file associated with the registered handle. More...
|
|
virtual void | lock_acquired (uint32_t mode) |
| Invoked when a lock gets acquired on the file associated with the registered handle. More...
|
|
virtual void | lock_released () |
| Invoked when a lock gets released on the file associated with the registered handle. More...
|
|
int | get_event_mask () |
| Returns the event mask of this callback object. More...
|
|
Definition at line 37 of file RootFileHandler.h.
Hypertable::RootFileHandler::RootFileHandler |
( |
RangeLocator * |
rangelocator | ) |
|
|
inline |
void RootFileHandler::attr_set |
( |
const std::string & |
name | ) |
|
|
virtual |
Invoked when an attribute gets set on the file associated with the registered handle.
- Parameters
-
name | the name of the attribute that was set |
Reimplemented from Hyperspace::HandleCallback.
Definition at line 31 of file RootFileHandler.cc.
The documentation for this class was generated from the following files: