wrench::XRootD::RippleDelete
-
class RippleDelete : public wrench::XRootD::Message
A message sent to a XRootD Node to delete a file.
Subclassed by wrench::XRootD::AdvancedRippleDelete
Public Functions
-
RippleDelete(RippleDelete *other)
Copy Constructor.
- Parameters:
other – The message to copy.
Constructor.
- Parameters:
file – The file to delete.
payload – the message size in bytes
timeToLive – The max number of hops this message can take
-
RippleDelete(StorageServiceFileDeleteRequestMessage *other, int timeToLive)
External Copy Constructor.
- Parameters:
other – The storage service file delete message to copy.
timeToLive – The max number of hops this message can take
-
RippleDelete(RippleDelete *other)