A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
pdb::PDBWork Class Referenceabstract

#include <PDBWork.h>

+ Inheritance diagram for pdb::PDBWork:
+ Collaboration diagram for pdb::PDBWork:

Public Member Functions

virtual void execute (PDBBuzzerPtr callerBuzzer)=0
 
virtual PDBBuzzerPtr getLinkedBuzzer ()
 
void execute (PDBWorkerQueue *parent, PDBBuzzerPtr callerBuzzer)
 
PDBWorkerPtr getWorker ()
 
PDBLoggerPtr getLogger ()
 

Private Attributes

PDBWorkerQueueparent
 

Detailed Description

Definition at line 50 of file PDBWork.h.

Member Function Documentation

virtual void pdb::PDBWork::execute ( PDBBuzzerPtr  callerBuzzer)
pure virtual
void pdb::PDBWork::execute ( PDBWorkerQueue parent,
PDBBuzzerPtr  callerBuzzer 
)

Definition at line 27 of file PDBWork.cc.

+ Here is the call graph for this function:

PDBBuzzerPtr pdb::PDBWork::getLinkedBuzzer ( )
virtual

Reimplemented in pdb::ServerWork.

Definition at line 40 of file PDBWork.cc.

PDBLoggerPtr pdb::PDBWork::getLogger ( )

Definition at line 36 of file PDBWork.cc.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

PDBWorkerPtr pdb::PDBWork::getWorker ( )

Definition at line 32 of file PDBWork.cc.

+ Here is the call graph for this function:

Member Data Documentation

PDBWorkerQueue* pdb::PDBWork::parent
private

Definition at line 78 of file PDBWork.h.


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