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

#include <DistributedStorageAddTempSet.h>

+ Inheritance diagram for pdb::DistributedStorageAddTempSet:
+ Collaboration diagram for pdb::DistributedStorageAddTempSet:

Public Member Functions

 DistributedStorageAddTempSet ()
 
 ~DistributedStorageAddTempSet ()
 
 DistributedStorageAddTempSet (std::string databaseName, std::string setName, std::string typeName, size_t pageSize)
 
std::string getDatabaseName ()
 
std::string getSetName ()
 
std::string getTypeName ()
 
size_t getPageSize ()
 
- 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 databaseName
 
String setName
 
String typeName
 
size_t pageSize
 

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 32 of file DistributedStorageAddTempSet.h.

Constructor & Destructor Documentation

pdb::DistributedStorageAddTempSet::DistributedStorageAddTempSet ( )
inline

Definition at line 35 of file DistributedStorageAddTempSet.h.

pdb::DistributedStorageAddTempSet::~DistributedStorageAddTempSet ( )
inline

Definition at line 36 of file DistributedStorageAddTempSet.h.

pdb::DistributedStorageAddTempSet::DistributedStorageAddTempSet ( std::string  databaseName,
std::string  setName,
std::string  typeName,
size_t  pageSize 
)
inline

Definition at line 38 of file DistributedStorageAddTempSet.h.

Member Function Documentation

std::string pdb::DistributedStorageAddTempSet::getDatabaseName ( )
inline

Definition at line 44 of file DistributedStorageAddTempSet.h.

size_t pdb::DistributedStorageAddTempSet::getPageSize ( )
inline

Definition at line 56 of file DistributedStorageAddTempSet.h.

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

Definition at line 48 of file DistributedStorageAddTempSet.h.

std::string pdb::DistributedStorageAddTempSet::getTypeName ( )
inline

Definition at line 52 of file DistributedStorageAddTempSet.h.

Member Data Documentation

String pdb::DistributedStorageAddTempSet::databaseName
private

Definition at line 63 of file DistributedStorageAddTempSet.h.

size_t pdb::DistributedStorageAddTempSet::pageSize
private

Definition at line 66 of file DistributedStorageAddTempSet.h.

String pdb::DistributedStorageAddTempSet::setName
private

Definition at line 64 of file DistributedStorageAddTempSet.h.

String pdb::DistributedStorageAddTempSet::typeName
private

Definition at line 65 of file DistributedStorageAddTempSet.h.


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