wrench::ProxyLocation
-
class ProxyLocation : public FileLocation
A specialized FileLocation for use by the Proxy.
Public Members
-
const std::shared_ptr<StorageService> target
The proxy location’s target.
Public Static Functions
Location specifier for a proxy.
- Parameters:
target – a (remote) storage service to access, which overrides the default remote service (if any) of the proxy
other – a file location whose storage service should be the proxy
- Returns:
a proxy location
Location specifier for a proxy.
- Parameters:
target – a (remote) storage service to access, which overrides the default remote service (if any) of the proxy
ss – The proxy
file – The file
- Returns:
a proxy location
Location specifier for a proxy.
- Parameters:
target – a (remote) storage service to access, which overrides the default remote service (if any) of the proxy
ss – The proxy
path – The path
file – The file
- Returns:
a proxy location
-
const std::shared_ptr<StorageService> target