#include <Adios2StManImpl.h>
|
| impl (Adios2StMan &parent, MPI_Comm mpiComm, std::string engineType, std::map< std::string, std::string > engineParams, std::vector< std::map< std::string, std::string >> transportParams, std::vector< std::map< std::string, std::string >> operatorParams) |
|
| impl (Adios2StMan &parent, std::string xmlFile, MPI_Comm mpiComm) |
|
| ~impl () |
|
void | checkMPI () const |
|
DataManager * | clone () const |
|
String | dataManagerType () const |
|
String | dataManagerName () const |
|
void | create64 (rownr_t aNrRows) |
|
rownr_t | open64 (rownr_t aRowNr, AipsIO &ios) |
|
rownr_t | resync64 (rownr_t aRowNr) |
|
Bool | flush (AipsIO &ios, Bool doFsync) |
|
DataManagerColumn * | makeColumnCommon (const String &aName, int aDataType, const String &aDataTypeID) |
|
DataManagerColumn * | makeScalarColumn (const String &aName, int aDataType, const String &aDataTypeID) |
|
DataManagerColumn * | makeDirArrColumn (const String &aName, int aDataType, const String &aDataTypeID) |
|
DataManagerColumn * | makeIndArrColumn (const String &aName, int aDataType, const String &aDataTypeID) |
|
void | deleteManager () |
|
void | addRow64 (rownr_t aNrRows) |
|
Record | dataManagerSpec () const |
|
rownr_t | getNrRows () |
|
Definition at line 41 of file Adios2StManImpl.h.
casacore::Adios2StMan::impl::impl |
( |
Adios2StMan & |
parent, |
|
|
MPI_Comm |
mpiComm, |
|
|
std::string |
engineType, |
|
|
std::map< std::string, std::string > |
engineParams, |
|
|
std::vector< std::map< std::string, std::string >> |
transportParams, |
|
|
std::vector< std::map< std::string, std::string >> |
operatorParams |
|
) |
| |
casacore::Adios2StMan::impl::impl |
( |
Adios2StMan & |
parent, |
|
|
std::string |
xmlFile, |
|
|
MPI_Comm |
mpiComm |
|
) |
| |
casacore::Adios2StMan::impl::~impl |
( |
| ) |
|
void casacore::Adios2StMan::impl::addRow64 |
( |
rownr_t |
aNrRows | ) |
|
void casacore::Adios2StMan::impl::checkMPI |
( |
| ) |
const |
DataManager* casacore::Adios2StMan::impl::clone |
( |
| ) |
const |
void casacore::Adios2StMan::impl::create64 |
( |
rownr_t |
aNrRows | ) |
|
String casacore::Adios2StMan::impl::dataManagerName |
( |
| ) |
const |
Record casacore::Adios2StMan::impl::dataManagerSpec |
( |
| ) |
const |
String casacore::Adios2StMan::impl::dataManagerType |
( |
| ) |
const |
void casacore::Adios2StMan::impl::deleteManager |
( |
| ) |
|
String casacore::Adios2StMan::impl::fileName |
( |
| ) |
const |
|
inlineprivate |
Bool casacore::Adios2StMan::impl::flush |
( |
AipsIO & |
ios, |
|
|
Bool |
doFsync |
|
) |
| |
rownr_t casacore::Adios2StMan::impl::getNrRows |
( |
| ) |
|
uInt casacore::Adios2StMan::impl::ncolumn |
( |
| ) |
const |
|
inlineprivate |
constexpr const char* casacore::Adios2StMan::impl::DATA_MANAGER_TYPE |
|
staticprivate |
std::shared_ptr<adios2::ADIOS> casacore::Adios2StMan::impl::itsAdios |
|
private |
std::shared_ptr<adios2::Engine> casacore::Adios2StMan::impl::itsAdiosEngine |
|
private |
adios2::Params casacore::Adios2StMan::impl::itsAdiosEngineParams |
|
private |
std::string casacore::Adios2StMan::impl::itsAdiosEngineType |
|
private |
std::shared_ptr<adios2::IO> casacore::Adios2StMan::impl::itsAdiosIO |
|
private |
std::vector<adios2::Params> casacore::Adios2StMan::impl::itsAdiosOperatorParamsVec |
|
private |
std::vector<adios2::Params> casacore::Adios2StMan::impl::itsAdiosTransportParamsVec |
|
private |
std::string casacore::Adios2StMan::impl::itsAdiosXmlFile |
|
private |
String casacore::Adios2StMan::impl::itsDataManName |
|
private |
MPI_Comm casacore::Adios2StMan::impl::itsMpiComm |
|
staticprivate |
MPI communicator to be used by all instances of this storage manager.
Definition at line 94 of file Adios2StManImpl.h.
rownr_t casacore::Adios2StMan::impl::itsRows |
|
private |
constexpr const char* casacore::Adios2StMan::impl::SPEC_FIELD_ENGINE_PARAMS |
|
staticprivate |
The name of the specification field for the ADIOS2 engine parameters.
Definition at line 114 of file Adios2StManImpl.h.
constexpr const char* casacore::Adios2StMan::impl::SPEC_FIELD_ENGINE_TYPE |
|
staticprivate |
The name of the specification field for the ADIOS2 engine type.
Definition at line 112 of file Adios2StManImpl.h.
constexpr const char* casacore::Adios2StMan::impl::SPEC_FIELD_OPERATOR_PARAMS |
|
staticprivate |
The name of the specification field for the ADIOS2 operator parameters.
Definition at line 118 of file Adios2StManImpl.h.
constexpr const char* casacore::Adios2StMan::impl::SPEC_FIELD_TRANSPORT_PARAMS |
|
staticprivate |
The name of the specification field for the ADIOS2 transport parameters.
Definition at line 116 of file Adios2StManImpl.h.
constexpr const char* casacore::Adios2StMan::impl::SPEC_FIELD_XML_FILE |
|
staticprivate |
The name of the specification field for the ADIOS2 XML configuration file.
Definition at line 110 of file Adios2StManImpl.h.
The documentation for this class was generated from the following file: