DAOS API (v2.1 - dev)
|
#include <daos_pipeline.h>
Data Fields | |
uint64_t | nr_objs |
uint64_t | nr_dkeys |
uint64_t | nr_akeys |
Gather some statistics of daos_pipeline_run(); like the number of items that have been scanned.
Definition at line 177 of file daos_pipeline.h.
uint64_t nr_akeys |
This variable will only be non-zero when a dkey is provided to daos_pipeline_run(), where akeys are being filtered from a particular dkey.
Definition at line 194 of file daos_pipeline.h.
uint64_t nr_dkeys |
If filtering by dkey or akeys (or a combination of both), nr_dkeys will register the total number of dkeys scanned. If a dkey is provided to daos_pipeline_run(), nr_dkeys will always be zero (not one).
Definition at line 189 of file daos_pipeline.h.
uint64_t nr_objs |
If filtering by object ids, nr_objs will register the number of objects considered. Otherwise (i.e., if an object handle is passed), nr_objs will always be zero (not one).
Definition at line 183 of file daos_pipeline.h.