11 #ifndef WRENCH_FILEREGISTRYPROPERTY_H
12 #define WRENCH_FILEREGISTRYPROPERTY_H
14 #include "wrench/services/ServiceProperty.h"
47 #endif //WRENCH_FILEREGISTRYPROPERTY_H
static const std::string LOOKUP_COMPUTE_COST
The computational cost, in flops, of looking entries for a file.
Definition: FileRegistryServiceProperty.h:28
Configurable properties for a Service.
Definition: ServiceProperty.h:25
static const std::string ADD_ENTRY_COMPUTE_COST
The computational cost, in flops, of adding, an entry for a file.
Definition: FileRegistryServiceProperty.h:34
Definition: Action.cpp:28
Configurable properties for a FileRegistryService.
Definition: FileRegistryServiceProperty.h:21
static const std::string REMOVE_ENTRY_COMPUTE_COST
The computational cost, in flops, of removing an entry for a file.
Definition: FileRegistryServiceProperty.h:40