openPMD-api
Public Member Functions | Friends | List of all members
openPMD::ADIOS1IOHandler Class Reference
Inheritance diagram for openPMD::ADIOS1IOHandler:
Inheritance graph
[legend]
Collaboration diagram for openPMD::ADIOS1IOHandler:
Collaboration graph
[legend]

Public Member Functions

 ADIOS1IOHandler (std::string path, Access)
 
std::string backendName () const override
 The currently used backend.
 
std::future< void > flush () override
 Process operations in queue according to FIFO. More...
 
void enqueue (IOTask const &) override
 Add provided task to queue according to FIFO. More...
 
- Public Member Functions inherited from openPMD::AbstractIOHandler
 AbstractIOHandler (std::string path, Access at, MPI_Comm)
 
 AbstractIOHandler (std::string path, Access at)
 

Friends

class ADIOS1IOHandlerImpl
 

Additional Inherited Members

- Public Attributes inherited from openPMD::AbstractIOHandler
const std::string directory
 
const Access m_backendAccess
 
const Access m_frontendAccess
 
std::queue< IOTaskm_work
 
FlushLevel m_flushLevel = FlushLevel::InternalFlush
 

Member Function Documentation

◆ enqueue()

void openPMD::ADIOS1IOHandler::enqueue ( IOTask const &  iotask)
overridevirtual

Add provided task to queue according to FIFO.

Parameters
iotaskTask to be executed after all previously enqueued IOTasks complete.

Reimplemented from openPMD::AbstractIOHandler.

◆ flush()

std::future< void > openPMD::ADIOS1IOHandler::flush ( )
overridevirtual

Process operations in queue according to FIFO.

Returns
Future indicating the completion state of the operation for backends that decide to implement this operation asynchronously.

Implements openPMD::AbstractIOHandler.


The documentation for this class was generated from the following files: