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

Abstract interface for application queue. More...

#include <ApplicationQueueInterface.h>

Inheritance diagram for Hypertable::ApplicationQueueInterface:
Inheritance graph
[legend]

Public Member Functions

virtual void add (ApplicationHandler *app_handler)=0
 Adds an application handler to queue. More...
 
virtual void add_unlocked (ApplicationHandler *app_handler)=0
 Adds an application handler to queue without locking. More...
 

Detailed Description

Abstract interface for application queue.

Definition at line 42 of file ApplicationQueueInterface.h.

Member Function Documentation

virtual void Hypertable::ApplicationQueueInterface::add ( ApplicationHandler app_handler)
pure virtual

Adds an application handler to queue.

Implemented in Hypertable::ApplicationQueue, Hypertable::TableMutatorQueue, and Hypertable::TableScannerQueue.

virtual void Hypertable::ApplicationQueueInterface::add_unlocked ( ApplicationHandler app_handler)
pure virtual

Adds an application handler to queue without locking.

This method is similar to add except that it does not do any locking to serialize access to the queue. It is for situations where access serialization is handled by the caller.

Implemented in Hypertable::ApplicationQueue, Hypertable::TableMutatorQueue, and Hypertable::TableScannerQueue.


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