PMDK C++ bindings
1.11
This is the C++ bindings documentation for PMDK's libpmemobj.
|
Custom defrag error class. More...
#include <libpmemobj++/pexceptions.hpp>
Inherits runtime_error.
Public Attributes | |
pobj_defrag_result | result |
Results of the defragmentation run. More... | |
Custom defrag error class.
Thrown when the defragmentation process fails (possibly in the middle of a run).
pobj_defrag_result pmem::defrag_error::result |
Results of the defragmentation run.
When failure occurs during the defragmentation, partial results will be stored in here.