23#include "openPMD/IO/AbstractIOHandler.hpp"
24#include "openPMD/auxiliary/JSON_internal.hpp"
25#include "openPMD/config.hpp"
35class ParallelHDF5IOHandler :
public AbstractIOHandler
39 ParallelHDF5IOHandler(
40 std::optional<std::unique_ptr<AbstractIOHandler>> initialize_from,
46 ParallelHDF5IOHandler(
47 std::optional<std::unique_ptr<AbstractIOHandler>> initialize_from,
48 std::string
const &path,
52 ~ParallelHDF5IOHandler()
override;
62 std::unique_ptr<ParallelHDF5IOHandlerImpl> m_impl;
std::future< void > flush(internal::ParsedFlushParams &) override
Process operations in queue according to FIFO.
Definition ParallelHDF5IOHandler.cpp:79
std::string backendName() const override
The currently used backend.
Definition ParallelHDF5IOHandler.hpp:54
Definition ParallelHDF5IOHandlerImpl.hpp:38
Extend nlohmann::json with tracing of which keys have been accessed by operator[]().
Definition JSON_internal.hpp:69
Public definitions of openPMD-api.
Definition Date.cpp:29
Access
File access mode to use during IO.
Definition Access.hpp:58
Definition FlushParametersInternal.hpp:32