![]() |
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.
|
#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 |
Definition at line 31 of file AggregationMap.h.
| pdb::AggregationMap< KeyType, ValueType >::AggregationMap | ( | uint32_t | initSize | ) |
| pdb::AggregationMap< KeyType, ValueType >::AggregationMap | ( | ) |
| pdb::AggregationMap< KeyType, ValueType >::~AggregationMap | ( | ) |
Definition at line 53 of file AggregationMap.cc.
| unsigned int pdb::AggregationMap< KeyType, ValueType >::getHashPartitionId | ( | ) |
Definition at line 57 of file AggregationMap.cc.
| void pdb::AggregationMap< KeyType, ValueType >::setHashPartitionId | ( | unsigned int | id | ) |
Definition at line 62 of file AggregationMap.cc.
|
private |
Definition at line 35 of file AggregationMap.h.