![]() |
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 <CombinerProcessor.h>
Inheritance diagram for pdb::CombinerProcessor< KeyType, ValueType >:
Collaboration diagram for pdb::CombinerProcessor< KeyType, ValueType >:Public Member Functions | |
| ~CombinerProcessor () | |
| CombinerProcessor (std::vector< HashPartitionID > &partitions) | |
| void | initialize () override |
| void | loadInputPage (void *pageToProcess) override |
| void | loadOutputPage (void *pageToWriteTo, size_t numBytesInPage) override |
| bool | fillNextOutputPage () override |
| void | finalize () override |
| void | clearOutputPage () override |
| void | clearInputPage () override |
| void | addNodePartition (HashPartitionID partitionId) |
Public Member Functions inherited from pdb::SimpleSingleTableQueryProcessor | |
| virtual void | loadInputObject (Handle< Object > &objectToProcess) |
| virtual bool | needsProcessInput () |
Private Attributes | |
| UseTemporaryAllocationBlockPtr | blockPtr |
| Handle< Vector< Handle< Map < KeyType, ValueType > > > > | inputData |
| Handle< Vector< Handle < AggregationMap< KeyType, ValueType > > > > | outputData |
| bool | finalized |
| int | numNodePartitions |
| HashPartitionID | curPartId |
| int | curPartPos |
| Handle< Map< KeyType, ValueType > > | curMap |
| Handle< AggregationMap < KeyType, ValueType > > | curOutputMap |
| PDBMapIterator< KeyType, ValueType > * | begin |
| PDBMapIterator< KeyType, ValueType > * | end |
| std::vector< HashPartitionID > | nodePartitionIds |
| int | count |
Definition at line 37 of file CombinerProcessor.h.
|
inline |
Definition at line 40 of file CombinerProcessor.h.
| pdb::CombinerProcessor< KeyType, ValueType >::CombinerProcessor | ( | std::vector< HashPartitionID > & | partitions | ) |
Definition at line 28 of file CombinerProcessor.cc.
| void pdb::CombinerProcessor< KeyType, ValueType >::addNodePartition | ( | HashPartitionID | partitionId | ) |
|
overridevirtual |
Implements pdb::SimpleSingleTableQueryProcessor.
Definition at line 216 of file CombinerProcessor.cc.
|
overridevirtual |
Implements pdb::SimpleSingleTableQueryProcessor.
Definition at line 209 of file CombinerProcessor.cc.
|
overridevirtual |
Implements pdb::SimpleSingleTableQueryProcessor.
Definition at line 97 of file CombinerProcessor.cc.
Here is the call graph for this function:
|
overridevirtual |
Implements pdb::SimpleSingleTableQueryProcessor.
Definition at line 204 of file CombinerProcessor.cc.
|
overridevirtual |
Implements pdb::SimpleSingleTableQueryProcessor.
Definition at line 46 of file CombinerProcessor.cc.
|
overridevirtual |
Implements pdb::SimpleSingleTableQueryProcessor.
Definition at line 52 of file CombinerProcessor.cc.
Here is the call graph for this function:
|
overridevirtual |
Implements pdb::SimpleSingleTableQueryProcessor.
Definition at line 75 of file CombinerProcessor.cc.
|
private |
Definition at line 67 of file CombinerProcessor.h.
|
private |
Definition at line 56 of file CombinerProcessor.h.
|
private |
Definition at line 72 of file CombinerProcessor.h.
|
private |
Definition at line 63 of file CombinerProcessor.h.
|
private |
Definition at line 64 of file CombinerProcessor.h.
|
private |
Definition at line 61 of file CombinerProcessor.h.
|
private |
Definition at line 62 of file CombinerProcessor.h.
|
private |
Definition at line 68 of file CombinerProcessor.h.
|
private |
Definition at line 59 of file CombinerProcessor.h.
|
private |
Definition at line 57 of file CombinerProcessor.h.
|
private |
Definition at line 71 of file CombinerProcessor.h.
|
private |
Definition at line 60 of file CombinerProcessor.h.
|
private |
Definition at line 58 of file CombinerProcessor.h.