Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::Internal::RPageSinkFile::CommitBatch Struct Reference

Definition at line 63 of file RPageStorageFile.hxx.

Public Attributes

size_t fBytesPacked
 Total uncompressed size of the elements in the page batch.
 
std::vector< const RSealedPage * > fSealedPages
 The list of pages to commit.
 
size_t fSize
 Total size in bytes of the batch.
 

Member Data Documentation

◆ fBytesPacked

size_t ROOT::Experimental::Internal::RPageSinkFile::CommitBatch::fBytesPacked

Total uncompressed size of the elements in the page batch.

Definition at line 69 of file RPageStorageFile.hxx.

◆ fSealedPages

std::vector<const RSealedPage *> ROOT::Experimental::Internal::RPageSinkFile::CommitBatch::fSealedPages

The list of pages to commit.

Definition at line 65 of file RPageStorageFile.hxx.

◆ fSize

size_t ROOT::Experimental::Internal::RPageSinkFile::CommitBatch::fSize

Total size in bytes of the batch.

Definition at line 67 of file RPageStorageFile.hxx.

Collaboration diagram for ROOT::Experimental::Internal::RPageSinkFile::CommitBatch:
[legend]

The documentation for this struct was generated from the following file: