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

#include <NodeDispatcherData.h>

+ Inheritance diagram for pdb::NodeDispatcherData:
+ Collaboration diagram for pdb::NodeDispatcherData:

Public Member Functions

ENABLE_DEEP_COPY NodeDispatcherData ()
 
 ~NodeDispatcherData ()
 
 NodeDispatcherData (NodeID nodeId, int port, std::string address)
 
NodeID getNodeId ()
 
int getPort () const
 
String getAddress () const
 
size_t getBytesSentToSet () const
 
bool operator== (const NodeDispatcherData &other)
 
std::string toString ()
 
- 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

NodeID nodeId
 
int port
 
String address
 
Vector< size_t > bytesSent
 
Vector< size_t > bytesStored
 
size_t totalBytesSent
 
size_t totalBytesStored
 

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)
 

Detailed Description

Definition at line 37 of file NodeDispatcherData.h.

Constructor & Destructor Documentation

ENABLE_DEEP_COPY pdb::NodeDispatcherData::NodeDispatcherData ( )
inline

Definition at line 42 of file NodeDispatcherData.h.

pdb::NodeDispatcherData::~NodeDispatcherData ( )
inline

Definition at line 43 of file NodeDispatcherData.h.

pdb::NodeDispatcherData::NodeDispatcherData ( NodeID  nodeId,
int  port,
std::string  address 
)
inline

Definition at line 45 of file NodeDispatcherData.h.

Member Function Documentation

String pdb::NodeDispatcherData::getAddress ( ) const
inline

Definition at line 61 of file NodeDispatcherData.h.

+ Here is the caller graph for this function:

size_t pdb::NodeDispatcherData::getBytesSentToSet ( ) const
inline

Definition at line 65 of file NodeDispatcherData.h.

NodeID pdb::NodeDispatcherData::getNodeId ( )
inline

Definition at line 53 of file NodeDispatcherData.h.

int pdb::NodeDispatcherData::getPort ( ) const
inline

Definition at line 57 of file NodeDispatcherData.h.

+ Here is the caller graph for this function:

bool pdb::NodeDispatcherData::operator== ( const NodeDispatcherData other)
inline

Definition at line 76 of file NodeDispatcherData.h.

+ Here is the call graph for this function:

std::string pdb::NodeDispatcherData::toString ( )
inline

Definition at line 80 of file NodeDispatcherData.h.

Member Data Documentation

String pdb::NodeDispatcherData::address
private

Definition at line 87 of file NodeDispatcherData.h.

Vector<size_t> pdb::NodeDispatcherData::bytesSent
private

Definition at line 94 of file NodeDispatcherData.h.

Vector<size_t> pdb::NodeDispatcherData::bytesStored
private

Definition at line 95 of file NodeDispatcherData.h.

NodeID pdb::NodeDispatcherData::nodeId
private

Definition at line 85 of file NodeDispatcherData.h.

int pdb::NodeDispatcherData::port
private

Definition at line 86 of file NodeDispatcherData.h.

size_t pdb::NodeDispatcherData::totalBytesSent
private

Definition at line 97 of file NodeDispatcherData.h.

size_t pdb::NodeDispatcherData::totalBytesStored
private

Definition at line 98 of file NodeDispatcherData.h.


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