Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RPageStorageDaos.hxx File Reference
#include <ROOT/RError.hxx>
#include <ROOT/RPageStorage.hxx>
#include <ROOT/RNTuple.hxx>
#include <ROOT/RNTupleSerialize.hxx>
#include <ROOT/RNTupleZip.hxx>
#include <string_view>
#include <array>
#include <atomic>
#include <cstdio>
#include <memory>
#include <string>
#include <optional>
Include dependency graph for RPageStorageDaos.hxx:
This graph shows which files directly or indirectly include this file:

Classes

struct  ROOT::Experimental::Internal::RPageSourceDaos::RClusterInfo
 Summarizes cluster-level information that are necessary to populate a certain page. More...
 
class  ROOT::Experimental::Internal::RDaosNTupleAnchor
 Entry point for an RNTuple in a DAOS container. More...
 
class  ROOT::Experimental::Internal::RPageSinkDaos
 Storage provider that writes ntuple pages to into a DAOS container. More...
 
class  ROOT::Experimental::Internal::RPageSourceDaos
 Storage provider that reads ntuple pages from a DAOS container. More...
 

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 
namespace  ROOT::Experimental
 
namespace  ROOT::Experimental::Internal
 

Typedefs

using ROOT::Experimental::Internal::ntuple_index_t = std::uint32_t
 

Enumerations

enum  ROOT::Experimental::Internal::EDaosLocatorFlags { ROOT::Experimental::Internal::kCagedPage = 0x01 }
 

Detailed Description

Author
Javier Lopez-Gomez j.lop.nosp@m.ez@c.nosp@m.ern.c.nosp@m.h
Date
2020-11-03
Warning
This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

Definition in file RPageStorageDaos.hxx.