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::HashPartitionedJoinBuildHTJobStage Class Reference

#include <HashPartitionedJoinBuildHTJobStage.h>

+ Inheritance diagram for pdb::HashPartitionedJoinBuildHTJobStage:
+ Collaboration diagram for pdb::HashPartitionedJoinBuildHTJobStage:

Public Member Functions

ENABLE_DEEP_COPY HashPartitionedJoinBuildHTJobStage ()
 
 HashPartitionedJoinBuildHTJobStage (std::string jobId, JobStageID stageId, std::string hashSetName)
 
void setSourceContext (Handle< SetIdentifier > sourceContext)
 
Handle< SetIdentifiergetSourceContext ()
 
std::string getJobStageType () override
 
int16_t getJobStageTypeID () override
 
JobStageID getStageId () override
 
void setHashSetName (std::string hashSetName)
 
std::string getHashSetName ()
 
void print () override
 
void setNumPages (int numPages)
 
int getNumPages ()
 
void setComputePlan (const Handle< ComputePlan > &plan, const std::string &sourceTupleSetSpecifier, const std::string &targetTupleSetSpecifier, const std::string &targetComputationSpecifier)
 
void nullifyComputePlanPointer ()
 
std::string getSourceTupleSetSpecifier ()
 
std::string getTargetTupleSetSpecifier ()
 
std::string getTargetComputationSpecifier ()
 
Handle< ComputePlangetComputePlan ()
 
void setNumNodePartitions (int numNodePartitions)
 
int getNumNodePartitions ()
 
void setTotalMemoryOnThisNode (size_t totalMem)
 
size_t getTotalMemoryOnThisNode ()
 
- Public Member Functions inherited from pdb::AbstractJobStage
void setJobId (std::string jobId)
 
std::string getJobId ()
 
- 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< SetIdentifiersourceContext
 
String partitionedHashSetName
 
JobStageID id
 
int numPages
 
Handle< ComputePlansharedPlan
 
String sourceTupleSetSpecifier
 
String targetTupleSetSpecifier
 
String targetComputationSpecifier
 
int numNodePartitions
 
size_t totalMemoryOnThisNode
 

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::AbstractJobStage
String jobId
 

Detailed Description

Definition at line 32 of file HashPartitionedJoinBuildHTJobStage.h.

Constructor & Destructor Documentation

ENABLE_DEEP_COPY pdb::HashPartitionedJoinBuildHTJobStage::HashPartitionedJoinBuildHTJobStage ( )
inline

Definition at line 70 of file HashPartitionedJoinBuildHTJobStage.h.

pdb::HashPartitionedJoinBuildHTJobStage::HashPartitionedJoinBuildHTJobStage ( std::string  jobId,
JobStageID  stageId,
std::string  hashSetName 
)
inline

Definition at line 73 of file HashPartitionedJoinBuildHTJobStage.h.

Member Function Documentation

Handle<ComputePlan> pdb::HashPartitionedJoinBuildHTJobStage::getComputePlan ( )
inline

Definition at line 172 of file HashPartitionedJoinBuildHTJobStage.h.

std::string pdb::HashPartitionedJoinBuildHTJobStage::getHashSetName ( )
inline

Definition at line 114 of file HashPartitionedJoinBuildHTJobStage.h.

std::string pdb::HashPartitionedJoinBuildHTJobStage::getJobStageType ( )
inlineoverridevirtual

Implements pdb::AbstractJobStage.

Definition at line 93 of file HashPartitionedJoinBuildHTJobStage.h.

int16_t pdb::HashPartitionedJoinBuildHTJobStage::getJobStageTypeID ( )
inlineoverridevirtual

Implements pdb::AbstractJobStage.

Definition at line 99 of file HashPartitionedJoinBuildHTJobStage.h.

int pdb::HashPartitionedJoinBuildHTJobStage::getNumNodePartitions ( )
inline

Definition at line 182 of file HashPartitionedJoinBuildHTJobStage.h.

int pdb::HashPartitionedJoinBuildHTJobStage::getNumPages ( )
inline

Definition at line 136 of file HashPartitionedJoinBuildHTJobStage.h.

Handle<SetIdentifier> pdb::HashPartitionedJoinBuildHTJobStage::getSourceContext ( )
inline

Definition at line 88 of file HashPartitionedJoinBuildHTJobStage.h.

std::string pdb::HashPartitionedJoinBuildHTJobStage::getSourceTupleSetSpecifier ( )
inline

Definition at line 157 of file HashPartitionedJoinBuildHTJobStage.h.

JobStageID pdb::HashPartitionedJoinBuildHTJobStage::getStageId ( )
inlineoverridevirtual

Implements pdb::AbstractJobStage.

Definition at line 104 of file HashPartitionedJoinBuildHTJobStage.h.

std::string pdb::HashPartitionedJoinBuildHTJobStage::getTargetComputationSpecifier ( )
inline

Definition at line 167 of file HashPartitionedJoinBuildHTJobStage.h.

std::string pdb::HashPartitionedJoinBuildHTJobStage::getTargetTupleSetSpecifier ( )
inline

Definition at line 162 of file HashPartitionedJoinBuildHTJobStage.h.

size_t pdb::HashPartitionedJoinBuildHTJobStage::getTotalMemoryOnThisNode ( )
inline

Definition at line 192 of file HashPartitionedJoinBuildHTJobStage.h.

void pdb::HashPartitionedJoinBuildHTJobStage::nullifyComputePlanPointer ( )
inline

Definition at line 152 of file HashPartitionedJoinBuildHTJobStage.h.

void pdb::HashPartitionedJoinBuildHTJobStage::print ( )
inlineoverridevirtual

Implements pdb::AbstractJobStage.

Definition at line 118 of file HashPartitionedJoinBuildHTJobStage.h.

void pdb::HashPartitionedJoinBuildHTJobStage::setComputePlan ( const Handle< ComputePlan > &  plan,
const std::string &  sourceTupleSetSpecifier,
const std::string &  targetTupleSetSpecifier,
const std::string &  targetComputationSpecifier 
)
inline

Definition at line 141 of file HashPartitionedJoinBuildHTJobStage.h.

void pdb::HashPartitionedJoinBuildHTJobStage::setHashSetName ( std::string  hashSetName)
inline

Definition at line 109 of file HashPartitionedJoinBuildHTJobStage.h.

void pdb::HashPartitionedJoinBuildHTJobStage::setNumNodePartitions ( int  numNodePartitions)
inline

Definition at line 177 of file HashPartitionedJoinBuildHTJobStage.h.

void pdb::HashPartitionedJoinBuildHTJobStage::setNumPages ( int  numPages)
inline

Definition at line 132 of file HashPartitionedJoinBuildHTJobStage.h.

void pdb::HashPartitionedJoinBuildHTJobStage::setSourceContext ( Handle< SetIdentifier sourceContext)
inline

Definition at line 83 of file HashPartitionedJoinBuildHTJobStage.h.

void pdb::HashPartitionedJoinBuildHTJobStage::setTotalMemoryOnThisNode ( size_t  totalMem)
inline

Definition at line 187 of file HashPartitionedJoinBuildHTJobStage.h.

Member Data Documentation

JobStageID pdb::HashPartitionedJoinBuildHTJobStage::id
private

Definition at line 42 of file HashPartitionedJoinBuildHTJobStage.h.

int pdb::HashPartitionedJoinBuildHTJobStage::numNodePartitions
private

Definition at line 60 of file HashPartitionedJoinBuildHTJobStage.h.

int pdb::HashPartitionedJoinBuildHTJobStage::numPages
private

Definition at line 45 of file HashPartitionedJoinBuildHTJobStage.h.

String pdb::HashPartitionedJoinBuildHTJobStage::partitionedHashSetName
private

Definition at line 39 of file HashPartitionedJoinBuildHTJobStage.h.

Handle<ComputePlan> pdb::HashPartitionedJoinBuildHTJobStage::sharedPlan
private

Definition at line 48 of file HashPartitionedJoinBuildHTJobStage.h.

Handle<SetIdentifier> pdb::HashPartitionedJoinBuildHTJobStage::sourceContext
private

Definition at line 36 of file HashPartitionedJoinBuildHTJobStage.h.

String pdb::HashPartitionedJoinBuildHTJobStage::sourceTupleSetSpecifier
private

Definition at line 51 of file HashPartitionedJoinBuildHTJobStage.h.

String pdb::HashPartitionedJoinBuildHTJobStage::targetComputationSpecifier
private

Definition at line 57 of file HashPartitionedJoinBuildHTJobStage.h.

String pdb::HashPartitionedJoinBuildHTJobStage::targetTupleSetSpecifier
private

Definition at line 54 of file HashPartitionedJoinBuildHTJobStage.h.

size_t pdb::HashPartitionedJoinBuildHTJobStage::totalMemoryOnThisNode
private

Definition at line 63 of file HashPartitionedJoinBuildHTJobStage.h.


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