WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A network proximity service that continuously estimates inter-host latencies and can be queried for such estimates. More...
#include <NetworkProximityService.h>
Public Member Functions | |
NetworkProximityService (std::string db_hostname, std::vector< std::string > hosts_in_network, WRENCH_PROPERTY_COLLECTION_TYPE property_list={}, WRENCH_MESSAGE_PAYLOADCOLLECTION_TYPE messagepayload_list={}) | |
Constructor. More... | |
A network proximity service that continuously estimates inter-host latencies and can be queried for such estimates.
wrench::NetworkProximityService::NetworkProximityService | ( | std::string | hostname, |
std::vector< std::string > | hosts_in_network, | ||
WRENCH_PROPERTY_COLLECTION_TYPE | property_list = {} , |
||
WRENCH_MESSAGE_PAYLOADCOLLECTION_TYPE | messagepayload_list = {} |
||
) |
Constructor.
hostname | the name of the host on which to start the service |
hosts_in_network | the hosts participating in network measurements |
property_list | a property list ({} means "use all defaults") |
messagepayload_list | a message payload list ({} means "use all defaults") |