This is the complete list of members for RPageSource, including all inherited members.
| AddColumn(ROOT::DescriptorId_t fieldId, ROOT::Internal::RColumn &column) override | RPageSource | virtual |
| Attach(ROOT::Internal::RNTupleSerializer::EDescriptorDeserializeMode mode=ROOT::Internal::RNTupleSerializer::EDescriptorDeserializeMode::kForReading) | RPageSource | |
| AttachImpl(ROOT::Internal::RNTupleSerializer::EDescriptorDeserializeMode mode)=0 | RPageSource | protectedpure virtual |
| Clone() const | RPageSource | |
| CloneImpl() const=0 | RPageSource | protectedpure virtual |
| Create(std::string_view ntupleName, std::string_view location, const ROOT::RNTupleReadOptions &options=ROOT::RNTupleReadOptions()) | RPageSource | static |
| DropColumn(ColumnHandle_t columnHandle) override | RPageSource | virtual |
| EnableDefaultMetrics(const std::string &prefix) | RPageSource | protected |
| fActivePhysicalColumns | RPageSource | protected |
| fClusterPool | RPageSource | protected |
| fCounters | RPageSource | protected |
| fDescriptor | RPageSource | private |
| fDescriptorLock | RPageSource | mutableprivate |
| fEntryRange | RPageSource | private |
| fHasStreamerInfosRegistered | RPageSource | private |
| fHasStructure | RPageSource | private |
| fIsAttached | RPageSource | private |
| fLastUsedCluster | RPageSource | private |
| fOptions | RPageSource | protected |
| fPagePool | RPageSource | protected |
| fPinnedClusters | RPageSource | protected |
| fPreloadedClusters | RPageSource | private |
| GetEntryRange() const | RPageSource | inline |
| GetExclDescriptorGuard() | RPageSource | inlineprotected |
| GetNElements(ColumnHandle_t columnHandle) | RPageSource | |
| GetNEntries() | RPageSource | |
| GetPinnedClusters() const | RPageSource | inline |
| GetReadOptions() const | RPageSource | inline |
| GetSharedDescriptorGuard() const | RPageSource | inline |
| GetType() final | RPageSource | inlinevirtual |
| LoadClusters(std::span< ROOT::Internal::RCluster::RKey > clusterKeys)=0 | RPageSource | pure virtual |
| LoadPage(ColumnHandle_t columnHandle, ROOT::NTupleSize_t globalIndex) | RPageSource | virtual |
| LoadPage(ColumnHandle_t columnHandle, RNTupleLocalIndex localIndex) | RPageSource | virtual |
| LoadPageImpl(ColumnHandle_t columnHandle, const RClusterInfo &clusterInfo, ROOT::NTupleSize_t idxInCluster)=0 | RPageSource | protectedpure virtual |
| LoadSealedPage(ROOT::DescriptorId_t physicalColumnId, RNTupleLocalIndex localIndex, RSealedPage &sealedPage)=0 | RPageSource | pure virtual |
| LoadStreamerInfo()=0 | RPageSource | pure virtual |
| LoadStructure() | RPageSource | |
| LoadStructureImpl()=0 | RPageSource | protectedpure virtual |
| OpenWithDifferentAnchor(const ROOT::Internal::RNTupleLink &anchorLink, const ROOT::RNTupleReadOptions &options={})=0 | RPageSource | pure virtual |
| operator=(const RPageSource &)=delete | RPageSource | |
| operator=(RPageSource &&)=delete | RPageSource | |
| PinCluster(ROOT::DescriptorId_t clusterId) | RPageSource | inline |
| PrepareLoadCluster(const ROOT::Internal::RCluster::RKey &clusterKey, ROOT::Internal::ROnDiskPageMap &pageZeroMap, std::function< void(ROOT::DescriptorId_t, ROOT::NTupleSize_t, const ROOT::RClusterDescriptor::RPageInfo &)> perPageFunc) | RPageSource | protected |
| RegisterStreamerInfos() | RPageSource | |
| RPageSource(std::string_view ntupleName, const ROOT::RNTupleReadOptions &fOptions) | RPageSource | |
| RPageSource(const RPageSource &)=delete | RPageSource | |
| RPageSource(RPageSource &&)=delete | RPageSource | |
| SetEntryRange(const REntryRange &range) | RPageSource | |
| UnpinCluster(ROOT::DescriptorId_t clusterId) | RPageSource | inline |
| UnsealPage(const RSealedPage &sealedPage, const ROOT::Internal::RColumnElementBase &element, ROOT::Internal::RPageAllocator &pageAlloc) | RPageSource | static |
| UnsealPage(const RSealedPage &sealedPage, const ROOT::Internal::RColumnElementBase &element) | RPageSource | |
| UnzipCluster(ROOT::Internal::RCluster *cluster) | RPageSource | |
| UnzipClusterImpl(ROOT::Internal::RCluster *cluster) | RPageSource | protectedvirtual |
| UpdateLastUsedCluster(ROOT::DescriptorId_t clusterId) | RPageSource | private |
| ~RPageSource() override | RPageSource |