![]() |
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.
|
#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) |
Definition at line 37 of file NodeDispatcherData.h.
|
inline |
Definition at line 42 of file NodeDispatcherData.h.
|
inline |
Definition at line 43 of file NodeDispatcherData.h.
|
inline |
Definition at line 45 of file NodeDispatcherData.h.
|
inline |
|
inline |
Definition at line 65 of file NodeDispatcherData.h.
|
inline |
Definition at line 53 of file NodeDispatcherData.h.
|
inline |
|
inline |
|
inline |
Definition at line 80 of file NodeDispatcherData.h.
|
private |
Definition at line 87 of file NodeDispatcherData.h.
|
private |
Definition at line 94 of file NodeDispatcherData.h.
|
private |
Definition at line 95 of file NodeDispatcherData.h.
|
private |
Definition at line 85 of file NodeDispatcherData.h.
|
private |
Definition at line 86 of file NodeDispatcherData.h.
|
private |
Definition at line 97 of file NodeDispatcherData.h.
|
private |
Definition at line 98 of file NodeDispatcherData.h.