WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A file registry service (a.k.a. replica catalog) that holds a database of which files are available at which storage services. Specifically, the database holds a set of <file, storage service> entries. A WMS can add, lookup, and remove entries at will from this database. More...
#include <FileRegistryService.h>
Public Member Functions | |
FileRegistryService (std::string hostname, WRENCH_PROPERTY_COLLECTION_TYPE property_list={}, WRENCH_MESSAGE_PAYLOADCOLLECTION_TYPE messagepayload_list={}) | |
Constructor. More... | |
A file registry service (a.k.a. replica catalog) that holds a database of which files are available at which storage services. Specifically, the database holds a set of <file, storage service> entries. A WMS can add, lookup, and remove entries at will from this database.
wrench::FileRegistryService::FileRegistryService | ( | std::string | hostname, |
WRENCH_PROPERTY_COLLECTION_TYPE | property_list = {} , |
||
WRENCH_MESSAGE_PAYLOADCOLLECTION_TYPE | messagepayload_list = {} |
||
) |
Constructor.
hostname | the hostname on which to start the service |
property_list | a property list ({} means "use all defaults") |
messagepayload_list | a message payload list ({} means "use all defaults") |