Common user-tunable settings for reading RNTuples.
All page source classes need to support the common options.
Option name | Type | Default | Description |
---|---|---|---|
ClusterCache | EClusterCache | EClusterCache::kDefault | Controls if the prefetcher (including the prefetcher thread) is used |
UseImplicitMT | EImplicitMT | EImplicitMT::kDefault | Allows to disable parallel page compression and decompression even if ROOT uses implicit MT. This is useful, e.g., in the context of RDataFrame where the threads are fully managed by RDataFrame. |
EnableMetrics | bool | false | If true , the RNTupleReader will track metrics straight from its construction, as if calling RNTupleReader::EnableMetrics() before having created the object. |
Definition at line 78 of file RNTupleReadOptions.hxx.
Public Types | |
enum class | EClusterCache { kOff , kOn , kDefault = kOn } |
enum class | EImplicitMT { kOff , kDefault } |
Public Member Functions | |
EClusterCache | GetClusterCache () const |
bool | GetEnableMetrics () const |
EImplicitMT | GetUseImplicitMT () const |
void | SetClusterCache (EClusterCache val) |
void | SetEnableMetrics (bool val) |
void | SetUseImplicitMT (EImplicitMT val) |
Private Attributes | |
unsigned int | fClusterBunchSize = 1 |
The number of cluster to be prefetched in a single batch; this option is transitional and will be replaced by an option that allows to control the amount of memory that the prefetcher uses. | |
EClusterCache | fClusterCache = EClusterCache::kDefault |
bool | fEnableMetrics = false |
EImplicitMT | fUseImplicitMT = EImplicitMT::kDefault |
Friends | |
class | Internal::RNTupleReadOptionsManip |
#include <ROOT/RNTupleReadOptions.hxx>
Enumerator | |
---|---|
kOff | |
kOn | |
kDefault |
Definition at line 82 of file RNTupleReadOptions.hxx.
Enumerator | |
---|---|
kOff | |
kDefault |
Definition at line 88 of file RNTupleReadOptions.hxx.
|
inline |
Definition at line 102 of file RNTupleReadOptions.hxx.
|
inline |
Definition at line 108 of file RNTupleReadOptions.hxx.
|
inline |
Definition at line 105 of file RNTupleReadOptions.hxx.
|
inline |
Definition at line 103 of file RNTupleReadOptions.hxx.
|
inline |
Definition at line 109 of file RNTupleReadOptions.hxx.
|
inline |
Definition at line 106 of file RNTupleReadOptions.hxx.
|
friend |
Definition at line 79 of file RNTupleReadOptions.hxx.
|
private |
The number of cluster to be prefetched in a single batch; this option is transitional and will be replaced by an option that allows to control the amount of memory that the prefetcher uses.
Definition at line 97 of file RNTupleReadOptions.hxx.
|
private |
Definition at line 94 of file RNTupleReadOptions.hxx.
Definition at line 99 of file RNTupleReadOptions.hxx.
|
private |
Definition at line 98 of file RNTupleReadOptions.hxx.