0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
Hypertable::RootFileHandler Class Reference

#include <RootFileHandler.h>

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

Public Member Functions

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

Public Attributes

RangeLocatorm_range_locator
 
RootFileHandlerm_root_handler
 

Additional Inherited Members

- Protected Attributes inherited from Hyperspace::HandleCallback
uint32_t m_event_mask
 

Detailed Description

Definition at line 37 of file RootFileHandler.h.

Constructor & Destructor Documentation

Hypertable::RootFileHandler::RootFileHandler ( RangeLocator rangelocator)
inline

Definition at line 39 of file RootFileHandler.h.

Member Function Documentation

void RootFileHandler::attr_set ( const std::string &  name)
virtual

Invoked when an attribute gets set on the file associated with the registered handle.

Parameters
namethe name of the attribute that was set

Reimplemented from Hyperspace::HandleCallback.

Definition at line 31 of file RootFileHandler.cc.

Member Data Documentation

RangeLocator* Hypertable::RootFileHandler::m_range_locator

Definition at line 45 of file RootFileHandler.h.

RootFileHandler* Hypertable::RootFileHandler::m_root_handler

Definition at line 46 of file RootFileHandler.h.


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