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::AggregationMap< KeyType, ValueType > Class Template Reference

#include <AggregationMap.h>

+ Inheritance diagram for pdb::AggregationMap< KeyType, ValueType >:
+ Collaboration diagram for pdb::AggregationMap< KeyType, ValueType >:

Public Member Functions

ENABLE_DEEP_COPY AggregationMap (uint32_t initSize)
 
 AggregationMap ()
 
 ~AggregationMap ()
 
unsigned int getHashPartitionId ()
 
void setHashPartitionId (unsigned int id)
 
- Public Member Functions inherited from pdb::Map< KeyType, ValueType >
ENABLE_DEEP_COPY Map (uint32_t initSize)
 
 Map ()
 
 ~Map ()
 
ValueType & operator[] (const KeyType &which)
 
void setUnused (const KeyType &clearMe)
 
size_t size () const
 
int count (const KeyType &which)
 
PDBMapIterator< KeyType,
ValueType > 
begin ()
 
PDBMapIterator< KeyType,
ValueType > 
end ()
 
Handle< PairArray< KeyType,
ValueType > > & 
getArray ()
 
- 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

unsigned int hashPartitionId
 

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)
 
- Protected Attributes inherited from pdb::Map< KeyType, ValueType >
Handle< PairArray< KeyType,
ValueType > > 
myArray
 

Detailed Description

template<class KeyType, class ValueType = Nothing>
class pdb::AggregationMap< KeyType, ValueType >

Definition at line 31 of file AggregationMap.h.

Constructor & Destructor Documentation

template<class KeyType , class ValueType >
pdb::AggregationMap< KeyType, ValueType >::AggregationMap ( uint32_t  initSize)

Definition at line 28 of file AggregationMap.cc.

+ Here is the call graph for this function:

template<class KeyType , class ValueType >
pdb::AggregationMap< KeyType, ValueType >::AggregationMap ( )

Definition at line 45 of file AggregationMap.cc.

+ Here is the call graph for this function:

template<class KeyType , class ValueType >
pdb::AggregationMap< KeyType, ValueType >::~AggregationMap ( )

Definition at line 53 of file AggregationMap.cc.

Member Function Documentation

template<class KeyType , class ValueType >
unsigned int pdb::AggregationMap< KeyType, ValueType >::getHashPartitionId ( )

Definition at line 57 of file AggregationMap.cc.

template<class KeyType , class ValueType >
void pdb::AggregationMap< KeyType, ValueType >::setHashPartitionId ( unsigned int  id)

Definition at line 62 of file AggregationMap.cc.

Member Data Documentation

template<class KeyType, class ValueType = Nothing>
unsigned int pdb::AggregationMap< KeyType, ValueType >::hashPartitionId
private

Definition at line 35 of file AggregationMap.h.


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