Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RPagePool.hxx File Reference
#include <ROOT/RPage.hxx>
#include <ROOT/RPageAllocator.hxx>
#include <ROOT/RNTupleMetrics.hxx>
#include <ROOT/RNTupleTypes.hxx>
#include <cstddef>
#include <map>
#include <mutex>
#include <typeindex>
#include <typeinfo>
#include <unordered_map>
#include <unordered_set>
#include <vector>

Classes

struct  ROOT::Internal::RPagePool::RCounters
 Performance counters that get registered in fMetrics. More...
struct  ROOT::Internal::RPagePool::REntry
 Every page in the page pool is annotated with a search key and a reference counter. More...
struct  ROOT::Internal::RPagePool::RKey
struct  ROOT::Internal::RPagePool::RKeyHasher
 Hash function to be used in the unordered map fLookupByKey. More...
class  ROOT::Internal::RPagePool
 A thread-safe cache of pages loaded from the page source. More...
struct  ROOT::Internal::RPagePool::RPagePosition
 Used in fLookupByKey to store both the absolute and the cluster-local page index of the referenced page. More...
class  ROOT::Internal::RPageRef
 Reference to a page stored in the page pool. More...

Namespaces

namespace  ROOT
namespace  ROOT::Internal

Detailed Description

Author
Jakob Blomer jblom.nosp@m.er@c.nosp@m.ern.c.nosp@m.h
Date
2018-10-09

Definition in file RPagePool.hxx.