![]() |
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 <JoinMap.h>
Inheritance diagram for pdb::JoinMap< ValueType >:
Collaboration diagram for pdb::JoinMap< ValueType >:Public Member Functions | |
| ENABLE_DEEP_COPY | JoinMap (uint32_t initSize, size_t partitionId, int numPartitions) |
| JoinMap (uint32_t initSize) | |
| JoinMap () | |
| ~JoinMap () | |
| JoinRecordList< ValueType > | lookup (const size_t &which) |
| ValueType & | push (const size_t &which) |
| void | setUnused (const size_t &clearMe) |
| size_t | size () const |
| int | count (const size_t &which) |
| JoinMapIterator< ValueType > | begin () |
| JoinMapIterator< ValueType > | end () |
| size_t | getPartitionId () |
| void | setPartitionId (size_t partitionId) |
| int | getNumPartitions () |
| void | setNumPartitions (int numPartitions) |
| size_t | getObjectSize () |
| void | setObjectSize () |
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 | |
| Handle< JoinPairArray < ValueType > > | myArray |
| size_t | objectSize |
| size_t | partitionId |
| int | numPartitions |
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) |
| pdb::JoinMap< ValueType >::JoinMap | ( | uint32_t | initSize, |
| size_t | partitionId, | ||
| int | numPartitions | ||
| ) |
| pdb::JoinMap< ValueType >::JoinMap | ( | uint32_t | initSize | ) |
| pdb::JoinMap< ValueType >::JoinMap | ( | ) |
| pdb::JoinMap< ValueType >::~JoinMap | ( | ) |
Definition at line 65 of file JoinMap.cc.
| JoinMapIterator< ValueType > pdb::JoinMap< ValueType >::begin | ( | ) |
| int pdb::JoinMap< ValueType >::count | ( | const size_t & | which | ) |
| JoinMapIterator< ValueType > pdb::JoinMap< ValueType >::end | ( | ) |
| int pdb::JoinMap< ValueType >::getNumPartitions | ( | ) |
Definition at line 119 of file JoinMap.cc.
| size_t pdb::JoinMap< ValueType >::getObjectSize | ( | ) |
Definition at line 130 of file JoinMap.cc.
| size_t pdb::JoinMap< ValueType >::getPartitionId | ( | ) |
Definition at line 109 of file JoinMap.cc.
| JoinRecordList< ValueType > pdb::JoinMap< ValueType >::lookup | ( | const size_t & | which | ) |
| ValueType & pdb::JoinMap< ValueType >::push | ( | const size_t & | which | ) |
| void pdb::JoinMap< ValueType >::setNumPartitions | ( | int | numPartitions | ) |
Definition at line 124 of file JoinMap.cc.
| void pdb::JoinMap< ValueType >::setObjectSize | ( | ) |
| void pdb::JoinMap< ValueType >::setPartitionId | ( | size_t | partitionId | ) |
Definition at line 114 of file JoinMap.cc.
| void pdb::JoinMap< ValueType >::setUnused | ( | const size_t & | clearMe | ) |
| size_t pdb::JoinMap< ValueType >::size | ( | ) | const |
Definition at line 92 of file JoinMap.cc.
|
private |
|
private |
|
private |
|
private |