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
PDBFlushProducerWork Class Reference

#include <PDBFlushProducerWork.h>

+ Inheritance diagram for PDBFlushProducerWork:
+ Collaboration diagram for PDBFlushProducerWork:

Public Member Functions

 PDBFlushProducerWork (pdb::PangeaStorageServer *server)
 
 ~PDBFlushProducerWork ()
 
void execute (PDBBuzzerPtr callerBuzzer) override
 
- Public Member Functions inherited from pdb::PDBWork
virtual PDBBuzzerPtr getLinkedBuzzer ()
 
void execute (PDBWorkerQueue *parent, PDBBuzzerPtr callerBuzzer)
 
PDBWorkerPtr getWorker ()
 
PDBLoggerPtr getLogger ()
 

Private Attributes

pdb::PangeaStorageServerserver
 

Detailed Description

Definition at line 31 of file PDBFlushProducerWork.h.

Constructor & Destructor Documentation

PDBFlushProducerWork::PDBFlushProducerWork ( pdb::PangeaStorageServer server)

Definition at line 23 of file PDBFlushProducerWork.cc.

PDBFlushProducerWork::~PDBFlushProducerWork ( )
inline

Definition at line 34 of file PDBFlushProducerWork.h.

Member Function Documentation

void PDBFlushProducerWork::execute ( PDBBuzzerPtr  callerBuzzer)
overridevirtual

Implements pdb::PDBWork.

Definition at line 27 of file PDBFlushProducerWork.cc.

+ Here is the call graph for this function:

Member Data Documentation

pdb::PangeaStorageServer* PDBFlushProducerWork::server
private

Definition at line 38 of file PDBFlushProducerWork.h.


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