Faster  0.0.4Alpha
Superfastdistributtedcomputing
Public Member Functions | List of all members
faster::fdd< T > Class Template Reference
Inheritance diagram for faster::fdd< T >:
faster::fddCore< T > faster::fddBase

Public Member Functions

 fdd (fastContext &c)
 
 fdd (fastContext &c, size_t s, const std::vector< size_t > &dataAlloc)
 
 fdd (fastContext &c, size_t s)
 
 fdd (fastContext &c, T *data, size_t size)
 
 fdd (fastContext &c, std::vector< T > &dataV)
 
 fdd (fastContext &c, const char *fileName)
 
template<typename U >
fdd< U > * map (mapFunctionP< T, U > funcP)
 
template<typename U >
fdd< U > * map (PmapFunctionP< T, U > funcP)
 
template<typename L , typename U >
indexedFdd< L, U > * map (ImapFunctionP< T, L, U > funcP)
 
template<typename L , typename U >
indexedFdd< L, U > * map (IPmapFunctionP< T, L, U > funcP)
 
template<typename U >
fdd< U > * bulkMap (bulkMapFunctionP< T, U > funcP)
 
template<typename U >
fdd< U > * bulkMap (PbulkMapFunctionP< T, U > funcP)
 
template<typename L , typename U >
indexedFdd< L, U > * bulkMap (IbulkMapFunctionP< T, L, U > funcP)
 
template<typename L , typename U >
indexedFdd< L, U > * bulkMap (IPbulkMapFunctionP< T, L, U > funcP)
 
template<typename U >
fdd< U > * flatMap (flatMapFunctionP< T, U > funcP)
 
template<typename U >
fdd< U > * flatMap (PflatMapFunctionP< T, U > funcP)
 
template<typename L , typename U >
indexedFdd< L, U > * flatMap (IflatMapFunctionP< T, L, U > funcP)
 
template<typename L , typename U >
indexedFdd< L, U > * flatMap (IPflatMapFunctionP< T, L, U > funcP)
 
template<typename U >
fdd< U > * bulkFlatMap (bulkFlatMapFunctionP< T, U > funcP)
 
template<typename U >
fdd< U > * bulkFlatMap (PbulkFlatMapFunctionP< T, U > funcP)
 
template<typename L , typename U >
indexedFdd< L, U > * bulkFlatMap (IbulkFlatMapFunctionP< T, L, U > funcP)
 
template<typename L , typename U >
indexedFdd< L, U > * bulkFlatMap (IPbulkFlatMapFunctionP< T, L, U > funcP)
 
reduce (reduceFunctionP< T > funcP)
 
bulkReduce (bulkReduceFunctionP< T > funcP)
 
std::vector< T > collect ()
 
fdd< T > * cache ()
 
- Public Member Functions inherited from faster::fddCore< T >
void discard ()
 
void * getKeyMap ()
 
void setKeyMap (void *keyMap UNUSED)
 
bool isGroupedByKey ()
 
void setGroupedByKey (bool gbk UNUSED)
 
- Public Member Functions inherited from faster::fddBase
void setSize (size_t &s)
 
size_t getSize ()
 
int getId ()
 
const std::vector< size_t > & getAlloc ()
 
fddType tType ()
 
fddType kType ()
 
bool isCached ()
 
virtual void setKeyMap (void *keyMap)=0
 

Additional Inherited Members

- Protected Member Functions inherited from faster::fddCore< T >
 fddCore (fastContext &c)
 
 fddCore (fastContext &c, size_t s, const std::vector< size_t > &dataAlloc)
 
fddBase_map (void *funcP, fddOpType op, fddBase *newFdd)
 
template<typename L , typename U >
indexedFdd< L, U > * mapI (void *funcP, fddOpType op)
 
template<typename U >
fdd< U > * map (void *funcP, fddOpType op)
 
- Protected Attributes inherited from faster::fddCore< T >
fastContextcontext
 
- Protected Attributes inherited from faster::fddBase
fddType _kType
 
fddType _tType
 
unsigned long int id
 
unsigned long int totalBlocks
 
unsigned long int size
 
std::vector< size_t > dataAlloc
 
bool cached
 

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