#include <DispatcherClient.h>
|
| | DispatcherClient () |
| |
| | DispatcherClient (int portIn, std::string addressIn, PDBLoggerPtr myLoggerIn) |
| |
| | ~DispatcherClient () |
| |
| void | registerHandlers (PDBServer &forMe) override |
| |
| bool | registerSet (std::pair< std::string, std::string > setAndDatabase, PartitionPolicy::Policy policy, std::string &errMsg) |
| |
| template<class DataType > |
| bool | sendData (std::pair< std::string, std::string > setAndDatabase, Handle< Vector< Handle< DataType >>> dataToSend, std::string &errMsg) |
| |
| template<class DataType > |
| bool | sendBytes (std::pair< std::string, std::string > setAndDatabase, char *bytes, size_t numBytes, std::string &errMsg) |
| |
| virtual void | cleanup () |
| |
| template<class Functionality > |
| Functionality & | getFunctionality () |
| |
| void | recordServer (PDBServer &recordMe) |
| |
| PDBWorkerPtr | getWorker () |
| |
| PDBLoggerPtr | getLogger () |
| |
Definition at line 35 of file DispatcherClient.h.
| pdb::DispatcherClient::DispatcherClient |
( |
| ) |
|
| pdb::DispatcherClient::DispatcherClient |
( |
int |
portIn, |
|
|
std::string |
addressIn, |
|
|
PDBLoggerPtr |
myLoggerIn |
|
) |
| |
| pdb::DispatcherClient::~DispatcherClient |
( |
| ) |
|
| void pdb::DispatcherClient::registerHandlers |
( |
PDBServer & |
forMe | ) |
|
|
overridevirtual |
| bool pdb::DispatcherClient::registerSet |
( |
std::pair< std::string, std::string > |
setAndDatabase, |
|
|
PartitionPolicy::Policy |
policy, |
|
|
std::string & |
errMsg |
|
) |
| |
template<class DataType >
| bool pdb::DispatcherClient::sendBytes |
( |
std::pair< std::string, std::string > |
setAndDatabase, |
|
|
char * |
bytes, |
|
|
size_t |
numBytes, |
|
|
std::string & |
errMsg |
|
) |
| |
template<class DataType >
| bool pdb::DispatcherClient::sendData |
( |
std::pair< std::string, std::string > |
setAndDatabase, |
|
|
Handle< Vector< Handle< DataType >>> |
dataToSend, |
|
|
std::string & |
errMsg |
|
) |
| |
| std::string pdb::DispatcherClient::address |
|
private |
| int pdb::DispatcherClient::port |
|
private |
The documentation for this class was generated from the following files: