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. | |
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.
std::vector<const RSealedPage *> ROOT::Experimental::Internal::RPageSinkFile::CommitBatch::fSealedPages |
The list of pages to commit.
Definition at line 65 of file RPageStorageFile.hxx.
size_t ROOT::Experimental::Internal::RPageSinkFile::CommitBatch::fSize |
Total size in bytes of the batch.
Definition at line 67 of file RPageStorageFile.hxx.