|
xrootd
|


Public Member Functions | |
| AtLeastPolicy (size_t size, size_t threshold) | |
| bool | Examine (const XrdCl::XRootDStatus &status) |
Public Member Functions inherited from XrdCl::PolicyExecutor | |
| virtual | ~PolicyExecutor () |
Private Attributes | |
| std::atomic< size_t > | cnt |
| const size_t | threshold |
At Least policy implementation
At least n (user defined) operations need to succeed in order for the parallel operation to be successful (the user handler will be called only when all operations are resolved).
|
inline |
|
inlinevirtual |
|
private |
|
private |