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::JoinSinkShuffler< RHSType > Class Template Reference

#include <JoinTuple.h>

+ Inheritance diagram for pdb::JoinSinkShuffler< RHSType >:
+ Collaboration diagram for pdb::JoinSinkShuffler< RHSType >:

Public Member Functions

 ~JoinSinkShuffler ()
 
 JoinSinkShuffler ()
 
void setNodeId (int nodeId) override
 
int getNodeId () override
 
Handle< ObjectcreateNewOutputContainer () override
 
bool writeOut (Handle< Object > shuffleMe, Handle< Object > &shuffleToMe) override
 
- Public Member Functions inherited from pdb::SinkShuffler
virtual ~SinkShuffler ()
 

Private Attributes

int nodeId
 

Detailed Description

template<typename RHSType>
class pdb::JoinSinkShuffler< RHSType >

Definition at line 767 of file JoinTuple.h.

Constructor & Destructor Documentation

template<typename RHSType >
pdb::JoinSinkShuffler< RHSType >::~JoinSinkShuffler ( )
inline

Definition at line 773 of file JoinTuple.h.

template<typename RHSType >
pdb::JoinSinkShuffler< RHSType >::JoinSinkShuffler ( )
inline

Definition at line 775 of file JoinTuple.h.

Member Function Documentation

template<typename RHSType >
Handle<Object> pdb::JoinSinkShuffler< RHSType >::createNewOutputContainer ( )
inlineoverridevirtual

Implements pdb::SinkShuffler.

Definition at line 785 of file JoinTuple.h.

template<typename RHSType >
int pdb::JoinSinkShuffler< RHSType >::getNodeId ( )
inlineoverridevirtual

Implements pdb::SinkShuffler.

Definition at line 781 of file JoinTuple.h.

template<typename RHSType >
void pdb::JoinSinkShuffler< RHSType >::setNodeId ( int  nodeId)
inlineoverridevirtual

Implements pdb::SinkShuffler.

Definition at line 777 of file JoinTuple.h.

template<typename RHSType >
bool pdb::JoinSinkShuffler< RHSType >::writeOut ( Handle< Object shuffleMe,
Handle< Object > &  shuffleToMe 
)
inlineoverridevirtual

Implements pdb::SinkShuffler.

Definition at line 793 of file JoinTuple.h.

+ Here is the call graph for this function:

Member Data Documentation

template<typename RHSType >
int pdb::JoinSinkShuffler< RHSType >::nodeId
private

Definition at line 770 of file JoinTuple.h.


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