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
ScanSet Struct Reference

#include <AtomicComputationClasses.h>

+ Inheritance diagram for ScanSet:
+ Collaboration diagram for ScanSet:

Public Member Functions

 ~ScanSet ()
 
 ScanSet (TupleSpec &output, std::string dbName, std::string setName, std::string nodeName)
 
 ScanSet (TupleSpec &output, std::string dbName, std::string setName, std::string nodeName, KeyValueList &useMe)
 
std::string getAtomicComputationType () override
 
AtomicComputationTypeID getAtomicComputationTypeID () override
 
std::string & getDBName ()
 
std::string & getSetName ()
 
std::pair< std::string,
std::string > 
findSource (std::string attName, AtomicComputationList &allComps) override
 
- Public Member Functions inherited from AtomicComputation
virtual ~AtomicComputation ()
 
AtomicComputationPtr getShared ()
 
void destroyPtr ()
 
 AtomicComputation (TupleSpec inputIn, TupleSpec outputIn, TupleSpec projectionIn, std::string computationName)
 
std::shared_ptr< std::map
< std::string, std::string > > & 
getKeyValuePairs ()
 
void setShared (AtomicComputationPtr meIn)
 
TupleSpecgetOutput ()
 
std::string & getOutputName ()
 
TupleSpecgetInput ()
 
std::string & getInputName ()
 
TupleSpecgetProjection ()
 
std::string & getComputationName ()
 
int findPosInOutputAtts (std::string &findMe)
 

Public Attributes

std::string dbName
 
std::string setName
 

Additional Inherited Members

- Protected Attributes inherited from AtomicComputation
TupleSpec input
 
TupleSpec output
 
TupleSpec projection
 
std::string computationName
 
AtomicComputationPtr me
 
std::shared_ptr< std::map
< std::string, std::string > > 
keyValuePairs
 

Detailed Description

Definition at line 443 of file AtomicComputationClasses.h.

Constructor & Destructor Documentation

ScanSet::~ScanSet ( )
inline

Definition at line 449 of file AtomicComputationClasses.h.

ScanSet::ScanSet ( TupleSpec output,
std::string  dbName,
std::string  setName,
std::string  nodeName 
)
inline

Definition at line 451 of file AtomicComputationClasses.h.

ScanSet::ScanSet ( TupleSpec output,
std::string  dbName,
std::string  setName,
std::string  nodeName,
KeyValueList useMe 
)
inline

Definition at line 457 of file AtomicComputationClasses.h.

+ Here is the call graph for this function:

Member Function Documentation

std::pair<std::string, std::string> ScanSet::findSource ( std::string  attName,
AtomicComputationList allComps 
)
inlineoverridevirtual

Implements AtomicComputation.

Definition at line 480 of file AtomicComputationClasses.h.

+ Here is the call graph for this function:

std::string ScanSet::getAtomicComputationType ( )
inlineoverridevirtual

Implements AtomicComputation.

Definition at line 464 of file AtomicComputationClasses.h.

AtomicComputationTypeID ScanSet::getAtomicComputationTypeID ( )
inlineoverridevirtual

Implements AtomicComputation.

Definition at line 468 of file AtomicComputationClasses.h.

std::string& ScanSet::getDBName ( )
inline

Definition at line 472 of file AtomicComputationClasses.h.

std::string& ScanSet::getSetName ( )
inline

Definition at line 476 of file AtomicComputationClasses.h.

Member Data Documentation

std::string ScanSet::dbName

Definition at line 445 of file AtomicComputationClasses.h.

std::string ScanSet::setName

Definition at line 446 of file AtomicComputationClasses.h.


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