IODA Bundle
odc::Partitions Class Reference

#include <Partitions.h>

Inheritance diagram for odc::Partitions:
[legend]
Collaboration diagram for odc::Partitions:
[legend]

Public Member Functions

std::vector< eckit::PathName > write (const eckit::PathName &fileNamePrefix) const
 
void addReport (const eckit::PathName &fileName, ullong blockStart, ullong blockLength, ullong seqno, ullong nRows, ullong rowsPerPartition)
 
void save (const eckit::PathName &)
 
std::string str () const
 

Friends

std::ostream & operator<< (std::ostream &, const Partitions &)
 

Detailed Description

Definition at line 27 of file Partitions.h.

Member Function Documentation

◆ addReport()

void odc::Partitions::addReport ( const eckit::PathName &  fileName,
ullong  blockStart,
ullong  blockLength,
ullong  seqno,
ullong  nRows,
ullong  rowsPerPartition 
)

Definition at line 76 of file Partitions.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ save()

void odc::Partitions::save ( const eckit::PathName &  )

Definition at line 58 of file Partitions.cc.

Here is the caller graph for this function:

◆ str()

std::string odc::Partitions::str ( ) const

Definition at line 69 of file Partitions.cc.

◆ write()

vector< PathName > odc::Partitions::write ( const eckit::PathName &  fileNamePrefix) const

Definition at line 37 of file Partitions.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  o,
const Partitions p 
)
friend

Definition at line 29 of file Partitions.cc.


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