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::DistributedStorageRemoveHashSet Class Reference

#include <DistributedStorageRemoveHashSet.h>

+ Inheritance diagram for pdb::DistributedStorageRemoveHashSet:
+ Collaboration diagram for pdb::DistributedStorageRemoveHashSet:

Public Member Functions

 DistributedStorageRemoveHashSet ()
 
 ~DistributedStorageRemoveHashSet ()
 
 DistributedStorageRemoveHashSet (std::string dataBase, std::string setName, SetType setType)
 
std::string getDatabase ()
 
std::string getSetName ()
 
SetType getSetType ()
 
- Public Member Functions inherited from pdb::Object
void setVTablePtr (void *setToMe)
 
void * getVTablePtr ()
 
virtual void setUpAndCopyFrom (void *target, void *source) const
 
virtual void deleteObject (void *deleteMe)
 
virtual size_t getSize (void *ofMe)
 

Private Attributes

String dataBase
 
String setName
 
SetType setType
 

Additional Inherited Members

- Static Public Member Functions inherited from pdb::Object
static void * operator new (size_t sz, const std::nothrow_t &tag)
 
static void * operator new (size_t sz)
 
static void operator delete (void *me)
 
static void * operator new (std::size_t count, void *ptr)
 

Detailed Description

Definition at line 33 of file DistributedStorageRemoveHashSet.h.

Constructor & Destructor Documentation

pdb::DistributedStorageRemoveHashSet::DistributedStorageRemoveHashSet ( )
inline

Definition at line 36 of file DistributedStorageRemoveHashSet.h.

pdb::DistributedStorageRemoveHashSet::~DistributedStorageRemoveHashSet ( )
inline

Definition at line 37 of file DistributedStorageRemoveHashSet.h.

pdb::DistributedStorageRemoveHashSet::DistributedStorageRemoveHashSet ( std::string  dataBase,
std::string  setName,
SetType  setType 
)
inline

Definition at line 39 of file DistributedStorageRemoveHashSet.h.

Member Function Documentation

std::string pdb::DistributedStorageRemoveHashSet::getDatabase ( )
inline

Definition at line 42 of file DistributedStorageRemoveHashSet.h.

std::string pdb::DistributedStorageRemoveHashSet::getSetName ( )
inline

Definition at line 46 of file DistributedStorageRemoveHashSet.h.

SetType pdb::DistributedStorageRemoveHashSet::getSetType ( )
inline

Definition at line 50 of file DistributedStorageRemoveHashSet.h.

Member Data Documentation

String pdb::DistributedStorageRemoveHashSet::dataBase
private

Definition at line 57 of file DistributedStorageRemoveHashSet.h.

String pdb::DistributedStorageRemoveHashSet::setName
private

Definition at line 58 of file DistributedStorageRemoveHashSet.h.

SetType pdb::DistributedStorageRemoveHashSet::setType
private

Definition at line 59 of file DistributedStorageRemoveHashSet.h.


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