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

#include <PDBFlushConsumerWork.h>

+ Inheritance diagram for PDBFlushConsumerWork:
+ Collaboration diagram for PDBFlushConsumerWork:

Public Member Functions

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

Private Attributes

pdb::PangeaStorageServerserver
 
FilePartitionID partitionId
 
bool isStopped
 

Detailed Description

Definition at line 32 of file PDBFlushConsumerWork.h.

Constructor & Destructor Documentation

PDBFlushConsumerWork::PDBFlushConsumerWork ( FilePartitionID  partitionId,
pdb::PangeaStorageServer server 
)

Definition at line 27 of file PDBFlushConsumerWork.cc.

PDBFlushConsumerWork::~PDBFlushConsumerWork ( )
inline

Definition at line 35 of file PDBFlushConsumerWork.h.

Member Function Documentation

void PDBFlushConsumerWork::execute ( PDBBuzzerPtr  callerBuzzer)
overridevirtual

Implements pdb::PDBWork.

Definition at line 39 of file PDBFlushConsumerWork.cc.

+ Here is the call graph for this function:

void PDBFlushConsumerWork::stop ( )

Definition at line 34 of file PDBFlushConsumerWork.cc.

Member Data Documentation

bool PDBFlushConsumerWork::isStopped
private

Definition at line 42 of file PDBFlushConsumerWork.h.

FilePartitionID PDBFlushConsumerWork::partitionId
private

Definition at line 41 of file PDBFlushConsumerWork.h.

pdb::PangeaStorageServer* PDBFlushConsumerWork::server
private

Definition at line 40 of file PDBFlushConsumerWork.h.


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