A RDaosPool provides access to containers in a specific DAOS pool.
Public Member Functions | |
RDaosPool (const RDaosPool &)=delete | |
RDaosPool (std::string_view poolUuid, std::string_view serviceReplicas) | |
~RDaosPool () | |
RDaosPool & | operator= (const RDaosPool &)=delete |
Private Attributes | |
daos_handle_t | fPoolHandle {} |
uuid_t | fPoolUuid {} |
Friends | |
class | RDaosContainer |
#include <ROOT/RDaos.hxx>
|
delete |
ROOT::Experimental::Detail::RDaosPool::RDaosPool | ( | std::string_view | poolUuid, |
std::string_view | serviceReplicas | ||
) |
|
friend |
|
private |
|
private |