Jive reference manual
List of all members | Public Member Functions | Static Public Member Functions | Protected Member Functions | Friends
jive::mp::TableExchanger Class Reference

#include <jive/mp/TableExchanger.h>

Inheritance diagram for jive::mp::TableExchanger:
Inheritance graph

Public Member Functions

 TableExchanger (const Ref< Context > &mpx, const BorderSet &borders)
 
 TableExchanger (const Ref< Context > &mpx, const BorderSet &recvBorders, const BorderSet &sendBorders)
 
virtual String toString () const
 Returns a short textual description of this object. More...
 
void exchange (XTable &table)
 
void exchange (XTable &table, const Vector &weights)
 
ItemSetgetItems () const
 
void store (const Properties &globdat) const
 
- Public Member Functions inherited from jem::Object
virtual ClassgetClass () const
 Returns the Class instance representing the runtime class of this object. More...
 
virtual long hashValue () const
 Returns a hash value for this object. More...
 
virtual bool equals (const Ref< Object > &obj) const
 Tests whether two objects are equal. More...
 
Ref< Objectclone () const
 Returns a copy of this object. More...
 

Static Public Member Functions

static Ref< Self > find (const Ref< ItemSet > &items, const Properties &globdat)
 
static Ref< Self > get (const Ref< ItemSet > &items, const Properties &globdat)
 
- Static Public Member Functions inherited from jem::Object
static ClassgetType ()
 Returns the Class instance representing the Object class. More...
 

Protected Member Functions

virtual ~TableExchanger ()
 
- Protected Member Functions inherited from jem::Collectable
 Collectable ()
 Creates an empty Collectable. More...
 
 ~Collectable ()
 Frees resources. More...
 

Friends

class RecvData_
 
class SendData_
 
class Utils_
 

Constructor & Destructor Documentation

jive::mp::TableExchanger::TableExchanger ( const Ref< Context > &  mpx,
const BorderSet borders 
)
jive::mp::TableExchanger::TableExchanger ( const Ref< Context > &  mpx,
const BorderSet recvBorders,
const BorderSet sendBorders 
)
virtual jive::mp::TableExchanger::~TableExchanger ( )
protectedvirtual

Member Function Documentation

virtual String jive::mp::TableExchanger::toString ( ) const
virtual

Returns a short textual description of this object. The toString method of the class Object returns:

getClass()->getName() + "@" + String( hashValue() )

Returns
A String representing this object.

Reimplemented from jem::Object.

void jive::mp::TableExchanger::exchange ( XTable table)
void jive::mp::TableExchanger::exchange ( XTable table,
const Vector &  weights 
)
ItemSet* jive::mp::TableExchanger::getItems ( ) const
void jive::mp::TableExchanger::store ( const Properties globdat) const
static Ref<Self> jive::mp::TableExchanger::find ( const Ref< ItemSet > &  items,
const Properties globdat 
)
static
static Ref<Self> jive::mp::TableExchanger::get ( const Ref< ItemSet > &  items,
const Properties globdat 
)
static

Friends And Related Function Documentation

friend class RecvData_
friend
friend class SendData_
friend
friend class Utils_
friend